Commit Graph

65 Commits

Author SHA1 Message Date
Olaf Schulz e0b870e32f Update README and install instructions. Fix compiling error for older vala versions <0.16 2013-09-17 22:59:44 +02:00
Olaf S. 876b20e77b Merge pull request #2 from rixx/master
Fix für Workaround, plus Archlinux-Bugfix
2013-09-17 13:02:48 -07:00
rixx 2e2b68e197 Merge branch 'master' of github.com:rixx/NeoLayoutViewer
Conflicts:
	Makefile
2013-09-14 09:58:54 +02:00
rixx de08ec4738 Updated readme to exclude old workaround 2013-09-13 20:41:37 +02:00
rixx 5325595aa4 removed commented code from neo-window.vala 2013-09-13 20:22:53 +02:00
rixx aaf64e2287 added myself to authors 2013-09-13 20:14:48 +02:00
rixx 543d7df500 added Arch Linux bugfix and includes for gcc to replace workaround requiring changes in /usr/include/…
workaround for Arch Linux error - libgee-1.0 has its header still in /usr/include/gee-0.8
2013-09-13 20:12:27 +02:00
rixx 202e795644 fixed makefile syntax 2013-09-13 19:36:07 +02:00
rixx d694b2be77 workaround for Arch Linux error - libgee-1.0 has its header still in /usr/include/gee-0.8 2013-09-13 19:32:12 +02:00
rixx 50aa1e3711 removed now superflous config.h 2013-09-13 19:24:46 +02:00
rixx caae88381f next try, giving the necessary defines to gcc directly 2013-09-13 19:19:09 +02:00
rixx 42708d2458 put definitions in separate header file 2013-09-13 19:13:05 +02:00
rixx 2832020464 hopefully removing the XK_* workaround forcing you to change things in /usr/include/… 2013-09-13 19:05:43 +02:00
Olaf Schulz c4b8397f37 Fix spelling errors 2012-11-02 21:29:49 +01:00
Olaf Schulz 54971f58ab Add missing file. 2012-11-02 18:56:29 +01:00
Olaf Schulz 7c2aa5d4ef Add indicator menu for gnome 3. The Makefile contains now
a flag to select the desired icon type: none, tray (for gnome 2.x) or
indicator (for gnome 3.x).
2012-11-02 18:53:56 +01:00
Olaf Schulz c0e4b6c1f8 Switch to Gdk-3.0. Virtual keyboard functionality does not work anymore. 2012-11-01 22:40:54 +01:00
Olaf Schulz 8d4e988f39 Fix KeybindingManager issues after update on gdk 3.0 2012-11-01 20:41:15 +01:00
Olaf Schulz d62c9fb9fd Update dependencies list 2012-11-01 14:40:50 +01:00
Olaf Schulz 7b836018c5 Update to gtk 3.0. 2012-11-01 13:57:52 +01:00
Olaf Schulz 9bb3f14dfe It compiles under gtk3.0 but global shortcuts does not work. 2012-11-01 12:34:07 +01:00
Olaf Schulz d6a7a90644 Add -lm to compiler options. This and the previous commit
fixes the issues of
https://github.com/YggdrasiI/NeoLayoutViewer/issues/1
.
2012-08-14 15:55:37 +02:00
Olaf Schulz c1de4f1e16 Fix bugs for new vala version (not finished). 2012-08-14 15:29:57 +02:00
YggdrasiI bd6d28b993 Update README 2011-11-17 23:06:18 +01:00
YggdrasiI 38e5f24021 Update README 2011-10-31 22:03:42 +01:00
Olaf Schulz 64620df692 Limit number of application instances to one. Show first application window, if second instance is started. 2011-10-23 03:48:20 +02:00
Olaf Schulz ee96bb89cf Send key event twice: To the focused window and the root window (for global shortcuts) 2011-10-22 18:09:25 +02:00
Olaf Schulz 863683e249 Remove layer selection with keys 1-6. 2011-10-22 13:34:01 +02:00
Olaf Schulz 3b934ec48c Add purged images again. 2011-10-21 18:48:32 +02:00
Olaf Schulz 884558f4e9 Remove image loading error, if executeable not called from bin dir 2011-10-21 13:47:35 +02:00
Olaf Schulz 397e740425 Deutsches Readme 2011-10-21 02:54:42 +02:00
Olaf Schulz 272eae3d26 Switch config object from HashMap to TreeMap to avoid random sorting in config file 2011-10-21 00:45:41 +02:00
Olaf Schulz a24378b3dd Add two options to set the screen/display width manually. 2011-10-21 00:37:43 +02:00
Olaf Schulz 60cb895e21 Update keysym values to current xkb driver. 2011-10-21 00:03:51 +02:00
Olaf Schulz fd814d8cab Fix config description 2011-10-18 10:13:02 +02:00
Olaf Schulz b8b79617f1 Add option for optional window decoration 2011-10-18 10:01:50 +02:00
Olaf Schulz ec6e388bd3 Show window on the same position, where it was hided. 2011-10-18 09:46:19 +02:00
Olaf Schulz aa44fb38fd Extend comment in config file 2011-10-18 08:52:24 +02:00
Olaf Schulz 809eeba8e8 Add gee-1.0.vapi 2011-10-17 23:36:54 +02:00
Olaf Schulz e309e59434 Remove unneccesary files in the vapi folder 2011-10-17 22:19:16 +02:00
Olaf Schulz 576b71ad24 Readme. Better keysym.h hint 2011-10-17 22:04:39 +02:00
Olaf Schulz d5fafb5a5b Restore correct version of vapi/keysym.vapi 2011-10-17 21:53:38 +02:00
Olaf Schulz 5c8e7afc24 Fix Makefile. Add missing option --vapidir=vapi/. 2011-10-17 21:49:45 +02:00
Olaf Schulz f249b60412 Add function key row. Add option for disabling function key row. Add images for pressed ctrl and alt keys 2011-10-17 20:38:29 +02:00
Olaf Schulz c90051532d Add function key row. Add option for disabling function key row. Add images for pressed ctrl and alt keys 2011-10-17 20:35:33 +02:00
Olaf Schulz c07e13a414 Fix height of function key row 2011-10-17 17:10:26 +02:00
Olaf Schulz 7a7bc40c04 Rename preference numblock to numpad. 2011-10-17 15:17:34 +02:00
Olaf Schulz 083932a6c6 minor change in the Readme 2011-10-17 12:59:45 +02:00
Olaf Schulz 0d47b8b83f Minor changes in the keysym table of the overlay. 2011-10-17 12:54:29 +02:00
Olaf Schulz 727216dc8f Add Arrow keys and the six keys above the arrows. 2011-10-17 12:33:33 +02:00