summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-1/+22
|\
| * Prevent crash when get_primary_monitor() returns nullptr.Tavmjong Bah2017-07-041-1/+4
| |
| * GdkScreen deprecation fixesAlexander Valavanis2017-06-271-1/+19
| |
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-7/+1
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | (bzr r15368)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
| | | (bzr r15025)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\ | | | | (bzr r13341.5.17)
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.247)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-1/+1
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | Update to experimental r13527Liam P. White2014-08-301-14/+2
|\| | | | | (bzr r13341.5.15)
| * Fix accidental regression in previous commitLiam P. White2014-08-171-0/+1
| | | | | | (bzr r13341.1.144)
| * Fix gtk3 crash when using "close" buttonLiam P. White2014-08-171-14/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1090936 (bzr r13341.1.143)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-4/+4
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-4/+4
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-35/+0
| | | | | | (bzr r13341.5.3)
* | 2. connect signalsLiam P. White2014-06-251-13/+18
|/ | | (bzr r13341.5.2)
* Removed obsolete header file.Markus Engel2014-03-291-2/+2
| | | (bzr r13229)
* 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-2/+2
| | | (bzr r12782)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+2
| | | (bzr r11737)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix more deprecated GDK key symbolsAlex Valavanis2012-05-071-4/+8
| | | (bzr r11344)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-1/+1
| | | (bzr r11304)
* Drop GtkObject use in dialogAlex Valavanis2012-04-281-3/+3
| | | (bzr r11303)
* gseal fixAlex Valavanis2012-02-261-1/+1
| | | (bzr r11026)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+4
| | | (bzr r11018)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-3/+23
| | | (bzr r10992)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-061-5/+5
| | | (bzr r10946)
* Some documentationKris De Gussem2012-01-061-49/+16
| | | (bzr r10851)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+0
| | | (bzr r10826)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
| | | (bzr r10037)
* 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)
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-21/+4
| | | (bzr r9828)
* zero out pointers to deleted members. might expose problems if a stail ↵Jon A. Cruz2010-04-041-0/+1
| | | | | pointer is related to bug #494722. (bzr r9291)
* From trunkTed Gould2008-10-271-14/+15
| | | (bzr r6885)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-13/+13
| | | (bzr r4838)
* The dialog to panel refactoring:gustav_b2007-11-221-40/+11
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Handle Dialog events properlygustav_b2007-09-191-33/+28
| | | (bzr r3774)
* Move more dialog event handling into Dialog class, work in progress ongustav_b2007-09-191-18/+74
| | | | | focus issues. (bzr r3767)
* Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b2007-09-191-130/+127
| | | | | | | | | | | | | estethical changes) --This line, and those below, will be ignored-- M src/ui/dialog/dialog.h M src/ui/dialog/tree-editor.cpp M src/ui/dialog/dialog.cpp M src/ui/dialog/dock-behavior.cpp M src/ui/dialog/floating-behavior.cpp M src/ui/dialog/tree-editor.h (bzr r3766)
* Remove redundant dialog present(), make sure user_hidden is set forgustav_b2007-09-101-1/+0
| | | | | DockBehavior dialogs. (bzr r3710)
* Fixes for transient dialogs in win32.gustav_b2007-09-021-2/+10
| | | (bzr r3670)
* Dockable dialogs patch applied gustav_b2007-08-291-135/+115
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak2007-04-011-0/+1
| | | (bzr r2801)
* now at least the first opening of the first gtkmm dialog opens it in-place ↵bulia byak2007-02-191-3/+2
| | | | | without jumping. still can't make it work for all cases. (bzr r2397)