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
2012-12-31
rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...
Alex Valavanis
1
-4
/
+4
2012-12-31
rulers: (Merge from GIMP) Set range in ruler units, not in px
Alex Valavanis
1
-11
/
+5
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-13
/
+13
2012-12-25
Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...
Alex Valavanis
1
-19
/
+10
2012-12-25
desktop-widget: Use GtkStyleContext for GTK+ 3 widget rendering
Alex Valavanis
1
-32
/
+24
2012-12-25
desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawing
Alex Valavanis
1
-24
/
+0
2012-12-22
ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...
Alex Valavanis
1
-12
/
+4
2012-12-16
GTK+ 3: Switch to more orientable widgets
Alex Valavanis
1
-0
/
+5
2012-12-05
can't do a string comparison like that!
Johan B. C. Engelen
1
-9
/
+9
2012-12-05
i18n. Improving windows's title internationalization (color mode wasn't corre...
Nicolas Dufour
1
-14
/
+35
2012-11-26
Marked even more user visible messages for translation
Alexandre Prokoudine
1
-4
/
+4
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-1
/
+1
2012-10-21
Fix grid layout in desktop widget
Alex Valavanis
1
-2
/
+0
2012-10-20
GTK3: Migrate desktop widget to GtkGrid
Alex Valavanis
1
-36
/
+143
2012-09-27
Fix for 166691 : Changing layer order does not update layer selector
John Smith
1
-0
/
+1
2012-08-09
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
1
-0
/
+6
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-10
/
+0
2012-06-14
Fix new deprecated GTK+ symbols in desktop-widget
Alex Valavanis
1
-2
/
+17
2012-06-14
Drop check for ancient GTK version. Fixes statusbar width issue
Alex Valavanis
1
-2
/
+0
2012-06-07
Fix compile for GTK+ less than 2.20 when GSEAL is on. Fixes bug #1009010.
Jon A. Cruz
1
-4
/
+6
2012-05-26
Use accessor function for private label in message dialog
Alex Valavanis
1
-4
/
+18
2012-05-24
Don't use extension events API in GTK+3 builds
Alex Valavanis
1
-0
/
+6
2012-05-22
More GTK+ 3 fixes for desktop-widget
Alex Valavanis
1
-6
/
+0
2012-05-18
More GtkObject fixes
Alex Valavanis
1
-7
/
+6
2012-05-06
Merge more ruler code
Alex Valavanis
1
-14
/
+14
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-2
/
+15
2012-04-30
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
1
-2
/
+10
2012-04-23
Get rid of GtkObject in toolbox
Alex Valavanis
1
-1
/
+1
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+10
2012-04-10
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
1
-1
/
+1
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+16
2012-04-09
Replace deprecated gdk_window_get_pointer
Alex Valavanis
1
-1
/
+8
2012-03-07
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...
Nicolas Dufour
1
-6
/
+11
2012-03-05
UI. Fix for Bug #668991 (Poor wording in data-loss prompt).
Nicolas Dufour
1
-1
/
+1
2012-02-26
Import deprecated GtkRuler API. Probably worth tidying :-)
Alex Valavanis
1
-12
/
+12
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-2
/
+5
2012-02-17
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
1
-0
/
+4
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-19
/
+19
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-02-08
Patch from lp 721448 to make OSX Aqua builds more stable
Josh Andler
1
-4
/
+0
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-02-05
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2012-02-04
implement some switches between visual bbox and geometric bbox, depending on ...
Alvin Penner
1
-1
/
+6
2012-01-23
Revert accidental commit in desktop-widget.cpp
Alex Valavanis
1
-4
/
+1
2012-01-22
Fix missing header in units.cpp
Alex Valavanis
1
-1
/
+4
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-3
/
+3
2012-01-11
Desktop-widget GSEAL fixes
Alex Valavanis
1
-34
/
+46
2012-01-07
Warning and uninitialized data cleanup.
Jon A. Cruz
1
-7
/
+17
2011-12-14
Replace deprecated gtk_widget_hide_all
Alex Valavanis
1
-18
/
+18
2011-08-27
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
1
-7
/
+3
[next]