summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)
* More GSEAL stuffAlex Valavanis2012-01-142-8/+9
| | | (bzr r10887)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-122-3/+5
| | | (bzr r10873)
* Fix pointer initializationJohan B. C. Engelen2012-01-081-5/+5
| | | (bzr r10859)
* minor documentation and header stuffKris De Gussem2012-01-071-9/+8
| | | (bzr r10856)
* Fixed warning under gcc 4.5.2Jon A. Cruz2012-01-071-6/+6
| | | (bzr r10854)
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-1/+1
| | | (bzr r10853)
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-033-13/+28
| | | (bzr r10828)
* More deprecated GtkTooltipsAlex Valavanis2012-01-0319-116/+63
| | | (bzr r10827)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-0320-45/+19
| | | (bzr r10826)
* Fix for Bug #494722 (Docked dialogs in a floating window crashes on ↵Nicolas Dufour2011-12-311-2/+2
| | | | | shutdown), by John Smith. (bzr r10813)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-1/+0
| | | (bzr r10801)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
| | | (bzr r10766.1.1)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* various: warnings and initalizationKris De Gussem2011-11-134-28/+33
| | | (bzr r10737)
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-092-2/+14
| | | (bzr r10735)
* add const just because it can :)Johan B. C. Engelen2011-11-092-2/+2
| | | | | (was intended to start using it for RegisteredWidget<>) (bzr r10734)
* increase significant digits for page dimensionsJohan B. C. Engelen2011-11-051-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/171980 (bzr r10724)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-2746-589/+637
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2533-143/+174
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-183-5/+5
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-0325-31/+35
| | | (bzr r10660)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-272-2/+0
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-272-4/+4
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More ↵Nicolas Dufour2011-08-231-1/+1
| | | | | | | precision to Blur filter value). Filters. Some CPF improvements (including a new Cross-smooth version). (bzr r10577)
* Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski2011-07-151-2/+2
| | | (bzr r10456)