summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 512247 : Show the direction in Object/Transform/RotateJohn Smith2012-08-012-0/+7
| | | (bzr r11578)
* Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith2012-07-122-0/+35
| | | (bzr r11544)
* Fix for 167781 : opacity in selected style loses focus on kbd value scroll, ↵John Smith2012-07-111-0/+1
| | | | | fix for Esc (bzr r11540)
* Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith2012-07-101-0/+2
| | | (bzr r11534)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-054-27/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Removed outdated classes.Jon A. Cruz2012-06-1714-1238/+7
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-092-11/+51
| | | (bzr r11475)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Remove unused icon-widget codeAlex Valavanis2012-05-313-227/+0
| | | (bzr r11446)
* Gtkmm 3 fixes for licensor widgetAlex Valavanis2012-05-311-0/+8
| | | (bzr r11444)
* Replace deprecated pointer grabbing in rulerAlex Valavanis2012-05-281-0/+19
| | | (bzr r11432)
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-13/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
* svg-canvas GTK+3 fixesAlex Valavanis2012-05-241-0/+12
| | | (bzr r11412)
* GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-214-11/+36
| | | (bzr r11392)
* More size-request GTK+ 3 fixesAlex Valavanis2012-05-211-2/+6
| | | (bzr r11391)
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-214-1/+6
| | | (bzr r11389)
* Fix for 997886 : Document Metadata : Crash when saving with 2 documents openJohn Smith2012-05-112-6/+11
| | | (bzr r11353)
* A couple of simple Gtk3 fixesAlex Valavanis2012-05-061-1/+1
| | | (bzr r11342)
* Fix missing glib headers in imageiconAlex Valavanis2012-05-061-0/+2
| | | (bzr r11341)
* Merge more ruler codeAlex Valavanis2012-05-062-17/+14
| | | (bzr r11329)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-3/+1
| | | (bzr r11318)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-303-0/+3
| | | (bzr r11309)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-3016-1/+152
| | | (bzr r11308)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-286-0/+9
| | | (bzr r11304)
* Get rid of GtkObject in toolboxAlex Valavanis2012-04-231-1/+1
| | | (bzr r11286)
* 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 for 169888 : HIG Style frameJohn Smith2012-04-173-0/+164
| | | (bzr r11260)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-3/+9
| | | (bzr r11250)
* Add --enable-gtk3-experimental build + use external GDL if possibleAlex Valavanis2012-04-141-0/+4
| | | (bzr r11244)
* Translation. More disambiguations (see Bug #832560).Nicolas Dufour2012-04-132-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+1
| | | (bzr r11230)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-102-7/+7
| | | (bzr r11207)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+8
| | | (bzr r11196)
* Fix CheckButton header issue with GTK+ 3Alex Valavanis2012-04-091-0/+2
| | | (bzr r11195)
* documentationKris De Gussem2012-04-091-1/+1
| | | (bzr r11193)
* More GDK key macro fixes, and some cursor referencingAlex Valavanis2012-04-081-1/+1
| | | (bzr r11180)
* Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with ↵John Smith2012-03-232-52/+0
| | | | | Entry to fix build error with gtkmm2.4 (bzr r11119)
* Fix for 909328 : Dockable Find & Replace dialogJohn Smith2012-03-234-1/+84
| | | (bzr r11117)
* Fix for 950508 : Fill Stroke : Minor visual enhancements, match label sizesJohn Smith2012-03-213-11/+9
| | | (bzr r11104)
* Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity ↵John Smith2012-03-164-12/+22
| | | | | label size (bzr r11093)
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-153-16/+23
| | | (bzr r11090)
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-152-1/+50
| | | (bzr r11089)
* Replace deprecated Gdk::Window APIAlex Valavanis2012-03-131-0/+4
| | | (bzr r11076)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Fix for 946631 : Overlay scrollbars causing input boxes to be small ↵John Smith2012-03-061-1/+1
| | | | | (Document Metadata) (bzr r11050)
* Clean up our fork of Gtk::Ruler a bitAlex Valavanis2012-03-052-310/+19
| | | (bzr r11049)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-292-3/+3
| | | (bzr r11030)
* Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-262-7/+403
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-2624-50/+62
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-252-10/+21
| | | (bzr r11015)