summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* panel: Cleanup codeStefano Facchini2018-01-171-21/+6
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-449/+5
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-30/+1
* panel: remove the "apply_label" APIStefano Facchini2018-01-161-7/+1
* 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
* Fix a few Gtkmm deprecationsAlex Valavanis2016-12-261-6/+4
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-6/+0
|\
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-6/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+2
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
|/
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-181-1/+5
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-061-1/+3
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-3/+3
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-15/+15
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+2
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+6
* Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith2012-10-081-0/+1
* Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-301-5/+9
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-11/+88
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-0/+1
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+2
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-4/+4
* Header cleaningAlex Valavanis2012-02-251-0/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
* documentationKris De Gussem2012-01-171-18/+9
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-7/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not a...Nicolas Dufour2010-09-241-10/+10
* i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-26/+14
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-6/+6
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-3/+13
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
* From trunkTed Gould2008-10-271-64/+51