summaryrefslogtreecommitdiffstats
path: root/src/dialogs/dialog-events.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-27Update to experimental r13565Liam P. White1-254/+0
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-255/+0
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-255/+0
(bzr r13341.1.192)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-1/+1
supported properly) (bzr r13341.1.179)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-3/+2
disallow pointers to Application (bzr r13341.5.9)
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-2/+2
(bzr r13341.5.3)
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/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-1/+1
(bzr r12310)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-9/+8
christmas\!) (bzr r11986)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-96/+1
(bzr r11318)
2012-04-28Drop GtkObject use in dialog-eventsAlex Valavanis1-2/+2
(bzr r11302)
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-4/+103
(bzr r11250)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-4/+2
(bzr r11030)
2012-01-04More GSEAL issuesAlex Valavanis1-1/+1
(bzr r10836)
2011-10-03Doxygen cleanup.Jon A. Cruz1-16/+11
(bzr r10660)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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-05with latest gtk, aggressive presenting the window after transientization is ↵bulia byak1-1/+1
not needed, and can even result in a freeze (bzr r8005)
2009-02-14remove temporary prevention of retransientization - this hack was added long ↵bulia byak1-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-21Merge from fe-movedTed Gould1-9/+7
(bzr r6891)
2008-10-27From trunkTed Gould1-4/+6
(bzr r6885)
2008-08-09gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert1-1/+27
(bzr r6602)
2008-03-22Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth1-10/+4
(bzr r5160)
2007-11-10Warning cleanupJon A. Cruz1-22/+22
(bzr r4052)
2007-01-06Small edits to copyright info.Johan B. C. Engelen1-2/+3
(bzr r2139)
2007-01-06Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen1-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-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-5/+5
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-5/+5
one major janitorial task we identified.... (bzr r1633)
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-23/+23
(bzr r134)