summaryrefslogtreecommitdiffstats
path: root/src/dialogs/dialog-events.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove misleading dialogs directoryLiam P. White2014-09-021-255/+0
| | | (bzr r13341.1.192)
* Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-1/+1
| | | | | supported properly) (bzr r13341.1.179)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-1/+1
| | | (bzr r12310)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-9/+8
| | | | | christmas\!) (bzr r11986)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-96/+1
| | | (bzr r11318)
* Drop GtkObject use in dialog-eventsAlex Valavanis2012-04-281-2/+2
| | | (bzr r11302)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+103
| | | (bzr r11250)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-4/+2
| | | (bzr r11030)
* More GSEAL issuesAlex Valavanis2012-01-041-1/+1
| | | (bzr r10836)
* Doxygen cleanup.Jon A. Cruz2011-10-031-16/+11
| | | (bzr r10660)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* with latest gtk, aggressive presenting the window after transientization is ↵bulia byak2009-06-051-1/+1
| | | | | not needed, and can even result in a freeze (bzr r8005)
* remove temporary prevention of retransientization - this hack was added long ↵bulia byak2009-02-141-26/+0
| | | | | ago when creating new windows was much faster than now, so by now it does more harm than good (bzr r7291)
* Merge from fe-movedTed Gould2008-11-211-9/+7
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-4/+6
| | | (bzr r6885)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-1/+27
| | | (bzr r6602)
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-221-10/+4
| | | (bzr r5160)
* Warning cleanupJon A. Cruz2007-11-101-22/+22
| | | (bzr r4052)
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-2/+3
| | | (bzr r2139)
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen2007-01-061-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)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-23/+23
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+247
(bzr r1)