summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Fix for 986446 : Measure toolbar header includeJohn Smith2012-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11361)
* | | | | | | | | patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ↵Kris De Gussem2012-05-131-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are invisible in outline mode) (bzr r11359)
* | | | | | | | | syntx of null pointer dereference checksKris De Gussem2012-05-1211-390/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11358)
* | | | | | | | | Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape ↵Kris De Gussem2012-05-121-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should return non-0 on 'errors') (bzr r11357)
* | | | | | | | | UI. Filtered objects count (patch by David Mathog).Nicolas Dufour2012-05-113-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. (bzr r11355)
* | | | | | | | | Fix for 169759 : HIG compliant Edit menuJohn Smith2012-05-113-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11354)
* | | | | | | | | Fix for 997886 : Document Metadata : Crash when saving with 2 documents openJohn Smith2012-05-112-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11353)
* | | | | | | | | GTK+3 drawing of iconsAlex Valavanis2012-05-091-51/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11352)
* | | | | | | | | GTK+3 drawing in gradient-imageAlex Valavanis2012-05-091-35/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11351)
* | | | | | | | | Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-0914-97/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11350)
* | | | | | | | | Unified variable names as scoping now makes the code safe.Jon A. Cruz2012-05-091-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (merge of local fix) (bzr r11349)
* | | | | | | | | Fix drawing of eek-preview in GTK+3Alex Valavanis2012-05-082-72/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11348)
* | | | | | | | | Follow-up conversion from bool.Jon A. Cruz2012-05-085-79/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11347)
* | | | | | | | | Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-0840-6820/+8929
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11346)
* | | | | | | | | Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-0810-200/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11345)
* | | | | | | | | Fix more deprecated GDK key symbolsAlex Valavanis2012-05-072-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11344)
* | | | | | | | | Find dialog: taking plurals into account for UI translationKris De Gussem2012-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11343)
* | | | | | | | | A couple of simple Gtk3 fixesAlex Valavanis2012-05-062-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11342)
* | | | | | | | | Fix missing glib headers in imageiconAlex Valavanis2012-05-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11341)
* | | | | | | | | improved workaround to prevent GfxRadialShading from getting corrupted ↵Alvin Penner2012-05-061-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11340)
* | | | | | | | | Migrate to draw signal in rulerAlex Valavanis2012-05-061-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11339)
* | | | | | | | | Upstream changes to draw_pos function in rulerAlex Valavanis2012-05-062-87/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11338)
* | | | | | | | | Upstream performance fixes for rulersAlex Valavanis2012-05-062-25/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11337)
* | | | | | | | | Apply upstream changes to tick drawing API in rulerAlex Valavanis2012-05-062-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | (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)
* | | | | | | | | Clean up size allocation in rulersAlex Valavanis2012-05-061-26/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11331)
* | | | | | | | | cairo rendering in rulerAlex Valavanis2012-05-061-21/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11330)
* | | | | | | | | Merge more ruler codeAlex Valavanis2012-05-065-420/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11329)
* | | | | | | | | Merge some customised ruler codeAlex Valavanis2012-05-061-283/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11328)
* | | | | | | | | UI messageKris De Gussem2012-05-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11327)
* | | | | | | | | Hide non-public fields of rulerAlex Valavanis2012-05-052-112/+124
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | (bzr r11326)
* | | | | | | | Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-047-70/+124
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11325)
* | | | | | | | cpp-style castingKris De Gussem2012-05-042-58/+57
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11324)
* | | | | | | | Preferences: generalisation of UI messagesKris De Gussem2012-05-041-7/+7
|/ / / / / / / | | | | | | | | | | | | | | (bzr r11323)
* | | | | | | C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-0414-150/+156
| | | | | | | | | | | | | | | | | | | | | (bzr r11321)
* | | | | | | Syntax of null pointer dereference checkingKris De Gussem2012-05-031-4/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r11320)
* | | | | | | Corrected hardcoded hit detection in pen & pencil tool endpoint detection.Jon A. Cruz2012-05-032-10/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11319)
* | | | | | | Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-0343-1737/+189
| | | | | | | | | | | | | | | | | | | | | (bzr r11318)
* | | | | | | Adding the two new files.Jon A. Cruz2012-05-032-0/+321
| | | | | | | | | | | | | | | | | | | | | (bzr r11317)
* | | | | | | Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-0333-541/+593
| | | | | | | | | | | | | | | | | | | | | (bzr r11316)
* | | | | | | Find dialog: better user messageKris De Gussem2012-05-021-3/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r11315)
* | | | | | | Find dialog UI:Kris De Gussem2012-05-021-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - some message fixes (capitals and spaces) - simplify translation (bzr r11314)
* | | | | | | extensions: string class usageKris De Gussem2012-05-011-17/+7
| | | | | | | | | | | | | | | | | | | | | (bzr r11313)
* | | | | | | fix extension path scan (Bug #801568 ; patch of Patrick Monnerat)Kris De Gussem2012-05-011-4/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11312)
* | | | | | | Remove remaining ancient GTK+ version checksAlex Valavanis2012-04-301-7/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r11311)
* | | | | | | Drop checks for ancient GTK+ versionAlex Valavanis2012-04-302-5/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r11310)
* | | | | | | Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-3013-16/+33
| | | | | | | | | | | | | | | | | | | | | (bzr r11309)