summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up toolbox codeAlexander Valavanis2019-01-2218-74/+70
* Cleanup unused toolbar codeAlexander Valavanis2019-01-2118-145/+9
* Update potfiles and add overridesMarc Jeanmougin2019-01-2013-13/+13
* Remove sp_create_window().Tavmjong Bah2019-01-192-83/+3
* Move drag-and-drop code to separate file.Tavmjong Bah2019-01-195-493/+591
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-194-29/+67
|\
| * Remove unneeded document unref.Tavmjong Bah2019-01-191-2/+0
| * Remove crashes when using attributes XML dialog with Objects dialog open (II)Jabier Arraiza2019-01-182-8/+13
| * Remove crashes when using attributes XML dialogJabiertxof2019-01-181-13/+15
| * Remove unwanted atributes from text and comment nodesJabiertxof2019-01-181-4/+10
| * Allow edit comment nodes with the XMLInspectorJabier Arraiza2019-01-171-1/+5
| * Allow edit text nodes with the XMLInspectorJabiertxof2019-01-172-6/+29
* | derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-1938-5770/+7216
|/
* Add correct tooltips for Cap height and x-height.Gyuris Gellért2019-01-141-2/+2
* Misc. typo and whitespace fixesluz.paz2019-01-143-4/+4
* Another baby step in creating InkscapeWindow.Tavmjong Bah2019-01-131-6/+6
* Add button to delete prefsMarc Jeanmougin2019-01-112-1/+10
* First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)Tavmjong Bah2019-01-091-10/+3
* Remove helper/window.h helper/window.cppTavmjong Bah2019-01-091-2/+11
* Remove unused header file.Tavmjong Bah2019-01-081-1/+0
* C++iffy cmd_new_element_node dialog. Remove dependancy on window.h.Tavmjong Bah2019-01-081-73/+23
* Remove unused header file.Tavmjong Bah2019-01-084-6/+0
* fix double construction of Button membersThomas Holder2019-01-031-8/+0
* run clang tidy modernize passMarc Jeanmougin2019-01-027-38/+38
* modernize: add overridesMarc Jeanmougin2019-01-024-12/+12
* modernize loops (2)Marc Jeanmougin2019-01-022-20/+18
* modernize loopsMarc Jeanmougin2019-01-0263-665/+563
* Minor style fixesMarc Jeanmougin2019-01-012-3/+3
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-0110-73/+763
* C++ify EekPreviewAlexander Valavanis2019-01-014-195/+138
* Fix namespace naming consistencyAlexander Valavanis2018-12-298-18/+20
* Move Button to Inkscape namespaceAlexander Valavanis2018-12-293-0/+373
* Rm deprecated budget widgetsAlexander Valavanis2018-12-2914-222/+184
* SPDesktopWidget: Migrate ruler events to sigc++Alexander Valavanis2018-12-281-2/+2
* Allow InkFlowBox (XMLInspector) remember opendes statusJabiertxof2018-12-261-3/+3
* Fixing stylesJabier Arraiza2018-12-267-70/+70
* add "add" button on same placeJabier Arraiza2018-12-262-19/+22
* Add messagess to CSS dialogJabier Arraiza2018-12-262-2/+67
* Add status to attribute widgetJabier Arraiza2018-12-264-27/+66
* fix CNakeLists.txtJabier Arraiza2018-12-261-23/+23
* Fix Tav inputsJabier Arraiza2018-12-263-30/+34
* Fix a prefs bugJabier Arraiza2018-12-261-1/+1
* Add inkFlowBox widget and apply to XML inspectorJabier Arraiza2018-12-265-18/+220
* Remove duplicate warnings of iconloaderJabier Arraiza2018-12-241-1/+7
* Fix indenting in CMakeLists.txt filesJabier Arraiza2018-12-241-22/+22
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-223-0/+421
* Merge branch 'patch-1' of gitlab.com:techtonik/inkscapeMarc Jeanmougin2018-12-201-1/+3
|\
| * Turn off clang-format for about box formattinganatoly techtonik2018-12-011-0/+2
| * aboutbox.cpp: Add 2019 as some 1.0 release date in the futureanatoly techtonik2018-11-271-1/+1
* | Separate knots for 'shape-inside' and 'inline-size'.Tavmjong Bah2018-12-191-101/+130