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
/
ruler.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for Bug #1094511 (GTK3: rulers render with solid black bg).
Nicolas Dufour
2013-12-03
1
-1
/
+7
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-9
/
+9
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-5
/
+1
*
Ported "widgets/ruler.*" away from SPMetric.
Matthew Petroff
2013-07-22
1
-17
/
+19
*
GTK+ 3: explicitly set a background colour for rulers
Alex Valavanis
2012-12-31
1
-0
/
+14
*
rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...
Alex Valavanis
2012-12-31
1
-97
/
+104
*
rulers: (Merge from GIMP) Set range in ruler units, not in px
Alex Valavanis
2012-12-31
1
-15
/
+10
*
Revert C++ casting for setting HSL map in sp-color-scales
Alex Valavanis
2012-12-26
1
-2
/
+1
*
ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...
Alex Valavanis
2012-12-26
1
-0
/
+164
*
ruler: (GIMP merge) Allow label size to be specified as a style property
Alex Valavanis
2012-12-26
1
-38
/
+111
*
Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...
Alex Valavanis
2012-12-25
1
-9
/
+2
*
ruler: Drop unused members of SPRulerMetric
Alex Valavanis
2012-12-24
1
-10
/
+9
*
ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...
Alex Valavanis
2012-12-24
1
-36
/
+58
*
ruler: (Merge from GIMP) private update_position function
Alex Valavanis
2012-12-24
1
-23
/
+50
*
ruler: (Merge from GIMP) Cache PangoLayout
Alex Valavanis
2012-12-24
1
-60
/
+135
*
ruler: Merge most of drawing and styles from GIMP
Alex Valavanis
2012-12-24
1
-125
/
+179
*
ruler: Use border widths for Gtk+ 3 rendering
Alex Valavanis
2012-12-22
1
-6
/
+39
*
ruler: drop sp_ruler_invalidate_ticks
Alex Valavanis
2012-12-22
1
-22
/
+2
*
ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...
Alex Valavanis
2012-12-22
1
-155
/
+216
*
ruler (Merge from GIMP): Remove draw_pos from public API
Alex Valavanis
2012-12-22
1
-47
/
+113
*
ruler: Remove draw_ticks from public API
Alex Valavanis
2012-12-22
1
-43
/
+40
*
ruler: Add modeline support
Alex Valavanis
2012-12-22
1
-0
/
+11
*
Use cairo surface for ruler widget - minimise delta against GTK+ 3 builds
Alex Valavanis
2012-12-21
1
-42
/
+12
*
GTK+ 3: Migrate to GdkRGBA
Alex Valavanis
2012-11-27
1
-0
/
+7
*
Migrate some widgets to GtkStyleContext
Alex Valavanis
2012-06-24
1
-7
/
+34
*
Use theme foreground colour for ruler tick drawing
Alex Valavanis
2012-05-21
1
-0
/
+1
*
Migrate to draw signal in ruler
Alex Valavanis
2012-05-06
1
-15
/
+27
*
Upstream changes to draw_pos function in ruler
Alex Valavanis
2012-05-06
1
-86
/
+55
*
Upstream performance fixes for rulers
Alex Valavanis
2012-05-06
1
-20
/
+33
*
Apply upstream changes to tick drawing API in ruler
Alex Valavanis
2012-05-06
1
-13
/
+16
*
Drop nested cairo_t in ruler
Alex Valavanis
2012-05-06
1
-4
/
+0
*
Don't set colormap in ruler
Alex Valavanis
2012-05-06
1
-2
/
+1
*
Use cairo surface for ruler backing store in gtk3
Alex Valavanis
2012-05-06
1
-16
/
+49
*
Use cairo region in ruler
Alex Valavanis
2012-05-06
1
-1
/
+1
*
Clean up size allocation in rulers
Alex Valavanis
2012-05-06
1
-26
/
+18
*
cairo rendering in ruler
Alex Valavanis
2012-05-06
1
-21
/
+17
*
Merge more ruler code
Alex Valavanis
2012-05-06
1
-304
/
+115
*
Merge some customised ruler code
Alex Valavanis
2012-05-06
1
-283
/
+26
*
Hide non-public fields of ruler
Alex Valavanis
2012-05-05
1
-92
/
+116
*
Replace deprecated GtkMetricType with SPMetric
Alex Valavanis
2012-04-28
1
-54
/
+37
*
Fixed conditional code to avoid unused function warnings.
Jon A. Cruz
2012-04-18
1
-7
/
+14
*
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
2012-04-17
1
-0
/
+56
*
Fix gseal issues in ruler
Alex Valavanis
2012-02-26
1
-48
/
+69
*
Import deprecated GtkRuler API. Probably worth tidying :-)
Alex Valavanis
2012-02-26
1
-22
/
+868
*
Cleanup variable declarations in ruler, and a couple of GSEAL fixes.
Alex Valavanis
2012-01-14
1
-42
/
+31
*
More GSEAL stuff
Alex Valavanis
2012-01-06
1
-22
/
+44
*
Address issues with GtkRuleMetric const warnings.
Jon A. Cruz
2011-07-15
1
-20
/
+12
*
GTK+ cleanup: gtk_type_class
Alex Valavanis
2011-07-03
1
-2
/
+2
*
GTK+ cleaning: gtk_type_new
Alex Valavanis
2011-07-02
1
-6
/
+3
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-32
/
+22
[next]