summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drop some deprecated gdk_draw functionsAlex Valavanis2012-04-061-8/+18
| | | (bzr r11166)
* Fix build with gtk < 2.24Alex Valavanis2012-04-041-3/+9
| | | (bzr r11145)
* Warning cleanup.Jon A. Cruz2012-04-043-5/+5
| | | (bzr r11144)
* eek-preview: Cairo drawingAlex Valavanis2012-04-032-15/+21
| | | (bzr r11142)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-032-6/+25
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-022-3/+3
| | | | | replaced with g_object_unref (bzr r11139)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-016-270/+948
| | | (bzr r11134)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection ↵John Smith2012-03-231-1/+1
| | | | | bug fixes (bzr r11118)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, reduce list ↵John Smith2012-03-221-0/+2
| | | | | padding (bzr r11113)
* Fix for 959223 : Object selection messes up styles, regression from r11082John Smith2012-03-211-0/+4
| | | (bzr r11107)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML TreeJohn Smith2012-03-212-53/+71
| | | (bzr r11105)
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-152-11/+22
| | | (bzr r11090)
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-153-174/+216
| | | (bzr r11089)
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-145-471/+642
| | | (bzr r11083)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient ↵John Smith2012-03-133-83/+124
| | | | | toolbar selector (bzr r11077)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Fill and ↵John Smith2012-03-122-184/+121
| | | | | Stroke Dashes (bzr r11072)
* Replace deprecated GtkSignal APIAlex Valavanis2012-03-121-6/+7
| | | (bzr r11071)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-122-3/+2
| | | (bzr r11070)
* UI. Removing Affect: label (see Bug #590686).Nicolas Dufour2012-03-082-9/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/590686 (bzr r11062)
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-6/+11
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* UI. Fix for Bug #668991 (Poor wording in data-loss prompt).Nicolas Dufour2012-03-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/668991 (bzr r11048)
* Remove some deprecated GDK symbolsAlex Valavanis2012-03-031-2/+2
| | | (bzr r11043)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-2/+3
| | | (bzr r11042)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2915-29/+30
| | | (bzr r11030)
* Fix gseal issues in rulerAlex Valavanis2012-02-262-58/+79
| | | (bzr r11025)
* Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-263-39/+969
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
* Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis2012-02-263-5/+15
| | | (bzr r11021)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-263-8/+8
| | | (bzr r11019)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-267-17/+17
| | | (bzr r11018)
* cppcheck: null pointer dereference fixKris De Gussem2012-02-211-1/+1
| | | (bzr r11007)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+4
| | | (bzr r10992)
* Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-162-2/+2
| | | (bzr r10989)
* Cleaning up unused variables and other warnings.Jon A. Cruz2012-02-142-11/+4
| | | (bzr r10972)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-135-87/+95
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Header cleaningAlex Valavanis2012-02-1211-7/+13
| | | (bzr r10963)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-118-24/+46
| | | (bzr r10959)
* GSEAL fixesAlex Valavanis2012-02-111-61/+84
| | | (bzr r10958)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-1/+2
| | | (bzr r10957)
* Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-4/+0
| | | (bzr r10950)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-066-4/+8
| | | (bzr r10940)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-055-16/+16
| | | (bzr r10939)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-053-12/+9
| | | (bzr r10938)
* implement some switches between visual bbox and geometric bbox, depending on ↵Alvin Penner2012-02-041-1/+6
| | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935)
* Revert accidental commit in desktop-widget.cppAlex Valavanis2012-01-231-4/+1
| | | (bzr r10920)
* Fix missing header in units.cppAlex Valavanis2012-01-221-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/920154 (bzr r10919)
* Update and documentation of sp-attribute-widgetKris De Gussem2012-01-192-219/+166
| | | (bzr r10909)
* Reverting revision 10761 (regression found in the color notebook, see Bug ↵Nicolas Dufour2012-01-161-7/+2
| | | | | #Bug #677081). (bzr r10893)
* More GSEAL stuffAlex Valavanis2012-01-141-1/+1
| | | (bzr r10887)
* Cleanup variable declarations in ruler, and a couple of GSEAL fixes.Alex Valavanis2012-01-141-42/+31
| | | (bzr r10885)