Commit Graph

  • a8ea266a79
    Shorten key names master Alex D. 2020-12-06 00:14:18 +0000
  • 9aa38c23d2
    Move dot and comma to sides Alex D. 2020-10-13 10:28:02 +0200
  • 4f158b5d17
    Remove extra layouts and customize intl one Alex D. 2020-10-13 10:27:07 +0200
  • 02a2f77fbb config.mk: set DEFAULT_SOURCE Hiltjo Posthuma 2020-09-18 12:59:17 +0200
  • 3a51eafd3a Make install fix: install the actual compiled layout Maarten van Gompel 2020-09-16 16:07:31 +0200
  • 025a846cea Makefile: dist: add drw.h and util.h Hiltjo Posthuma 2020-09-13 22:29:42 +0200
  • 2ef13088e4 tiny code-style tweak Hiltjo Posthuma 2020-08-24 19:32:47 +0200
  • 9620b1d8c2 Makefile: fix dist rule, reported by Job Bautista Hiltjo Posthuma 2020-08-14 12:48:47 +0200
  • 0bd17df5ed a few more tweaks Hiltjo Posthuma 2020-08-05 00:09:41 +0200
  • 73f0edf709 some code-style consistency changes + small tweaks Hiltjo Posthuma 2020-08-04 23:28:17 +0200
  • 4983666e33 svkbd.1: small man page tweaks Hiltjo Posthuma 2020-08-04 23:14:38 +0200
  • 9f5404990d fixup strdup() from the last patch Hiltjo Posthuma 2020-08-04 23:12:03 +0200
  • 3d03b522e0 cleaned up code style, fixed buffer overflow in layers configuration, added a printdbg function. Maarten van Gompel 2020-08-02 20:57:06 +0200
  • 8219b6b9d1 Updated the man page Maarten van Gompel 2020-08-02 20:57:05 +0200
  • 3fe7bcc7a4 Makefile, config.mk: use pkg-config, fix config.h rule + tweaks Hiltjo Posthuma 2020-08-02 18:23:30 +0200
  • 13d20da8ef Made the old layouts compatible with the new svkbd, re-added the old english layout that was removed, and re-added the initial sxmo layout and renamed the mobile layouts. Documentation updated accordingly. Final cleanup and fixes for the whole patch series. Maarten van Gompel 2020-08-02 15:46:19 +0200
  • eae90f28d9 fixed the select() logic in run() to handle sigterm situations Maarten van Gompel 2020-08-02 15:46:18 +0200
  • 12fe4c8923 adding some minor error catching Maarten van Gompel 2020-08-02 15:46:17 +0200
  • 4dab556580 Added a dialer/numpad keyboard, added the ability to handle layouts with less keys/different layouts. Extra configurability: select layout on startup, customisable height factor. Maarten van Gompel 2020-08-02 15:46:16 +0200
  • 99935775af added an extra key column (alt now on keyboard by default), added cyrillic keymap, added a toggle to enable/disable overlays, added quick toggle buttons to toggle primary two layers. Added some configurability using command line parameters and environment variables. Maarten van Gompel 2020-08-02 15:46:15 +0200
  • 48994f125e Added overlays (appearing on long press), multiple layer support (rather than just a toggle) with new layers, style changes Maarten van Gompel 2020-08-02 15:46:14 +0200
  • b488ae6410 Fix SIGTERM functionality by making sure to sync before free in cleanup() Miles Alan 2020-08-02 15:46:13 +0200
  • c8ee269e73 Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout Maarten van Gompel 2020-08-02 15:46:12 +0200
  • 915b95b03d Add pipe key to backslash key Miles Alan 2020-08-02 15:46:11 +0200
  • edfd50cdcb Run XFlush instead of XSync before starting main loop; fixes bug where rending of keys fails when used in conjunction w/ dwm dock patch Miles Alan 2020-08-02 15:46:10 +0200
  • 819f92950e Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly Miles Alan 2020-08-02 15:46:09 +0200
  • e6e716202b Clean up secondary layout positioning LRDU properly & blanking placeholders Miles Alan 2020-08-02 15:46:08 +0200
  • 6e5bf2d8e4 Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel Miles Alan 2020-08-02 15:46:07 +0200
  • 0a3a153aa6 Add custom layouts Miles Alan 2020-08-02 15:46:06 +0200
  • 2d1f9177b8 Makefile: add target .PHONY back Hiltjo Posthuma 2020-05-29 16:12:46 +0200
  • 1c75314faf cleanup Makefile, add initial man page svkbd.1 Hiltjo Posthuma 2020-05-29 14:24:17 +0200
  • fc267005ce Bump year. Christoph Lohmann 2016-01-01 14:19:33 +0100
  • a5b40479e3 allow make LAYOUT=... Carlos J. Torres 2014-01-30 13:10:48 -0500
  • b1ab226b28 Adding ru and sh layout. Christoph Lohmann 2013-04-28 10:24:15 +0200
  • 7885b0954a Suckless is now using git. Thanks architekt! Christoph Lohmann 2012-12-12 20:36:22 +0100
  • ce0779e5c9 Unpress modifiers so there is no problem when exiting svkbd inbetween. Christoph Lohmann 2012-10-27 00:01:15 +0200
  • d356e43d9c Fixing the problem of repeating keys. Christoph Lohmann 2012-10-26 23:53:29 +0200
  • fc23b8e713 Ed is <3. Christoph Lohmann 2011-11-10 19:15:05 +0100
  • 447f3f2e27 Adding delete to the German layout. Christoph Lohmann 2011-11-10 19:11:25 +0100
  • 2b985444ad Fixing README and the build environment. Christoph Lohmann 2011-10-30 13:02:42 +0100
  • e43381833b Fixing -g option. Christoph Lohmann 2011-10-19 10:49:23 +0200
  • ef52905a3f Width and height cannot be negative in geometry. Christoph Lohmann 2011-10-09 18:08:18 +0200
  • c63a877003 Fixing geometry arg handling (i++). Christoph Lohmann 2011-10-09 18:03:23 +0200
  • 2806bed425 Making -g -geometry compatible. Christoph Lohmann 2011-10-09 18:00:21 +0200
  • 3a5d2f3ed8 Fixing the geometry parsing. Christoph Lohmann 2011-10-09 17:59:03 +0200
  • cfe0f2d84e Add default static floating. Christoph Lohmann 2011-10-09 17:45:12 +0200
  • 08b907930c Adding xgeometry standard parsing to svkbd. Christoph Lohmann 2011-10-09 17:36:09 +0200
  • cc4f2c36ba Changing the default settings to have highlight. Christoph Lohmann 2011-10-09 17:25:43 +0200
  • b6a96b6df9 Highlighting + unpress handling fixed. Christoph Lohmann 2011-10-09 17:22:50 +0200
  • 9475c4590e Maintainer changed. Christoph Lohmann 2011-10-09 11:26:14 +0200
  • bd80a579dc Removing unused variable and silencing the compiler. Christoph Lohmann 2011-10-03 16:30:45 +0200
  • d4336c659c Now the bottom border is drawn again. Christoph Lohmann 2011-04-13 19:09:53 +0200
  • f3ec05ff37 fixing button height (again) Enno Boland (Gottox) 2011-04-13 09:46:51 +0200
  • c74fc014a4 Fixing the install/uninstall again. Christoph Lohmann 2011-04-10 13:44:18 +0200
  • 6f0e75ccc0 merging christophs "Fixing border and sizes now for real."-patch Enno Boland (Gottox) 2011-04-10 13:36:41 +0200
  • 7223d56428 small row fix Enno Boland (Gottox) 2011-04-10 13:32:16 +0200
  • ce9fd8d282 Adding a toolbar option and changing the window type. Christoph Lohmann 2011-04-06 09:03:25 +0200
  • 5c97d98c63 _NET_WM_WINDOW_TYPE needs to be atom. Christoph Lohmann 2011-04-05 17:23:40 +0200
  • 6e23a19d2f Adding close button. Christoph Lohmann 2011-04-04 22:43:12 +0200
  • fb55e57fc1 fixing segment fault while resizing. Enno Boland (Gottox) 2011-04-04 13:47:27 +0200
  • 3619838eb7 Adding Christoph Lohmanns patches again. Thx :D Enno Boland (Gottox) 2011-04-04 13:39:31 +0200
  • 31e00125e8 removing unneeded SetWMHints Enno Boland (tox) 2011-03-25 16:28:46 +0100
  • 102a7ef183 moving layouts to root. will fix building Enno Boland (tox) 2011-03-25 16:26:49 +0100
  • 07b4b3e516 Adding README Enno Boland (tox) 2011-03-25 15:39:00 +0100
  • 6ad5403859 merging __20h__s changes. Enno Boland (tox) 2011-03-25 15:14:12 +0100
  • e485fdb9eb Small argument fix Enno Boland (tox) 2011-03-24 21:53:40 +0100
  • 9ff7c9fea2 Adding commandline options. Christoph Lohmann 2011-03-24 19:41:58 +0100
  • 4ab83f9dfc Adding layouts support. Christoph Lohmann 2011-03-24 19:31:00 +0100
  • 76a8bc5c3c Fixing the not properly drawn rectangles. Christoph Lohmann 2011-03-24 19:10:37 +0100
  • 505741702f Adding German layout to new layouts folder. Christoph Lohmann 2011-03-24 18:47:17 +0100
  • fdbfeb77ed Adding the config directives for the previous patch. Christoph Lohmann 2011-03-24 18:18:24 +0100
  • c1e2682915 Adding a way for configuring the position and size. Christoph Lohmann 2011-03-24 18:14:07 +0100
  • 13f7f8ffb2 Added patch to make svkbd work with dwm again. Thanks Łukasz Pankowski :) Enno Boland (tox) 2011-02-01 20:04:02 +0100
  • 14b64cf478 Fixing Makefile and adding license. Patch supplied by Evil_Bob. Thanks :) Enno Boland (tox) 2011-02-01 20:01:10 +0100
  • 3330664265 typo. Enno Boland (tox) 2010-08-10 23:15:12 +0200
  • d002c1dd3a typo fix, removing hover. Enno Boland (tox) 2010-05-16 12:17:09 +0200
  • 6436823105 drawkey does now copy the button to the window directly. Enno Boland (Gottox) 2008-07-16 10:10:35 +0200
  • a48c0a4c28 We don't need config.h Enno Boland (Gottox) 2008-07-16 09:00:05 +0200
  • 81e162dc4b rearranging source, adding mousebuttonmodifier. Enno Boland (Gottox) 2008-07-16 08:59:28 +0200
  • 1aa6bd5ebe it works :) Enno Boland (Gottox) 2008-07-15 22:12:55 +0200
  • 5f9a5d2068 initial checkin. Enno Boland (Gottox) 2008-07-15 18:53:38 +0200