summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dock-behavior.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2018-11-08Clarify licensesMax Gaukler1-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-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
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-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2017-08-15Alow shink in document dialog on expanders closeJabier Arraiza1-3/+5
2017-06-29Dock: Rm unnecessary enumAlexander Valavanis1-2/+2
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-3/+0
(bzr r15368)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
(bzr r15025)
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
(bzr r13341.1.247)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
(bzr r13341.1.192)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-7/+16
(bzr r10992)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-07-03GTK+ cleanup: gtk_timeout_addAlex Valavanis1-1/+1
(bzr r10412)
2011-06-22Warning cleanup.Jon A. Cruz1-2/+1
(bzr r10339)
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)
2008-10-27From trunkTed Gould1-10/+14
(bzr r6885)
2008-03-22Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth1-5/+2
(bzr r5160)
2008-02-24Warning and whitespace cleanupJon A. Cruz1-21/+23
(bzr r4838)
2007-11-22The dialog to panel refactoring:gustav_b1-71/+6
* 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)
2007-09-19Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b1-1/+1
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)
2007-09-10Remove redundant dialog present(), make sure user_hidden is set forgustav_b1-0/+1
DockBehavior dialogs. (bzr r3710)
2007-09-02Fixes for transient dialogs in win32.gustav_b1-6/+62
(bzr r3670)
2007-08-29Dockable dialogs patch applied gustav_b1-0/+308
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)