summaryrefslogtreecommitdiffstats
path: root/src/widgets/layer-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-611/+0
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)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-3/+3
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-04-07Putting in smaller icon sizeJon A. Cruz1-2/+2
(bzr r455)
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-4/+4
(bzr r439)