Commit Graph

8 Commits

Author SHA1 Message Date
Johannes Maibaum
2f5b69c021 [WIP] Allow building with GTK+ 3.16+.
Set CMake option `ENABLE_GTK3` to `ON` to build with GTK+ 3.0.

In GTK3 mode:

- Use `GtkGrid` instead of `GtkTable`
- Don't use `GtkMisc` to set `GtkLabel`'s alignments
- `PianoKeyboard`'s draw() code still needs to be refactored (doesn't
  show key presses).
- Grab keyboard functionality still needs to be ported (doesn't work
  yet).
2016-09-18 16:33:36 +02:00
Johannes Maibaum
f57e31dba5 Fix GSEAL_ENABLE errors for src/pianokeyboard.c. 2016-09-11 21:15:13 +02:00
Johannes Maibaum
2bd9ca2b9b Fix GSEAL_ENABLE errors for src/jack-keyboard.c. 2016-09-11 20:03:48 +02:00
Johannes Maibaum
2f4bdf615b Let GDK and GTK+ report deprecated stuff. 2016-09-11 20:03:41 +02:00
hselasky
560484950a Bump version number.
git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@26 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
2012-04-24 15:18:42 +00:00
hselasky
2367dcbebf Patches from Jeff Snyder.
git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@23 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
2011-12-27 10:15:19 +00:00
hselasky
b8c0445d75 Add missing directory to packaging. Install manpage.
git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@22 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
2011-06-22 17:40:11 +00:00
hselasky
c76aed55f2 Convert build system into using cmake.
git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@21 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
2011-06-22 17:28:40 +00:00