summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layer-properties.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-02Tidy various dialog UIsNathan Lee1-6/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-2/+4
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-4/+5
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+2
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-30/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2016-07-18[Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.Alex Henrie1-1/+1
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-3/+3
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-09-24Fix my email address through codebaseBryce Harrington1-1/+1
2013-03-08Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis1-2/+2
2012-12-10Migrate Layers dialog to Gtk::GridAlex Valavanis1-2/+43
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-1/+1
2012-10-12Fix for 1019974 : Default layer names are inconsistentJohn Smith1-2/+5
2012-09-22Fix for 172222 : Move direct to specified layerJohn Smith1-2/+145
2012-05-31Fix missing Glibmm headers needed for GTK+3 buildAlex Valavanis1-0/+1
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-1/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+2
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-2/+2
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2009-03-09part of bug #339660; can not use Add/Rename dialog to create layer with no pr...Ed Halley1-4/+9
2009-03-08part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley1-2/+3
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
2008-11-21Merge from fe-movedTed Gould1-10/+4
2006-10-10undo annotationsbulia byak1-2/+2
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-2/+4
2006-05-27Prevent layer name duplicationJon A. Cruz1-3/+4
2006-04-28Converting guideline properties dialog to gtkmm (first step - straightforward...Andrius Ramanauskas1-3/+0
2006-04-18Crash fix (occured if creating layer in layerless document)Andrius Ramanauskas1-5/+10
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-3/+3
2006-03-20fixing misspelled name in copyright noticeAndrius Ramanauskas1-2/+2
2006-03-15merged patch #1447043 from Andrius "knutux" R. to create sub-layersMenTaLguY1-7/+65