summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-181-1/+5
| | | (bzr r14901)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-174-0/+6
| | | (bzr r14896)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-0/+1
| | | (bzr r14890)
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-062-1/+7
| | | | | And some minor cleanup. (bzr r14871)
* Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis2016-04-131-3/+0
| | | | | #Hackfest2016 (bzr r14837)
* Remove old uses of GTK_STOCK macrosMartin Owens2016-04-131-1/+0
| | | (bzr r14826)
* gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016Alex Valavanis2016-04-131-0/+2
| | | (bzr r14820)
* color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+6
| | | (bzr r14812)
* color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+4
| | | (bzr r14810)
* color-icc-selector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-1/+12
| | | (bzr r14809)
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-121-1/+1
| | | (bzr r14788)
* Hackfest 2016: fix critical warning on startupKrzysztof Kosi??ski2016-04-111-13/+11
| | | (bzr r14780)
* Protect the color wheel from hue loss at a deeper level.Martin Owens2016-03-292-1/+5
| | | (bzr r14748)
* Fix bugs with the colour selector self-signaling on change.Martin Owens2016-03-291-3/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1462907 - https://launchpad.net/bugs/1249618 (bzr r14747)
* Add prependUnit functionMartin Owens2016-03-222-0/+11
| | | (bzr r14737)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-4/+0
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Reverting 14701.Tavmjong Bah2016-03-182-11/+0
| | | (bzr r14716.1.2)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-122-0/+11
| | | (bzr r14701)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-4/+3
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* i18n. Strings disambiguation (thanks, Maren!).Nicolas Dufour2015-11-011-35/+35
| | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440)
* typo ?Marc Jeanmougin2015-08-281-1/+1
| | | (bzr r14330)
* Make persistence of snap indicator configurable, and clean up the snapping ↵Diederik van Lierop2015-07-242-0/+2
| | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253)
* Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
| | | (bzr r14243)
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-252-3/+166
| | | (bzr r14215)
* Fix for bug #1467601 (Missing undo history label for metadata description).Nicolas Dufour2015-06-231-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1467601 (bzr r14211)
* Add simple GUI for 'font-feature-settings'.Tavmjong Bah2015-06-222-2/+56
| | | (bzr r14208)
* Don't fill entry box with zeros while typing. Bug introduced with r14160.Tavmjong Bah2015-05-212-0/+11
| | | (bzr r14166)
* Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah2015-05-202-29/+104
| | | (bzr r14163)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-5/+82
| | | | | library). (bzr r14162)
* fixed: color icc selector - extra rows on startupTomasz Boczkowski2015-05-171-0/+3
| | | (bzr r14059.1.30)
* fixed: color scales - updating color when switched from undefinedTomasz Boczkowski2015-05-176-52/+101
| | | (bzr r14059.1.29)
* fixed: color scales - extra row in RGB modeTomasz Boczkowski2015-05-171-0/+5
| | | (bzr r14059.1.28)
* merged trunkTomasz Boczkowski2015-05-173-2/+516
|\ | | | | (bzr r14059.1.27)
| * Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-162-11/+129
| | | | | | | | | | awaits Pango update. (bzr r14155)
| * Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-142-1/+30
| | | | | | | | | | library). (bzr r14152)
| * GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-123-2/+369
| | | | | | | | | | progress. (bzr r14148)
* | fixed color selector not remembering it's last open tabTomasz Boczkowski2015-05-111-1/+1
| | | | | | (bzr r14059.1.25)
* | fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-8/+3
| | | | | | (bzr r14059.1.23)
* | merged trunkTomasz Boczkowski2015-05-093-21/+17
|\| | | | | (bzr r14059.1.21)
| * Fixed the layer blendsMarc Jeanmougin2015-05-083-21/+17
| | | | | | (bzr r14124)
* | Reformatted refactored filesTomasz Boczkowski2015-05-0312-1324/+1291
| | | | | | (bzr r14059.1.18)
* | Removed commented out code from ColorNotebookTomasz Boczkowski2015-05-032-164/+0
| | | | | | (bzr r14059.1.17)
* | Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-034-73/+46
| | | | | | (bzr r14059.1.16)
* | Removed unnecessary inclusion of glibmm/threads.hTomasz Boczkowski2015-05-0310-67/+13
| | | | | | (bzr r14059.1.14)
* | gtk3 compile fixTomasz Boczkowski2015-05-021-7/+3
| | | | | | (bzr r14059.1.13)
* | merge with trunkTomasz Boczkowski2015-05-0233-187/+28
|\| | | | | (bzr r14059.1.12)
| * updated with trunkMarc Jeanmougin2015-04-2930-161/+2
| |\ | | | | | | (bzr r13922.1.19)
| | * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-2730-161/+2
| | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
| * | mergingMarc Jeanmougin2015-04-263-3/+283
| |\| | | | | | | (bzr r13922.1.13)