index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
desktop-widget.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-03
Use monospace digits font in messages and spinbuttons
Jabier Arraiza
1
-4
/
+6
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
-1
/
+1
2018-09-21
Fix window resize canvas orientation interference
Thomas Holder
1
-1
/
+4
2018-09-12
New option to invert y-axis
Thomas Holder
1
-2
/
+6
2018-07-21
Fixing coding style
Jabier Arraiza
1
-2
/
+2
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-18
/
+24
2018-06-21
Move global functions into SPImage methods.
Emmanuel Gil Peyrot
1
-1
/
+1
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-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-40
/
+40
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Fix build issue caused by f09962028d017896279b717a6621a4de772d1b4f on GTK+ <3...
Emmanuel Gil Peyrot
1
-1
/
+5
2018-06-13
Make shutdown dialogs use gtkmm.
Emmanuel Gil Peyrot
1
-56
/
+37
2018-06-13
Make info dialog use gtkmm.
Emmanuel Gil Peyrot
1
-11
/
+6
2018-06-12
Make SPDesktopWidget::window_get_pointer() use gdkmm.
Emmanuel Gil Peyrot
1
-9
/
+13
2018-05-04
Add global guide controls to guides panel
Geoff Lankow
1
-8
/
+0
2018-04-28
Make the CMS toggle button update the canvas
Tobias Ellinghaus
1
-12
/
+12
2018-02-04
Convert UnitTracker to use ink-select-one-action.
Tavmjong Bah
1
-3
/
+0
2018-02-03
Remove unneeded header.
Tavmjong Bah
1
-1
/
+0
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-21
/
+28
2018-01-18
swatches: Code cleanup
Stefano Facchini
1
-1
/
+0
2018-01-18
Minor cleanup.
Tavmjong Bah
1
-21
/
+34
2018-01-08
Restore ability to switch mode while using spray tool (is this even useful?).
Tavmjong Bah
1
-1
/
+5
2017-12-05
Fix bug#1643179. Guides lock lost on load. Patch proposed in #5
Jabier Arraiza
1
-3
/
+3
2017-11-13
Unset the current tool early on shutdown.
Stefano Facchini
1
-2
/
+1
2017-09-30
Hunted every GList to the last (except in libnrtype and libcroco)
Marc Jeanmougin
1
-22
/
+19
2017-07-11
Fix duplicate definition
Alexander Valavanis
1
-1
/
+0
2017-07-09
Update desktop-widget for GdkScreen/GdkMonitor changes
Alexander Valavanis
1
-3
/
+29
2017-07-09
Drop GdkWindow update stuff. Now handled automatically
Alexander Valavanis
1
-5
/
+0
2017-07-09
Updates for GdkScreen/GdkMonitor API changes
Alexander Valavanis
1
-8
/
+7
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-4
/
+3
2017-06-28
Revert "menu-items: C++ify"
Alexander Valavanis
1
-8
/
+5
2017-06-28
menu-items: C++ify
Alexander Valavanis
1
-5
/
+8
2017-06-14
Use Glib::ustring to simplify title string code.
Tavmjong Bah
1
-55
/
+39
2017-03-21
Add entry for canvas rotate step in Inkscape Preferences dialog.
Tavmjong Bah
1
-2
/
+3
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-157
/
+176
2017-03-14
Fix zoom reference point when using desktop's zoom widget.
Tavmjong Bah
1
-2
/
+4
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-13
/
+7
2017-03-07
Fix field width of rotation input text
Eduard Braun
1
-1
/
+1
2017-03-06
Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" fro...
Eduard Braun
1
-7
/
+12
2017-03-06
Fix Inkscape crashing on Windows (and possibly other OSs) if $LANG is set to ...
Eduard Braun
1
-12
/
+15
2017-03-06
Fix bug pointed by suv on IRC bad using of unicode degree sign
Jabiertxof
1
-9
/
+9
2017-02-06
Remove some unneeded < C++11 fallback code
Alex Valavanis
1
-5
/
+0
2017-02-01
Prevent display units from effecting 'line-height' unit.
Tavmjong Bah
1
-0
/
+7
2017-01-26
Fix Bug:1659253. Thanks houz and jazzynico
Tobias Ellinghaus
1
-1
/
+1
2017-01-26
[Bug #1659297] 'Theme parsing error' messages in trunk rev 15447.
suv-lp
1
-1
/
+1
2017-01-25
Comented one of the shortcuts for doc rotate because bad response now interac...
Jabier Arraiza Cenoz
1
-1
/
+1
2017-01-04
Cleanup: remove an unused local enum declaration.
Shlomi Fish
1
-8
/
+0
[next]