summaryrefslogtreecommitdiffstats
path: root/src/widgets/ruler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-1425/+0
| | | (bzr r15043.1.2)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-167/+20
|\ | | | | (bzr r15038)
| * ruler: Backport upstream patchesAlex Valavanis2016-07-291-13/+20
| | | | | | (bzr r15023.2.9)
| * widgets/ruler: Drop GTK2 fallbacksAlex Valavanis2016-07-271-154/+0
| | | | | | (bzr r15023.2.4)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/ | | (bzr r15025)
* Attemt to fix ruler background for GTK 3.20.Tavmjong Bah2016-05-081-0/+4
| | | (bzr r14876.1.1)
* Start of GTK3 external style sheet support.Tavmjong Bah2016-05-081-15/+0
| | | (bzr r14873.1.1)
* Temporarily hard code GTK3 ruler background to off white.Tavmjong Bah2016-05-071-1/+3
| | | (bzr r14872)
* Latest gtk3 cleanupMartin Owens2016-04-121-2/+12
| | | (bzr r14791)
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-121-7/+0
| | | (bzr r14788)
* Code-design. Fixing variable initialization warnings and replacing tabs with ↵Nicolas Dufour2016-02-291-9/+9
| | | | | spaces. (bzr r14675)
* UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, ↵Eduard Braun (eduard-braun2)2016-02-271-130/+198
| | | | | | | | unless rulers are hidden). Fixed bugs: - https://launchpad.net/bugs/1351597 (bzr r14670)
* Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597)Liam P. White2015-02-251-17/+25
| | | | | This might not do what it's supposed to, but I doubt keeping it in will do any harm if it doesn't fix the bug (bzr r13941)
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | (bzr r13459)
* Fix for Bug #1094511 (GTK3: rulers render with solid black bg).Nicolas Dufour2013-12-031-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12835)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-9/+9
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Switched to global UnitTable.Matthew Petroff2013-08-041-5/+1
| | | (bzr r12380.1.62)
* Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-17/+19
| | | (bzr r12380.1.48)
* GTK+ 3: explicitly set a background colour for rulersAlex Valavanis2012-12-311-0/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12004)
* rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵Alex Valavanis2012-12-311-97/+104
| | | | | (2012-10-23) in GIMP git repo, gtk3-port branch (bzr r12003)
* rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis2012-12-311-15/+10
| | | (bzr r12002)
* Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2012-12-261-2/+1
| | | (bzr r11991)
* ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in ↵Alex Valavanis2012-12-261-0/+164
| | | | | color slider (bzr r11988)
* ruler: (GIMP merge) Allow label size to be specified as a style propertyAlex Valavanis2012-12-261-38/+111
| | | (bzr r11987)
* Stop using UNUSED_PIXELS hack in ruler. This was only required because of ↵Alex Valavanis2012-12-251-9/+2
| | | | | the padding used in the desktop widget (bzr r11985)
* ruler: Drop unused members of SPRulerMetricAlex Valavanis2012-12-241-10/+9
| | | (bzr r11982)
* ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 ↵Alex Valavanis2012-12-241-36/+58
| | | | | | | | builds Fixed bugs: - https://launchpad.net/bugs/1069172 (bzr r11981)
* ruler: (Merge from GIMP) private update_position functionAlex Valavanis2012-12-241-23/+50
| | | (bzr r11980)
* ruler: (Merge from GIMP) Cache PangoLayoutAlex Valavanis2012-12-241-60/+135
| | | (bzr r11979)
* ruler: Merge most of drawing and styles from GIMPAlex Valavanis2012-12-241-125/+179
| | | (bzr r11978)
* ruler: Use border widths for Gtk+ 3 renderingAlex Valavanis2012-12-221-6/+39
| | | (bzr r11975)
* ruler: drop sp_ruler_invalidate_ticksAlex Valavanis2012-12-221-22/+2
| | | (bzr r11974)
* ruler (Merge from GIMP): Convert to no-window widget and provide separate ↵Alex Valavanis2012-12-221-155/+216
| | | | | accessors for position (bzr r11973)
* ruler (Merge from GIMP): Remove draw_pos from public APIAlex Valavanis2012-12-221-47/+113
| | | (bzr r11968)
* ruler: Remove draw_ticks from public APIAlex Valavanis2012-12-221-43/+40
| | | (bzr r11967)
* ruler: Add modeline supportAlex Valavanis2012-12-221-0/+11
| | | (bzr r11966)
* Use cairo surface for ruler widget - minimise delta against GTK+ 3 buildsAlex Valavanis2012-12-211-42/+12
| | | (bzr r11965)
* GTK+ 3: Migrate to GdkRGBAAlex Valavanis2012-11-271-0/+7
| | | (bzr r11910)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-7/+34
| | | (bzr r11513)
* Use theme foreground colour for ruler tick drawingAlex Valavanis2012-05-211-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1002555 (bzr r11398)
* Migrate to draw signal in rulerAlex Valavanis2012-05-061-15/+27
| | | (bzr r11339)
* Upstream changes to draw_pos function in rulerAlex Valavanis2012-05-061-86/+55
| | | (bzr r11338)
* Upstream performance fixes for rulersAlex Valavanis2012-05-061-20/+33
| | | (bzr r11337)
* Apply upstream changes to tick drawing API in rulerAlex Valavanis2012-05-061-13/+16
| | | (bzr r11336)
* Drop nested cairo_t in rulerAlex Valavanis2012-05-061-4/+0
| | | (bzr r11335)
* Don't set colormap in rulerAlex Valavanis2012-05-061-2/+1
| | | (bzr r11334)
* Use cairo surface for ruler backing store in gtk3Alex Valavanis2012-05-061-16/+49
| | | (bzr r11333)
* Use cairo region in rulerAlex Valavanis2012-05-061-1/+1
| | | (bzr r11332)