| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move GIMP widgets to their own folder | Alex Valavanis | 2016-08-08 | 1 | -86/+0 |
| | | | | (bzr r15043.1.2) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -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 Petroff | 2013-07-22 | 1 | -3/+8 |
| | | | | (bzr r12380.1.48) | ||||
| * | rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵ | Alex Valavanis | 2012-12-31 | 1 | -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 px | Alex Valavanis | 2012-12-31 | 1 | -7/+5 |
| | | | | (bzr r12002) | ||||
| * | ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in ↵ | Alex Valavanis | 2012-12-26 | 1 | -16/+23 |
| | | | | | | color slider (bzr r11988) | ||||
| * | ruler: Drop unused members of SPRulerMetric | Alex Valavanis | 2012-12-24 | 1 | -2/+0 |
| | | | | (bzr r11982) | ||||
| * | ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 ↵ | Alex Valavanis | 2012-12-24 | 1 | -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 Valavanis | 2012-12-22 | 1 | -14/+16 |
| | | | | | | accessors for position (bzr r11973) | ||||
| * | ruler (Merge from GIMP): Remove draw_pos from public API | Alex Valavanis | 2012-12-22 | 1 | -3/+0 |
| | | | | (bzr r11968) | ||||
| * | ruler: Remove draw_ticks from public API | Alex Valavanis | 2012-12-22 | 1 | -2/+0 |
| | | | | (bzr r11967) | ||||
| * | Upstream changes to draw_pos function in ruler | Alex Valavanis | 2012-05-06 | 1 | -1/+2 |
| | | | | (bzr r11338) | ||||
| * | Upstream performance fixes for rulers | Alex Valavanis | 2012-05-06 | 1 | -5/+0 |
| | | | | (bzr r11337) | ||||
| * | Apply upstream changes to tick drawing API in ruler | Alex Valavanis | 2012-05-06 | 1 | -1/+2 |
| | | | | (bzr r11336) | ||||
| * | Merge more ruler code | Alex Valavanis | 2012-05-06 | 1 | -85/+32 |
| | | | | (bzr r11329) | ||||
| * | Hide non-public fields of ruler | Alex Valavanis | 2012-05-05 | 1 | -20/+8 |
| | | | | (bzr r11326) | ||||
| * | Replace deprecated GtkMetricType with SPMetric | Alex Valavanis | 2012-04-28 | 1 | -8/+2 |
| | | | | (bzr r11305) | ||||
| * | Fixed conditional code to avoid unused function warnings. | Jon A. Cruz | 2012-04-18 | 1 | -2/+2 |
| | | | | (bzr r11262) | ||||
| * | Fix gseal issues in ruler | Alex Valavanis | 2012-02-26 | 1 | -10/+10 |
| | | | | (bzr r11025) | ||||
| * | Import deprecated GtkRuler API. Probably worth tidying :-) | Alex Valavanis | 2012-02-26 | 1 | -5/+89 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -2/+2 |
| | | | | (bzr r10350.1.3) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -6/+6 |
| | | | | (bzr r10302.1.1) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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-ups | Kees Cook | 2008-02-11 | 1 | -1/+1 |
| | | | | (bzr r4706) | ||||
| * | Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943. | Maximilian Albert | 2008-02-03 | 1 | -2/+1 |
| | | | | (bzr r4639) | ||||
| * | 2nd part of the fix for bug #167500: correctly update the rulers when they ↵ | Diederik van Lierop | 2008-01-30 | 1 | -1/+1 |
| | | | | | | change size (bzr r4621) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+84 |
| (bzr r1) | |||||
