| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -3/+3 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -3/+3 | |
| The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -1/+1 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+4 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+1 | |
| (bzr r15025) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -255/+0 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -255/+0 | |
| (bzr r13341.1.192) | |||||
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 1 | -1/+1 | |
| supported properly) (bzr r13341.1.179) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -3/+2 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -2/+2 | |
| (bzr r13341.5.3) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -1/+1 | |
| (bzr r12782) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2013-04-28 | Temporily fix abiguous macros before later removal. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r12310) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -9/+8 | |
| christmas\!) (bzr r11986) | |||||
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -4/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -96/+1 | |
| (bzr r11318) | |||||
| 2012-04-28 | Drop GtkObject use in dialog-events | Alex Valavanis | 1 | -2/+2 | |
| (bzr r11302) | |||||
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 1 | -4/+103 | |
| (bzr r11250) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -4/+2 | |
| (bzr r11030) | |||||
| 2012-01-04 | More GSEAL issues | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10836) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -16/+11 | |
| (bzr r10660) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2009-06-05 | with latest gtk, aggressive presenting the window after transientization is ↵ | bulia byak | 1 | -1/+1 | |
| not needed, and can even result in a freeze (bzr r8005) | |||||
| 2009-02-14 | remove temporary prevention of retransientization - this hack was added long ↵ | bulia byak | 1 | -26/+0 | |
| ago when creating new windows was much faster than now, so by now it does more harm than good (bzr r7291) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -9/+7 | |
| (bzr r6891) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -4/+6 | |
| (bzr r6885) | |||||
| 2008-08-09 | gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog | Maximilian Albert | 1 | -1/+27 | |
| (bzr r6602) | |||||
| 2008-03-22 | Removed Win32 keep-dialogs-on-top preference, now set permanently to true | Joel Holdsworth | 1 | -10/+4 | |
| (bzr r5160) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -22/+22 | |
| (bzr r4052) | |||||
| 2007-01-06 | Small edits to copyright info. | Johan B. C. Engelen | 1 | -2/+3 | |
| (bzr r2139) | |||||
| 2007-01-06 | Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵ | Johan B. C. Engelen | 1 | -4/+21 | |
| removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! (bzr r2138) | |||||
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -5/+5 | |
| need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -5/+5 | |
| one major janitorial task we identified.... (bzr r1633) | |||||
| 2006-02-13 | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 1 | -23/+23 | |
| (bzr r134) | |||||
