summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-13Place vertical iconified docks to the right of dockNathan Lee1-1/+2
Fixes https://gitlab.com/inkscape/inkscape/issues/129
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-0/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-12-24Name a few more widgets. Minor cleanup.Tavmjong Bah1-16/+13
2017-07-10Drop obsolete resize_mode usageAlexander Valavanis1-7/+0
2017-06-29Dock: Rm unnecessary enumAlexander Valavanis1-2/+3
2016-11-11fix automatic dockbar resizingMarc Jeanmougin1-1/+1
(bzr r15237)
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-12/+0
(bzr r15023.2.6)
2016-05-15GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah1-0/+1
(bzr r14890)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-2/+2
disallow pointers to Application (bzr r13341.5.9)
2014-06-264. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White1-2/+2
members, simplify signals (bzr r13341.5.6)
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-3/+1
(bzr r13341.5.3)
2014-06-252. connect signalsLiam P. White1-2/+5
(bzr r13341.5.2)
2013-07-06Fix build failure with GDL >= 3.6Alex Valavanis1-4/+16
Fixed bugs: - https://launchpad.net/bugs/1196070 (bzr r12407)
2013-03-08Drop more Gtk::Table usageAlex Valavanis1-0/+12
(bzr r12180)
2012-10-14Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis1-3/+9
(bzr r11801)
2012-05-21GTK+ 3 changes for cell-renderersAlex Valavanis1-2/+2
(bzr r11392)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+3
(bzr r11018)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-1/+3
(bzr r10992)
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-27/+15
(bzr r10938)
2011-12-29GDL: Drop placement patchesAlex Valavanis1-1/+0
(bzr r10801)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(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)
2008-10-27From trunkTed Gould1-7/+8
(bzr r6885)
2007-11-10Warning cleanupJon A. Cruz1-39/+45
(bzr r4052)
2007-10-25Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b1-1/+22
no "slack". (bzr r3960)
2007-09-25Define DockItems' floating state properly. Fixes some issues withgustav_b1-0/+5
floating docks. (bzr r3799)
2007-09-20Add scrolling of dock on DockItem::present.gustav_b1-0/+18
(bzr r3777)
2007-09-06Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b1-1/+12
(bzr r3699)
2007-08-29Dockable dialogs patch applied gustav_b1-0/+235
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)