summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Trunk mergeDenis Declara2012-05-0523-4/+165
|\ | | | | (bzr r11073.1.29)
| * 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)
* | Trunk mergeDenis Declara2012-04-265-4/+173
|\| | | | | (bzr r11073.1.20)
| * 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)
* | Edited include order (putting gtkmm in first place) in the hope that it will ↵Denis Declara2012-04-161-1/+1
| | | | | | | | | | fix the compilation issues on launchpad. (bzr r11073.1.17)
* | Trunk mergeDenis Declara2012-04-158-16/+37
|\| | | | | (bzr r11073.1.15)
| * 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)
* | Changed makefileDenis Declara2012-04-041-0/+2
| | | | | | (bzr r11073.1.12)
* | Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara2012-04-022-1/+12
| | | | | | | | | | selection widget is also smaller now. (bzr r11073.1.10)
* | Integrated the newly created Anchor-Selection-Widget with the existing "Rows ↵Denis Declara2012-03-282-77/+24
| | | | | | | | | | | | | | and Columns" panel. Code still needs documentation and cleenup however. (bzr r11073.1.5)
* | Trunk mergeDenis Declara2012-03-264-1/+32
|\| | | | | (bzr r11073.1.4)
| * 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)
* | Added anchor-selection widget, it doesn't do much at the moment, next step ↵Denis Declara2012-03-262-0/+160
|/ | | | | | | will be to wire everything together, btw, you can see the widget in the 'rows and columns' panel (bzr r11073.1.3)
* 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)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-174-16/+63
| | | (bzr r10992)
* Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-2/+2
| | | (bzr r10983)
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-152-2/+2
| | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* Header cleaningAlex Valavanis2012-02-1211-4/+16
| | | (bzr r10963)
* Cleaning up a few headersAlex Valavanis2012-02-123-3/+12
| | | (bzr r10961)
* Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis2012-02-116-163/+16
| | | (bzr r10960)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-119-43/+51
| | | (bzr r10957)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-16/+7
| | | (bzr r10952)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-0614-13/+34
| | | (bzr r10940)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-052-29/+16
| | | (bzr r10938)
* documentationKris De Gussem2012-01-172-26/+39
| | | (bzr r10899)