summaryrefslogtreecommitdiffstats
path: root/src/helper/window.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-09Remove helper/window.h helper/window.cppTavmjong Bah1-62/+0
2018-11-08Clarify licensesMax Gaukler1-5/+8
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2017-06-29Allows one to use Super, Hyper and Meta key modifiers in shortcutsMarc Jeanmougin1-0/+6
2017-06-23Improve and simplify shortcut handling.Eduard Braun1-9/+1
Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
2014-08-18Code cleanup.Liam P. White1-32/+30
(bzr r13341.1.145)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
(bzr r12782)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+3
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
(bzr r11030)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2007-11-26Menu item to toggle CMS adjustment on and offJon A. Cruz1-3/+3
(bzr r4138)
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth1-3/+20
they are correctly parented (bzr r3328)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)