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
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
2016-10-25
Some bug fixes and improvements
Jabier Arraiza Cenoz
1
-11
/
+0
2016-10-23
Fix for widget value of rotate
Jabier Arraiza Cenoz
1
-3
/
+10
2016-10-23
Add right click rotation panning, some fixes
Jabier Arraiza Cenoz
1
-5
/
+7
2016-10-23
Add right click attempt
Jabier Arraiza Cenoz
1
-17
/
+17
2016-10-19
Working with rotate preview
Jabier Arraiza Cenoz
1
-10
/
+14
2016-11-11
fix automatic dockbar resizing
Marc Jeanmougin
1
-7
/
+0
2016-10-15
Reposition widget and add degree symbol
Jabier Arraiza Cenoz
1
-11
/
+49
2016-10-14
Change from slider to spin
Jabier Arraiza Cenoz
1
-79
/
+87
2016-10-14
Working with rotate widget
Jabier Arraiza Cenoz
1
-2
/
+91
2016-10-10
Fix some canvas problems and refactorization
Jabier Arraiza Cenoz
1
-11
/
+30
2016-10-09
Added widget to to rotate
Jabier Arraiza Cenoz
1
-3
/
+43
2016-10-02
Adjust dock size to minimum width during canvas table size allocation signal.
Martin Owens
1
-3
/
+10
2016-08-08
Move GIMP widgets to their own folder
Alex Valavanis
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-8
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-162
/
+16
2016-07-28
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+8
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-8
/
+0
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2016-05-18
GTK3: Give even more widgets names.
Tavmjong Bah
1
-1
/
+1
2016-05-18
Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ...
Tavmjong Bah
1
-35
/
+44
2016-05-17
Remove three unneeded widgets in desktop status bar.
Tavmjong Bah
1
-17
/
+3
2016-05-17
GTK3: Give names to more widgets.
Tavmjong Bah
1
-0
/
+3
2016-05-15
GTK3: Give names to many widgets. Useful for debugging and for using CSS.
Tavmjong Bah
1
-10
/
+29
2016-05-08
Start of GTK3 external style sheet support.
Tavmjong Bah
1
-0
/
+1
2016-04-13
Gtk3 compatibility fix. Hackfest 2016
Tavmjong Bah
1
-4
/
+4
2016-04-13
Fix referencing problem with widget is moved from one container to another. H...
Tavmjong Bah
1
-0
/
+5
2016-04-12
desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-13
/
+18
2016-04-12
desktop-widget: Fix deprecated gtk_widget_reparent usage #Hackfest2016
Alex Valavanis
1
-2
/
+4
2016-04-12
desktop-widget: Fix background color setting #Hackfest2016
Alex Valavanis
1
-4
/
+12
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-8
/
+8
2015-12-27
Fix GTK+ fullscreen issue
Alex Valavanis
1
-2
/
+0
2015-12-09
Remove unnecesary headers for GTK3
Jabier Arraiza Cenoz
1
-2
/
+0
2015-12-09
Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal ruler
Jabier Arraiza Cenoz
1
-19
/
+31
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-3
/
+3
2015-12-06
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
1
-38
/
+43
[prev]
[next]