summaryrefslogtreecommitdiffstats
path: root/src/widgets/ruler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-86/+0
| | | (bzr r15043.1.2)
* 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)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-2/+2
| | | | | 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)
* Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-3/+8
| | | (bzr r12380.1.48)
* rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵Alex Valavanis2012-12-311-11/+3
| | | | | (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-7/+5
| | | (bzr r12002)
* ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in ↵Alex Valavanis2012-12-261-16/+23
| | | | | color slider (bzr r11988)
* ruler: Drop unused members of SPRulerMetricAlex Valavanis2012-12-241-2/+0
| | | (bzr r11982)
* ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 ↵Alex Valavanis2012-12-241-4/+0
| | | | | | | | builds Fixed bugs: - https://launchpad.net/bugs/1069172 (bzr r11981)
* ruler (Merge from GIMP): Convert to no-window widget and provide separate ↵Alex Valavanis2012-12-221-14/+16
| | | | | accessors for position (bzr r11973)
* ruler (Merge from GIMP): Remove draw_pos from public APIAlex Valavanis2012-12-221-3/+0
| | | (bzr r11968)
* ruler: Remove draw_ticks from public APIAlex Valavanis2012-12-221-2/+0
| | | (bzr r11967)
* Upstream changes to draw_pos function in rulerAlex Valavanis2012-05-061-1/+2
| | | (bzr r11338)
* Upstream performance fixes for rulersAlex Valavanis2012-05-061-5/+0
| | | (bzr r11337)
* Apply upstream changes to tick drawing API in rulerAlex Valavanis2012-05-061-1/+2
| | | (bzr r11336)
* Merge more ruler codeAlex Valavanis2012-05-061-85/+32
| | | (bzr r11329)
* Hide non-public fields of rulerAlex Valavanis2012-05-051-20/+8
| | | (bzr r11326)
* Replace deprecated GtkMetricType with SPMetricAlex Valavanis2012-04-281-8/+2
| | | (bzr r11305)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-2/+2
| | | (bzr r11262)
* Fix gseal issues in rulerAlex Valavanis2012-02-261-10/+10
| | | (bzr r11025)
* Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-261-5/+89
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
| | | (bzr r10350.1.3)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-6/+6
| | | (bzr r10302.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-1/+1
| | | (bzr r4706)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-031-2/+1
| | | (bzr r4639)
* 2nd part of the fix for bug #167500: correctly update the rulers when they ↵Diederik van Lierop2008-01-301-1/+1
| | | | | change size (bzr r4621)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+84
(bzr r1)