summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-106/+0
(bzr r15046)
2016-08-08Fix autotools buildAlex Valavanis1-4/+0
(bzr r15045)
2016-07-29Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz1-2/+2
(bzr r15017.1.13)
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-0/+2
(bzr r15017.1.2)
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah1-2/+4
progress. (bzr r14148)
2014-09-27Update to experimental r13565Liam P. White1-2/+11
(bzr r13341.5.16)
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-0/+2
(bzr r13341.6.51)
2014-05-31SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski1-0/+2
(bzr r13341.6.41)
2014-05-31SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski1-0/+2
(bzr r13341.6.38)
2014-05-31SPColorWheelSelector c++-sification: moved to ui/widgetsTomasz Boczkowski1-0/+2
(bzr r13341.6.34)
2014-05-30added ColorEntry class, refactored SPColorNotebook to use itTomasz Boczkowski1-0/+2
(bzr r13341.6.31)
2014-05-23moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski1-0/+2
(bzr r13341.6.2)
2014-03-02Updated to include (non-functional) Objects dialogueLiam P. White1-1/+3
(bzr r13090.1.6)
2014-03-02Experimental Ponyscape to Inkscape merge (does not compile)Liam P. White1-2/+7
(bzr r13090.1.4)
2013-07-17Added new UnitTracker class.Matthew Petroff1-1/+3
(bzr r12380.1.9)
2013-01-08Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵Alex Valavanis1-0/+2
requirement to 3.2 Fixed bugs: - https://launchpad.net/bugs/1071354 (bzr r12011)
2012-09-22Fix for 1014988 : Add gimp spin scale widgetJohn Smith1-0/+4
(bzr r11690)
2012-06-17Removed outdated classes.Jon A. Cruz1-11/+1
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-05-31Remove unused icon-widget codeAlex Valavanis1-2/+0
(bzr r11446)
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-0/+2
(bzr r11260)
2012-04-04Changed makefileDenis Declara1-0/+2
(bzr r11073.1.12)
2012-02-11Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis1-2/+0
(bzr r10960)
2011-04-08add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵Johan B. C. Engelen1-0/+2
and '.' as the decimal point when in numeric mode. (bzr r10150)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+2
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
rather than for every subdirectory. (bzr r7336)
2008-07-29New registered widget (text entry box).Maximilian Albert1-0/+2
(bzr r6461)
2008-07-20extract ImageToggler from layers dialogJohan B. C. Engelen1-0/+2
(bzr r6377)
2008-01-01abstraction for style widget subjectsMenTaLguY1-0/+2
(bzr r4353)
2008-01-01factor filter and opacity controls into separate metawidgetMenTaLguY1-0/+2
(bzr r4352)
2007-12-11r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould1-0/+1
Adding in attr-widget.h (bzr r4208)
2007-12-10Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook1-0/+2
(bzr r4199)
2007-10-24new class for widgets adjustable by rotation-like gesturesbulia byak1-0/+2
(bzr r3949)
2007-09-02Fix makefiles for added LPE parameterJohan B. C. Engelen1-0/+2
(bzr r3664)
2007-08-29Dockable dialogs patch applied gustav_b1-0/+4
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+3
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
2007-07-14Filter effects:Nicholas Bishop1-1/+1
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)
2007-06-24initial filter UI code drop from NickMenTaLguY1-0/+5
(bzr r3095)
2007-06-04remove duplicate entry in /ui/widget/Makefile_insertJohan B. C. Engelen1-1/+0
(bzr r3053)
2006-11-29New widget helperclass for Gtk:EntryJohan B. C. Engelen1-0/+2
(bzr r2051)