summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Place vertical iconified docks to the right of dockNathan Lee2019-03-131-1/+2
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/129
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-0/+4
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-241-16/+13
|
* Drop obsolete resize_mode usageAlexander Valavanis2017-07-101-7/+0
|
* Dock: Rm unnecessary enumAlexander Valavanis2017-06-291-2/+3
|
* fix automatic dockbar resizingMarc Jeanmougin2016-11-111-1/+1
| | | (bzr r15237)
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-12/+0
| | | (bzr r15023.2.6)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-0/+1
| | | (bzr r14890)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
| | | | | disallow pointers to Application (bzr r13341.5.9)
* 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-2/+2
| | | | | members, simplify signals (bzr r13341.5.6)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-3/+1
| | | (bzr r13341.5.3)
* 2. connect signalsLiam P. White2014-06-251-2/+5
| | | (bzr r13341.5.2)
* Fix build failure with GDL >= 3.6Alex Valavanis2013-07-061-4/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1196070 (bzr r12407)
* Drop more Gtk::Table usageAlex Valavanis2013-03-081-0/+12
| | | (bzr r12180)
* Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis2012-10-141-3/+9
| | | (bzr r11801)
* GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-211-2/+2
| | | (bzr r11392)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+3
| | | (bzr r11018)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-1/+3
| | | (bzr r10992)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-27/+15
| | | (bzr r10938)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-1/+0
| | | (bzr r10801)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (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)
* From trunkTed Gould2008-10-271-7/+8
| | | (bzr r6885)
* Warning cleanupJon A. Cruz2007-11-101-39/+45
| | | (bzr r4052)
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-251-1/+22
| | | | | no "slack". (bzr r3960)
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-251-0/+5
| | | | | floating docks. (bzr r3799)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-201-0/+18
| | | (bzr r3777)
* Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b2007-09-061-1/+12
| | | (bzr r3699)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+235
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)