summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Allow use of deprecated GDK symbols because our GDL fork needs themAlex Valavanis2012-05-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11435)
* | | | | | | | | | | | Added basic offset and call-out lines for measurements.Jon A. Cruz2012-05-281-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11434)
* | | | | | | | | | | | undo changesJohan B. C. Engelen2012-05-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11433)
* | | | | | | | | | | | Replace deprecated pointer grabbing in rulerAlex Valavanis2012-05-281-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11432)
* | | | | | | | | | | | Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-2818-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | | | | | | | Build with GSEAL_ENABLEAlex Valavanis2012-05-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/979018 (bzr r11422)
* | | | | | | | | | | | 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-252-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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)
* | | | | | | | | | | | Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-243-72/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407)
* | | | | | | | | | | | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-2336-157/+6156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11406)
* | | | | | | | | | | | Correct improper flipping of sRGB transform from RGB to BGR with cairo ↵Jon A. Cruz2012-05-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change. Fixes bug #814179. Fixed bugs: - https://launchpad.net/bugs/814179 (bzr r11405)
* | | | | | | | | | | | More GTK+ 3 fixes for desktop-widgetAlex Valavanis2012-05-221-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11404)
* | | | | | | | | | | | Drop GtkObject usage in view widgetsAlex Valavanis2012-05-223-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11403)
* | | | | | | | | | | | Drop deprecated progress bar orientationAlex Valavanis2012-05-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11402)
* | | | | | | | | | | | Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-223-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11401)
* | | | | | | | | | | | Dutch translation updateKris De Gussem2012-05-221-4712/+3661
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11400)
* | | | | | | | | | | | GTK+ 3 drawing in OCAL dialogAlex Valavanis2012-05-222-4/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11399)
* | | | | | | | | | | | Use theme foreground colour for ruler tick drawingAlex Valavanis2012-05-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1002555 (bzr r11398)
* | | | | | | | | | | | Start GTK+ 3 rendering in OCAL dialogsAlex Valavanis2012-05-212-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11397)
* | | | | | | | | | | | Fix missing header in svg-fonts-dialog needed for GTK+ 3 buildAlex Valavanis2012-05-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11396)
* | | | | | | | | | | | Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-216-0/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11395)
* | | | | | | | | | | | Add a few new icons for meshes.Tavmjong Bah2012-05-211-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11394)
* | | | | | | | | | | | Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah2012-05-214-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11393)
* | | | | | | | | | | | GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-216-43/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11392)
* | | | | | | | | | | | More size-request GTK+ 3 fixesAlex Valavanis2012-05-213-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11391)
* | | | | | | | | | | | Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-2111-71/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional prep for centralizing color setting. (bzr r11390)
* | | | | | | | | | | | Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-218-6/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11389)
* | | | | | | | | | | | Fix for 973195 : Limit width of color profile labelsJohn Smith2012-05-202-39/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11388)
* | | | | | | | | | | | C++ification of SPWidget.Jon A. Cruz2012-05-202-226/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11387)
* | | | | | | | | | | | Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-198-55/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)