summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix canvas scroll events in GTK+ 3Alex Valavanis2012-07-231-1/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566)
* UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using ↵Nicolas Dufour2012-06-262-2/+2
| | | | | negative text). (bzr r11514)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-5/+17
| | | (bzr r11513)
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-0/+48
| | | (bzr r11511)
* Removed outdated classes.Jon A. Cruz2012-06-172-0/+4
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Warning cleanup.Jon A. Cruz2012-06-131-3/+3
| | | (bzr r11496)
* Add missing Cairo headerAlex Valavanis2012-06-101-3/+1
| | | (bzr r11485)
* Gtk+ 3 drawing in sp-canvasAlex Valavanis2012-06-091-1/+25
| | | (bzr r11482)
* Don't use GtkColormap in Gtk+ 3Alex Valavanis2012-06-091-2/+11
| | | (bzr r11480)
* Use Cairo::Region in sp-canvasAlex Valavanis2012-06-091-11/+13
| | | (bzr r11477)
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-091-0/+30
| | | (bzr r11475)
* Missing header in nr-filter-image for Gtk+ 3 buildAlex Valavanis2012-06-091-0/+1
| | | (bzr r11471)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-0915-189/+233
| | | (bzr r11469.1.1)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-2/+0
| | | (bzr r11460)
* Cleanup of measure text for moving away from overlap.Jon A. Cruz2012-05-282-4/+3
| | | (bzr r11430)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-2/+0
| | | (bzr r11406)
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-214-0/+276
| | | (bzr r11395)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-212-0/+2
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-197-49/+75
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-18/+1
| | | (bzr r11375)
* Drop some GtkObject usageAlex Valavanis2012-05-167-75/+49
| | | (bzr r11370)
* 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-121-1/+1
| | | (bzr r11358)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-092-6/+17
| | | (bzr r11350)
* Fix drawing of eek-preview in GTK+3Alex Valavanis2012-05-081-4/+23
| | | (bzr r11348)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-042-76/+74
| | | (bzr r11321)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-033-20/+49
| | | (bzr r11316)
* fix warningJohan B. C. Engelen2012-04-111-1/+1
| | | (bzr r11226)
* Fix for 367607 : Replace deprecated sp_ctrl_set_arg and ↵John Smith2012-04-111-91/+163
| | | | | gtk_object_add_arg_type calls in sodipodi-ctrl.cpp (bzr r11219)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-103-26/+27
| | | (bzr r11207)
* Stop using custom GtkObject flagsAlex Valavanis2012-04-082-26/+26
| | | (bzr r11181)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-032-4/+4
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-022-4/+4
| | | | | replaced with g_object_unref (bzr r11139)
* apply essentials of patch by zcgucasJohan B. C. Engelen2012-03-291-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/561503 (bzr r11133)
* Morphological filters linear in the number of output pixels.Jasper van de Gronde2012-03-131-66/+131
| | | (bzr r11079)
* Cleanup of unused variables and warnings.Jon A. Cruz2012-02-292-2/+33
| | | (bzr r11031)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-296-13/+23
| | | (bzr r11030)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-261-1/+1
| | | (bzr r11019)
* cppcheck: null pointer dereference fixKris De Gussem2012-02-221-12/+18
| | | (bzr r11009)
* remove superfluous RectHullJohan B. C. Engelen2012-02-191-12/+5
| | | (bzr r11001)
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-191-1/+1
| | | (bzr r10996)
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-1510-3/+18
| | | (bzr r10988)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-154-18/+11
| | | (bzr r10986)
* Snap to grid/guide lines perpendicularlyDiederik van Lierop2012-02-145-0/+20
| | | (bzr r10976)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-133-9/+10
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Cleaning up a few headersAlex Valavanis2012-02-124-10/+10
| | | (bzr r10961)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-066-4/+6
| | | (bzr r10940)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
| | | | | add some const stuff (bzr r10900)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-141-0/+6
| | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)