index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
interface.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-05
ContextMenu: Harmonize with menu bar
Eduard Braun
1
-60
/
+8
2018-11-05
More cleanup
Eduard Braun
1
-45
/
+28
2018-11-05
Simplify code (we don't need a box if there is no icon)
Eduard Braun
1
-23
/
+21
2018-11-05
Fix sp_ui_menu_item_set_name to handle arbitrarily packed GtkBoxes
Eduard Braun
1
-12
/
+17
2018-11-05
Add a preference to force enable/disable menu icons
Eduard Braun
1
-19
/
+37
2018-11-05
Improve positioning of menu icons
Eduard Braun
1
-9
/
+64
2018-10-18
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...
Rick Yorgason
1
-2
/
+2
2018-10-18
New "Outline thin strokes" view mode which draws thin strokes in outline mode...
Rick Yorgason
1
-0
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-30
Avoid crash on document close if default template is missing
Eduard Braun
1
-1
/
+1
2018-09-22
Allow ask for SVG dragged import method. Also split ask question from one to ...
Jabier Arraiza
1
-0
/
+6
2018-09-22
Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG
Jabier Arraiza
1
-4
/
+1
2018-09-13
Add per embed/linked SVG a DPI value
Jabiertxof
1
-0
/
+3
2018-07-31
Fixing coding style
Jabier Arraiza
1
-1
/
+1
2018-07-31
Remove XGD_DATA_DIR as sugestion of su_v
Jabier Arraiza
1
-2
/
+5
2018-07-31
First try co fix icons bugs
Jabier Arraiza
1
-3
/
+0
2018-07-28
trying to fix bug on Fedora https://gitlab.com/inkscape/inkscape/merge_reques...
Jabier Arraiza
1
-1
/
+0
2018-07-27
Refactor fo theme switcher
Jabier Arraiza
1
-0
/
+1
2018-07-25
Fixes pointed by maren in original MR
Jabier Arraiza
1
-1
/
+8
2018-07-21
Fixing coding style
Jabier Arraiza
1
-10
/
+9
2018-07-21
Working on themes
Jabier Arraiza
1
-1
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-1
/
+48
2018-06-20
Replace typedef enum with enum in POD type declarations.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-48
/
+48
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-03-28
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-32
/
+39
2018-01-07
Limit geometry from file to width/height of monitor
Eduard Braun
1
-2
/
+4
2018-01-07
Make stored geometry and default window size enums
Eduard Braun
1
-2
/
+3
2018-01-07
Simplify code to restore new windows to previous position
Eduard Braun
1
-41
/
+4
2017-12-25
Use a macro for GtkMM version checks
Alexander Valavanis
1
-2
/
+2
2017-10-19
Use standard glib macro instead of a custom one
Stefano Facchini
1
-2
/
+1
2017-10-01
First batch
Marc Jeanmougin
1
-47
/
+44
2017-09-30
Hunted every GList to the last (except in libnrtype and libcroco)
Marc Jeanmougin
1
-6
/
+4
2017-09-29
remove helper/gnome-utils.*
Marc Jeanmougin
1
-7
/
+7
2017-07-30
Fix translation of menus.xml
Eduard Braun
1
-1
/
+6
2017-07-25
interface: add support for old Gtk+
Alex Valavanis
1
-0
/
+5
2017-06-29
interface: Rm unused function
Alexander Valavanis
1
-29
/
+0
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+0
2017-06-28
Add a show-icon attribute to menu XML
Alexander Valavanis
1
-11
/
+34
2017-06-28
Revert "menu-items: C++ify"
Alexander Valavanis
1
-71
/
+49
2017-06-28
Revert "Rm unused fn"
Alexander Valavanis
1
-0
/
+29
2017-06-28
Rm unused fn
Alexander Valavanis
1
-29
/
+0
2017-06-28
menu-items: C++ify
Alexander Valavanis
1
-49
/
+71
2017-06-27
Partial fix for menu items and split contextmenu into separate file
Alexander Valavanis
1
-893
/
+36
2017-06-27
Initial addition of menu icons
Alexander Valavanis
1
-32
/
+48
2017-06-27
GdkScreen deprecation fixes
Alexander Valavanis
1
-6
/
+23
[next]