summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-2/+2
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Adjust label for resize in page sizer tabMartin Owens2016-08-161-1/+1
| | | (bzr r15060)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* Merged trunkAdrian Boguszewski2016-08-0961-4254/+41
|\ | | | | (bzr r14954.1.30)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-106/+0
| | | | | | (bzr r15046)
| * Fix autotools buildAlex Valavanis2016-08-081-4/+0
| | | | | | (bzr r15045)
| * Move GIMP widgets to their own folderAlex Valavanis2016-08-089-2618/+2
| | | | | | (bzr r15043.1.2)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-0458-1528/+41
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-284-153/+0
| | | | | | | | | (bzr r15023.2.8)
| | * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-2855-1375/+41
| | | | | | | | | (bzr r15023.2.6)
* | | Merged trunkAdrian Boguszewski2016-08-0335-139/+34
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-0334-133/+31
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-2836-22/+132
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-2836-132/+22
| |/ | | | | (bzr r15025)
| * Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-242-6/+3
| | | | | | (bzr r15021)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | First part of new SPObject children listAdrian Boguszewski2016-07-111-14/+6
| | | | | | (bzr r14954.1.17)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
| | | | | | (bzr r14954.1.10)
* | Added first range to ObjectSetAdrian Boguszewski2016-06-193-5/+8
|\| | | | | (bzr r14954.1.8)
| * [Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is ↵Mark Harmer2016-06-141-1/+2
| | | | | | | | | | | | | | | | missing on local system. Fixed bugs: - https://launchpad.net/bugs/1300865 (bzr r14987)
* | Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-1/+1
|/ | | (bzr r14954.1.7)
* Sort color profile listshouz2016-06-021-1/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* 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)