summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-05ContextMenu: Harmonize with menu barEduard Braun1-60/+8
2018-11-05More cleanupEduard Braun1-45/+28
2018-11-05Simplify code (we don't need a box if there is no icon)Eduard Braun1-23/+21
2018-11-05Fix sp_ui_menu_item_set_name to handle arbitrarily packed GtkBoxesEduard Braun1-12/+17
2018-11-05Add a preference to force enable/disable menu iconsEduard Braun1-19/+37
2018-11-05Improve positioning of menu iconsEduard Braun1-9/+64
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason1-2/+2
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason1-0/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-30Avoid crash on document close if default template is missingEduard Braun1-1/+1
2018-09-22Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza1-0/+6
2018-09-22Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza1-4/+1
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof1-0/+3
2018-07-31Fixing coding styleJabier Arraiza1-1/+1
2018-07-31Remove XGD_DATA_DIR as sugestion of su_vJabier Arraiza1-2/+5
2018-07-31First try co fix icons bugsJabier Arraiza1-3/+0
2018-07-28trying to fix bug on Fedora https://gitlab.com/inkscape/inkscape/merge_reques...Jabier Arraiza1-1/+0
2018-07-27Refactor fo theme switcherJabier Arraiza1-0/+1
2018-07-25Fixes pointed by maren in original MRJabier Arraiza1-1/+8
2018-07-21Fixing coding styleJabier Arraiza1-10/+9
2018-07-21Working on themesJabier Arraiza1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-1/+48
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-48/+48
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-28a bit more of warning cleanupFelipe Corrêa da Silva Sanches1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-32/+39
2018-01-07Limit geometry from file to width/height of monitorEduard Braun1-2/+4
2018-01-07Make stored geometry and default window size enumsEduard Braun1-2/+3
2018-01-07Simplify code to restore new windows to previous positionEduard Braun1-41/+4
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-2/+2
2017-10-19Use standard glib macro instead of a custom oneStefano Facchini1-2/+1
2017-10-01First batchMarc Jeanmougin1-47/+44
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-6/+4
2017-09-29remove helper/gnome-utils.*Marc Jeanmougin1-7/+7
2017-07-30Fix translation of menus.xmlEduard Braun1-1/+6
2017-07-25interface: add support for old Gtk+Alex Valavanis1-0/+5
2017-06-29interface: Rm unused functionAlexander Valavanis1-29/+0
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2017-06-28Add a show-icon attribute to menu XMLAlexander Valavanis1-11/+34
2017-06-28Revert "menu-items: C++ify"Alexander Valavanis1-71/+49
2017-06-28Revert "Rm unused fn"Alexander Valavanis1-0/+29
2017-06-28Rm unused fnAlexander Valavanis1-29/+0
2017-06-28menu-items: C++ifyAlexander Valavanis1-49/+71
2017-06-27Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis1-893/+36
2017-06-27Initial addition of menu iconsAlexander Valavanis1-32/+48
2017-06-27GdkScreen deprecation fixesAlexander Valavanis1-6/+23