summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-0523-22/+21
| | | (bzr r11460)
* Allow angle measurement base to be changed by tapping space.Jon A. Cruz2012-06-051-8/+47
| | | (bzr r11459)
* Limit angle label to show up within the desktop window. Also refactor arc ↵Jon A. Cruz2012-06-031-34/+106
| | | | | drawing. (bzr r11458)
* modify calc of bbox for single point (Bug 1006666)Alvin Penner2012-06-031-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1006666 (bzr r11457)
* UI fix find dialogKris De Gussem2012-06-031-42/+26
| | | (bzr r11456)
* Warning cleanup.Jon A. Cruz2012-06-031-1/+1
| | | (bzr r11455)
* Fix remaining Gtkmm 3 issues in filter effects dialogAlex Valavanis2012-06-021-18/+28
| | | (bzr r11454)
* Add draw signal in filter effects dialogAlex Valavanis2012-06-022-2/+19
| | | (bzr r11453)
* Cairo rendering in filter effects dialogAlex Valavanis2012-06-022-24/+67
| | | (bzr r11452)
* Add marker to initial point.Jon A. Cruz2012-06-021-10/+25
| | | (bzr r11451)
* Place angle measurement along the measure arc.Jon A. Cruz2012-06-011-2/+15
| | | (bzr r11450)
* Adding baseline and arc to make angle measurement visualization easier.Jon A. Cruz2012-06-011-1/+36
| | | (bzr r11449)
* Fix for 951580 : Ruler click toggles guide visibilityJohn Smith2012-06-011-9/+33
| | | (bzr r11448)
* Gtkmm fixes for sp-widgetAlex Valavanis2012-05-311-2/+2
| | | (bzr r11447)
* Remove unused icon-widget codeAlex Valavanis2012-05-314-229/+0
| | | (bzr r11446)
* Fix missing Glibmm headers needed for GTK+3 buildAlex Valavanis2012-05-312-0/+2
| | | (bzr r11445)
* Gtkmm 3 fixes for licensor widgetAlex Valavanis2012-05-311-0/+8
| | | (bzr r11444)
* Replace deprecated GDK key symbols in mesh-contextAlex Valavanis2012-05-311-10/+10
| | | (bzr r11443)
* Fix remaining gtkmm 3 menu issuesAlex Valavanis2012-05-311-4/+6
| | | (bzr r11442)
* Make multiple measurement labels avoid overlapping each other.Jon A. Cruz2012-05-311-22/+111
| | | (bzr r11441)
* Tidy up deprecated Gtkmm menu stuffAlex Valavanis2012-05-314-54/+21
| | | (bzr r11440)
* Gtkmm 3.0 fixes for script dialogAlex Valavanis2012-05-301-0/+23
| | | (bzr r11439)
* Gtkmm 3.0 fixes for debug dialogAlex Valavanis2012-05-301-0/+19
| | | (bzr r11438)
* Gtkmm 3.0 fixes for live path effect editor dialogAlex Valavanis2012-05-301-0/+6
| | | (bzr r11437)
* Gtkmm 3.0 fixes for layers dialogAlex Valavanis2012-05-301-1/+32
| | | (bzr r11436)
* Added basic offset and call-out lines for measurements.Jon A. Cruz2012-05-281-14/+28
| | | (bzr r11434)
* Replace deprecated pointer grabbing in rulerAlex Valavanis2012-05-281-0/+19
| | | (bzr r11432)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-2817-17/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Cleanup of measure text for moving away from overlap.Jon A. Cruz2012-05-283-49/+56
| | | (bzr r11430)
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-274-110/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
* Reorder measure context item painting for better legibility.Jon A. Cruz2012-05-271-37/+49
| | | (bzr r11428)
* emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner2012-05-272-12/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1004084 (bzr r11427)
* Get rid of remaining deprecated GdkDevice API usageAlex Valavanis2012-05-271-0/+12
| | | (bzr r11426)
* Stop using obsolete GdkDevice API. Needs testing with extended input devicesAlex Valavanis2012-05-271-13/+39
| | | (bzr r11425)
* Fix missing gtkmm header in document properties dialogAlex Valavanis2012-05-271-0/+1
| | | (bzr r11424)
* file dialog fixes for GTK+ 3Alex Valavanis2012-05-271-11/+79
| | | (bzr r11423)
* Use accessor function for private label in message dialogAlex Valavanis2012-05-261-4/+18
| | | (bzr r11421)
* Stop using deprecated private members of GdkDevice.Alex Valavanis2012-05-261-6/+18
| | | | | | | Unfortunately, the axis range is inaccessible in new versions of Gdk so we cannot set the range indicators in the input-devices dialog. There may be another way of doing this, using underlying system API. (bzr r11420)
* Some GDK deprecation fixes for Input Devices dialogAlex Valavanis2012-05-261-6/+31
| | | (bzr r11419)
* Fix for 903772 : Support --export-text-to-path when outputting plain SVGJohn Smith2012-05-263-0/+47
| | | (bzr r11418)
* mesh gradient: fix bad indexingJohan B. C. Engelen2012-05-251-0/+3
| | | (bzr r11417)
* gradient mesh: add NULL checks to fix crash?Johan B. C. Engelen2012-05-251-5/+13
| | | (bzr r11416)
* Improve progress granularity when exporting multiple items.Jon A. Cruz2012-05-252-11/+23
| | | (bzr r11415)
* Fixing warnings.Jon A. Cruz2012-05-256-45/+34
| | | (bzr r11414)
* Don't use extension events API in GTK+3 buildsAlex Valavanis2012-05-242-0/+11
| | | (bzr r11413)
* svg-canvas GTK+3 fixesAlex Valavanis2012-05-241-0/+12
| | | (bzr r11412)
* GrDrag: check for null pointerJohan B. C. Engelen2012-05-241-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1004191 (bzr r11411)
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵Johan B. C. Engelen2012-05-244-219/+219
| | | | | you wouldn't just use 'unsigned int' (bzr r11410)
* Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz2012-05-242-0/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11409)
* Added progress to export dialog and disabling export button while busy. ↵Jon A. Cruz2012-05-242-14/+49
| | | | | | | | Partially fixes bug #43730. Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11408)