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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-08
Move GIMP widgets to their own folder
Alex Valavanis
1
-1425
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-29
ruler: Backport upstream patches
Alex Valavanis
1
-13
/
+20
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-07-27
widgets/ruler: Drop GTK2 fallbacks
Alex Valavanis
1
-154
/
+0
2016-05-08
Attemt to fix ruler background for GTK 3.20.
Tavmjong Bah
1
-0
/
+4
2016-05-08
Start of GTK3 external style sheet support.
Tavmjong Bah
1
-15
/
+0
2016-05-07
Temporarily hard code GTK3 ruler background to off white.
Tavmjong Bah
1
-1
/
+3
2016-04-12
Latest gtk3 cleanup
Martin Owens
1
-2
/
+12
2016-04-12
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)
Martin Owens
1
-7
/
+0
2016-02-29
Code-design. Fixing variable initialization warnings and replacing tabs with ...
Nicolas Dufour
1
-9
/
+9
2016-02-27
UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, unle...
Eduard Braun (eduard-braun2)
1
-130
/
+198
2015-02-25
Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597)
Liam P. White
1
-17
/
+25
2014-07-22
Replaced some abs/fabs with std::abs.
Markus Engel
1
-1
/
+1
2013-12-03
Fix for Bug #1094511 (GTK3: rulers render with solid black bg).
Nicolas Dufour
1
-1
/
+7
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-9
/
+9
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-5
/
+1
2013-07-22
Ported "widgets/ruler.*" away from SPMetric.
Matthew Petroff
1
-17
/
+19
2012-12-31
GTK+ 3: explicitly set a background colour for rulers
Alex Valavanis
1
-0
/
+14
2012-12-31
rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...
Alex Valavanis
1
-97
/
+104
2012-12-31
rulers: (Merge from GIMP) Set range in ruler units, not in px
Alex Valavanis
1
-15
/
+10
2012-12-26
Revert C++ casting for setting HSL map in sp-color-scales
Alex Valavanis
1
-2
/
+1
2012-12-26
ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...
Alex Valavanis
1
-0
/
+164
2012-12-26
ruler: (GIMP merge) Allow label size to be specified as a style property
Alex Valavanis
1
-38
/
+111
2012-12-25
Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...
Alex Valavanis
1
-9
/
+2
2012-12-24
ruler: Drop unused members of SPRulerMetric
Alex Valavanis
1
-10
/
+9
2012-12-24
ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...
Alex Valavanis
1
-36
/
+58
2012-12-24
ruler: (Merge from GIMP) private update_position function
Alex Valavanis
1
-23
/
+50
2012-12-24
ruler: (Merge from GIMP) Cache PangoLayout
Alex Valavanis
1
-60
/
+135
2012-12-24
ruler: Merge most of drawing and styles from GIMP
Alex Valavanis
1
-125
/
+179
2012-12-22
ruler: Use border widths for Gtk+ 3 rendering
Alex Valavanis
1
-6
/
+39
2012-12-22
ruler: drop sp_ruler_invalidate_ticks
Alex Valavanis
1
-22
/
+2
2012-12-22
ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...
Alex Valavanis
1
-155
/
+216
2012-12-22
ruler (Merge from GIMP): Remove draw_pos from public API
Alex Valavanis
1
-47
/
+113
2012-12-22
ruler: Remove draw_ticks from public API
Alex Valavanis
1
-43
/
+40
2012-12-22
ruler: Add modeline support
Alex Valavanis
1
-0
/
+11
2012-12-21
Use cairo surface for ruler widget - minimise delta against GTK+ 3 builds
Alex Valavanis
1
-42
/
+12
2012-11-27
GTK+ 3: Migrate to GdkRGBA
Alex Valavanis
1
-0
/
+7
2012-06-24
Migrate some widgets to GtkStyleContext
Alex Valavanis
1
-7
/
+34
2012-05-21
Use theme foreground colour for ruler tick drawing
Alex Valavanis
1
-0
/
+1
2012-05-06
Migrate to draw signal in ruler
Alex Valavanis
1
-15
/
+27
2012-05-06
Upstream changes to draw_pos function in ruler
Alex Valavanis
1
-86
/
+55
2012-05-06
Upstream performance fixes for rulers
Alex Valavanis
1
-20
/
+33
2012-05-06
Apply upstream changes to tick drawing API in ruler
Alex Valavanis
1
-13
/
+16
2012-05-06
Drop nested cairo_t in ruler
Alex Valavanis
1
-4
/
+0
2012-05-06
Don't set colormap in ruler
Alex Valavanis
1
-2
/
+1
2012-05-06
Use cairo surface for ruler backing store in gtk3
Alex Valavanis
1
-16
/
+49
2012-05-06
Use cairo region in ruler
Alex Valavanis
1
-1
/
+1
2012-05-06
Clean up size allocation in rulers
Alex Valavanis
1
-26
/
+18
[next]