summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-2/+2
|
* C++ify EekPreviewAlexander Valavanis2019-01-011-1/+1
|
* 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-4/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | 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
|
* panel: Cleanup codeStefano Facchini2018-01-171-21/+6
| | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-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.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-30/+1
|
* panel: remove the "apply_label" APIStefano Facchini2018-01-161-7/+1
| | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-0/+4
|
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+2
|
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-9/+1
| | | (bzr r15366)
* Fix a few Gtkmm deprecationsAlex Valavanis2016-12-261-6/+4
| | | (bzr r15357)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-6/+0
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-6/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+2
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
|/ | | (bzr r15025)
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-181-1/+5
| | | (bzr r14901)
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-061-1/+3
| | | | | And some minor cleanup. (bzr r14871)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* 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/+2
| | | (bzr r13809)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-3/+3
| | | | | disallow pointers to Application (bzr r13341.5.9)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-15/+15
| | | (bzr r13236)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+6
| | | (bzr r11959)
* Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith2012-10-081-0/+1
| | | (bzr r11757)
* Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-301-5/+9
| | | (bzr r11716)
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-11/+88
| | | (bzr r11706)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-0/+1
| | | (bzr r11309)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+2
| | | (bzr r11304)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-4/+4
| | | (bzr r11207)
* Header cleaningAlex Valavanis2012-02-251-0/+1
| | | (bzr r11015)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
| | | (bzr r10940)
* documentationKris De Gussem2012-01-171-18/+9
| | | (bzr r10899)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-7/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* 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)
* i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵Nicolas Dufour2010-09-241-10/+10
| | | | | applied properly). (bzr r9781)
* i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-26/+14
| | | (bzr r9722)
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)