| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -30/+16 |
| | | |||||
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -0/+1 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -19/+19 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+3 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -25/+25 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Use Gdk::Seat instead of Gdk::DeviceManager | Alex Henrie | 2016-08-08 | 1 | -3/+17 |
| | | | | (bzr r15046.1.1) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -39/+13 |
| |\ | | | | | (bzr r15038) | ||||
| | * | device-manager: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-27 | 1 | -39/+9 |
| | | | | | | | (bzr r15023.2.2) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| |/ | | | (bzr r15025) | ||||
| * | device-manager: Get rid of GLists | Alex Valavanis | 2015-02-14 | 1 | -55/+51 |
| | | | | (bzr r13922) | ||||
| * | device-manager: Migrate to Gtkmm | Alex Valavanis | 2015-02-14 | 1 | -91/+102 |
| | | | | (bzr r13921) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | ||||
| * | ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6 | Alex Valavanis | 2013-01-04 | 1 | -9/+0 |
| | | | | (bzr r12008) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -8/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Don't include keyboards in input-device list. Remove comments about private ↵ | Alex Valavanis | 2012-07-24 | 1 | -70/+20 |
| | | | | | | | | | fields. Fixed bugs: - https://launchpad.net/bugs/1028088 (bzr r11571) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -43/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Stop using obsolete GdkDevice API. Needs testing with extended input devices | Alex Valavanis | 2012-05-27 | 1 | -13/+39 |
| | | | | (bzr r11425) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -1/+1 |
| | | | | (bzr r11030) | ||||
| * | Fix desktop-events backward compat (typo) | Alex Valavanis | 2012-01-05 | 1 | -1/+1 |
| | | | | (bzr r10847) | ||||
| * | Backward compatibility for gdk_device_get_has_cursor | Alex Valavanis | 2012-01-05 | 1 | -2/+3 |
| | | | | (bzr r10844) | ||||
| * | Fix remaining GSEAL issues in device manager and restore backward compatibility. | Alex Valavanis | 2012-01-05 | 1 | -4/+89 |
| | | | | | | | | | | | | | I have defined a GdkDeviceFake structure, which contains copies of all the private fields of GdkDevice. The isValidDevice function should probably be checked carefully to ensure that I have implemented it correctly. Previously, it appeared to compare pointers to GdkDevices rather than checking that the fields were identical. Fixed bugs: - https://launchpad.net/bugs/911174 (bzr r10842) | ||||
| * | Backward compatibility: gdk_device_get_n_keys needs GTK 2.24 | Alex Valavanis | 2012-01-03 | 1 | -1/+10 |
| | | | | (bzr r10832) | ||||
| * | A few GSEAL issues in device-manager | Alex Valavanis | 2012-01-03 | 1 | -11/+18 |
| | | | | (bzr r10829) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Simplifying sigc::bind use. Possible fix for mac compile. | Jon A. Cruz | 2010-04-12 | 1 | -12/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/196195 (bzr r9317) | ||||
| * | Do not emit signals when setting values to their existing state. | Jon A. Cruz | 2010-04-10 | 1 | -4/+9 |
| | | | | (bzr r9304) | ||||
| * | Cleanup of device internal handling and API. | Jon A. Cruz | 2010-04-08 | 1 | -37/+295 |
| | | | | (bzr r9300) | ||||
| * | Const char fixup | Jon A. Cruz | 2008-04-05 | 1 | -5/+5 |
| | | | | (bzr r5351) | ||||
| * | Fixed unlinking of devices | Jon A. Cruz | 2008-03-24 | 1 | -19/+31 |
| | | | | (bzr r5186) | ||||
| * | Tracking of live axes | Jon A. Cruz | 2008-03-22 | 1 | -1/+29 |
| | | | | (bzr r5172) | ||||
| * | Adding signals and linking | Jon A. Cruz | 2008-03-20 | 1 | -13/+178 |
| | | | | (bzr r5129) | ||||
| * | Turned off fake test sources | Jon A. Cruz | 2008-03-15 | 1 | -1/+1 |
| | | | | (bzr r5094) | ||||
| * | Split data mode apart from UI and added button trackers | Jon A. Cruz | 2008-03-15 | 1 | -0/+225 |
| (bzr r5092) | |||||
