summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-3/+13
| | | (bzr r7985)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* From trunkTed Gould2008-10-271-64/+51
| | | (bzr r6885)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-211-13/+13
| | | (bzr r6859)
* Reworked swatches context menu slightly to make it more compact and a bit ↵Marcin Floryan2008-02-281-58/+78
| | | | | clearer. Added some strings. (bzr r4899)
* Reducing size of pop-up menu triggerJon A. Cruz2008-02-221-4/+10
| | | (bzr r4819)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-17/+51
| | | (bzr r4800)
* Fixed an issue with the use of Q_ macro as introduced in rev 17415Marcin Floryan2008-02-201-2/+2
| | | (bzr r4792)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-8/+8
| | | (bzr r4790)
* yet another contextual splitAlexandre Prokoudine2008-02-201-1/+1
| | | (bzr r4788)
* New submenu for tuning swatch appearanceJon A. Cruz2008-02-191-3/+27
| | | (bzr r4773)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-181-0/+14
| | | (bzr r4765)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-1/+29
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)