summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/layer-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-29Fix namespace naming consistencyAlexander Valavanis1-3/+5
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-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-19Remove unused filter-list.h header.Emmanuel Gil Peyrot1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-08-16Fix tiny size of layer visibility/lock iconsEduard Braun1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-5/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-17/+17
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-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-19Move general ellipsize text function out of gradient files.Tavmjong Bah1-2/+2
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-06-29Remove old icon handling codeAlexander Valavanis1-10/+11
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.21)
2016-07-11First part of new SPObject children listAdrian Boguszewski1-14/+6
(bzr r14954.1.17)
2016-05-17GTK3: Give names to more widgets.Tavmjong Bah1-0/+2
(bzr r14896)
2016-04-13Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis1-3/+0
#Hackfest2016 (bzr r14837)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
(bzr r13820)
2014-12-10undo previous commit. figured out how to set the "decoration" icon size from ↵Johan B. C. Engelen1-2/+2
gtkrc theme file (bzr r13793)
2014-12-10LayerSelector (bottom left): change size of visibility and lock icons to ↵Johan B. C. Engelen1-2/+2
ICON_SIZE_SMALL_TOOLBAR to make the size changeable from the GTK2 theme file, and make the size fall in line with rest of UI. I saw no effect on the looks of the UI with default gtkrc on Windows, but greatly improves icon sizing on hi-dpi theme settings. (bzr r13792)
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-11/+0
(bzr r12221)
2012-11-19Revert for 166691 : Changing layer order does not update layer selector - ↵John Smith1-1/+5
Revert change to performance issues (bzr r11883)
2012-09-27Fix for 166691 : Changing layer order does not update layer selectorJohn Smith1-1/+3
(bzr r11709)
2012-09-27Fix for 169001 : Long layer names mess with the UIJohn Smith1-2/+2
(bzr r11708)
2012-09-26Fix for 169001 : Long layer names mess with the UIJohn Smith1-2/+4
(bzr r11705)
2012-09-22Fix for 166691 : Revert fixJohn Smith1-1/+1
(bzr r11693)
2012-09-22Fix for 166691 : Changing layer order does not update layer selectorJohn Smith1-6/+20
(bzr r11692)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+2
(bzr r11018)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-3/+3
(bzr r10827)
2011-07-15Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski1-2/+2
(bzr r10456)
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-2/+2
The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
2011-03-18Layers. Fix for Bug #249035: Undo crash when executing extensions.Nicolas Dufour1-0/+4
Fixed bugs: - https://launchpad.net/bugs/249035 (bzr r10113)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-7/+7
(bzr r10064)
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-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2009-02-26Several icon name fixesKrzysztof Kosi??ski1-2/+5
(bzr r7373)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-12/+9
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-10Adding explicit parenthesis to remove warningsJon A. Cruz1-1/+1
(bzr r7261)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
(bzr r4629)
2007-12-17non-poppler build fixJon A. Cruz1-17/+17
Warning and CRLF cleanup (bzr r4246)
2007-12-17defocus layer selector after choosing layerbulia byak1-0/+3
(bzr r4245)
2006-10-10undo annotationsbulia byak1-4/+4
(bzr r1793)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-2/+5
(bzr r1315)
2006-05-28Option to keep selection when changing layersJon A. Cruz1-2/+5
(bzr r1037)
2006-05-26Cleaned up propagation of status changes.Jon A. Cruz1-0/+12
(bzr r1018)