summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-01Move Preview to Inkscape namespaceAlexander Valavanis1-2/+2
2019-01-01C++ify EekPreviewAlexander Valavanis1-1/+1
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-4/+0
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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
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
2018-01-17panel: Cleanup codeStefano Facchini1-21/+6
- fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-449/+5
panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-30/+1
2018-01-16panel: remove the "apply_label" APIStefano Facchini1-7/+1
It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
2017-12-26GtkMM popup menu deprecation fixesAlexander Valavanis1-0/+4
2017-10-19Remove unused icon-size.hStefano Facchini1-1/+0
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+2
2016-12-27Rm some deprecated Gtk::Stock usageAlex Valavanis1-9/+1
(bzr r15366)
2016-12-26Fix a few Gtkmm deprecationsAlex Valavanis1-6/+4
(bzr r15357)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+2
(bzr r15034)
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-6/+0
(bzr r15023.2.6)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
(bzr r15025)
2016-05-18GTK3: Give even more widgets names.Tavmjong Bah1-1/+5
(bzr r14901)
2016-05-06Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah1-1/+3
And some minor cleanup. (bzr r14871)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+2
(bzr r13809)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-2/+2
supported properly) (bzr r13341.1.179)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-3/+3
disallow pointers to Application (bzr r13341.5.9)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-15/+15
(bzr r13236)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-12-16GTK+ 3: Use orientable widgetsAlex Valavanis1-0/+6
(bzr r11959)
2012-10-08Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith1-0/+1
(bzr r11757)
2012-09-30Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith1-5/+9
(bzr r11716)
2012-09-27Fix for 171177 : Border in palette swatchesJohn Smith1-11/+88
(bzr r11706)
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-0/+1
(bzr r11309)
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-0/+2
(bzr r11304)
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-4/+4
(bzr r11207)
2012-02-25Header cleaningAlex Valavanis1-0/+1
(bzr r11015)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+1
(bzr r10940)
2012-01-17documentationKris De Gussem1-18/+9
(bzr r10899)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-7/+1
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
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)
2010-09-24i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵Nicolas Dufour1-10/+10
applied properly). (bzr r9781)
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-26/+14
(bzr r9722)
2010-04-01Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz1-6/+6
Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)