summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated GtkMetricType with SPMetricAlex Valavanis2012-04-282-62/+39
| | | (bzr r11305)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-2829-24/+64
| | | (bzr r11304)
* Drop GtkObject use in dialogAlex Valavanis2012-04-282-4/+4
| | | (bzr r11303)
* Drop GtkObject use in dialog-eventsAlex Valavanis2012-04-282-4/+4
| | | (bzr r11302)
* Fix wrapping of colour paletteAlex Valavanis2012-04-281-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/986507 (bzr r11301)
* C++ify syntax a bitJohan B. C. Engelen2012-04-281-7/+6
| | | (bzr r11300)
* fix paths when working with command line (Bug #695120 , patch by Patrick ↵Kris De Gussem2012-04-281-0/+26
| | | | | Monnerat) (bzr r11299)
* 2geom updateJohan B. C. Engelen2012-04-261-4/+7
| | | (bzr r11297)
* powerstroke: cautious fix.Johan B. C. Engelen2012-04-251-2/+2
| | | (bzr r11296)
* powerstroke: add errorhandling for rounded corners.Johan B. C. Engelen2012-04-251-1/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/986394 (bzr r11295)
* Issue with my last commitKris De Gussem2012-04-252-6/+0
| | | (bzr r11293)
* Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ↵John Smith2012-04-252-14/+16
| | | | | for 64bit OS X (bzr r11292)
* Fix for 950677 : Add link option to gradient toolbarJohn Smith2012-04-253-0/+33
| | | (bzr r11291)
* Memory management in context menu (Bug #910529 )Kris De Gussem2012-04-242-33/+35
| | | (bzr r11290)
* Fix for 943275 : OCAL search crash when data not avaialableJohn Smith2012-04-241-2/+4
| | | (bzr r11289)
* Export: fix crash when removing last character in a selection (Bug #960980)Kris De Gussem2012-04-231-6/+14
| | | (bzr r11288)
* Correct GTK+ 3 box syntax in toolboxAlex Valavanis2012-04-231-5/+5
| | | (bzr r11287)
* Get rid of GtkObject in toolboxAlex Valavanis2012-04-235-22/+22
| | | (bzr r11286)
* Fix remaining Lucid build issues, hopefullyAlex Valavanis2012-04-231-18/+22
| | | (bzr r11285)
* Fix for 943207 : Replace deprecated gdk_draw_rgb_image with cairo drawing in ↵John Smith2012-04-231-21/+37
| | | | | sp-color-slider (bzr r11284)
* pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵Alvin Penner2012-04-221-6/+8
| | | | | | | | 985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283)
* better UI messageKris De Gussem2012-04-221-1/+1
| | | (bzr r11282)
* typo in UIKris De Gussem2012-04-221-1/+1
| | | (bzr r11281)
* export dialog: c++ification and compile warning fixKris De Gussem2012-04-222-51/+41
| | | (bzr r11280)
* some more string class usageKris De Gussem2012-04-222-29/+22
| | | (bzr r11279)
* Improve pen & pencil anchor visibility. Fixes bug #986748.Jon A. Cruz2012-04-221-10/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/986748 (bzr r11278)
* Correcting message for lcms2 status. Fixes bug #985623.Jon A. Cruz2012-04-221-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/985623 (bzr r11277)
* Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated ↵John Smith2012-04-222-117/+130
| | | | | gtk_option_menu with gtk_combo_box (bzr r11276)
* Replace deprecated toolbar orientation API. Unfortunately there is no ↵Alex Valavanis2012-04-211-3/+8
| | | | | replacement in Gtkmm 3 so we need to use underlying GTK+ object (bzr r11275)
* Fix typo in previewholderAlex Valavanis2012-04-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/986507 (bzr r11274)
* dropping some ghost code / probably fixing a memleak as wellKris De Gussem2012-04-212-16/+3
| | | (bzr r11273)
* Fixed non working cancel button in export dialogKris De Gussem2012-04-212-10/+13
| | | (bzr r11272)
* C++ification of progress dialog / documentationKris De Gussem2012-04-212-79/+82
| | | (bzr r11271)
* cppcheck / fix issue in Dutch translationKris De Gussem2012-04-202-10/+5
| | | (bzr r11270)
* cppcheckKris De Gussem2012-04-201-3/+1
| | | (bzr r11269)
* Memory leak fix. (Bug #986271) Code supplied by David Mathog.Kris De Gussem2012-04-202-6/+23
| | | (bzr r11268)
* Warning cleanupJon A. Cruz2012-04-1812-83/+62
| | | (bzr r11265)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert ↵John Smith2012-04-181-25/+45
| | | | | on undo (bzr r11264)
* Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith2012-04-184-76/+17
| | | (bzr r11263)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-188-9/+38
| | | (bzr r11262)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-1712-9/+268
| | | | | gtkmm 3.4) (bzr r11261)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-1716-64/+246
| | | (bzr r11260)
* some more string class usage as opposed to c-strings to prevent issuesKris De Gussem2012-04-164-212/+202
| | | (bzr r11259)
* Loop index type cleanupJon A. Cruz2012-04-162-8/+15
| | | (bzr r11258)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert ↵John Smith2012-04-161-2/+6
| | | | | on undo (bzr r11257)
* pdf import. for radial gradient, approximate an ExponentialFunction using an ↵Alvin Penner2012-04-151-19/+18
| | | | | | | | extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256)
* powerstroke: fix inside of corners.Johan B. C. Engelen2012-04-151-50/+40
| | | (bzr r11254)
* fix compile (wrong 2geom update, sry)Johan B. C. Engelen2012-04-151-1/+1
| | | (bzr r11253)
* 2geom updateJohan B. C. Engelen2012-04-151-0/+11
| | | (bzr r11252)
* i18n. Fix for Bug #980518 (Please use c-format).Nicolas Dufour2012-04-151-5/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/980518 (bzr r11251)