summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkJabier Arraiza Cenoz2013-03-101-0/+5
|\
| * Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-0/+5
* | merge from trunkJabier Arraiza Cenoz2013-03-051-5/+0
|\|
| * Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-5/+0
* | merge from master branchjtx2013-03-043-161/+125
|\|
| * Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah2013-03-013-161/+125
* | Update from branchjtx2013-03-014-386/+112
|\|
| * Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-10/+19
| * Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| * Null pointer check (should fix Bug #966441 )Kris De Gussem2013-02-231-0/+4
| * Remove unused variables. Change default preview font size.Tavmjong Bah2013-02-231-8/+1
| * Move code from text-toolbar to font-lister in preparation to share code with ...Tavmjong Bah2013-02-171-410/+84
| * Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-151-1/+46
* | Update from trunkJabier Arraiza Cenoz2013-02-122-93/+15
|\|
| * Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-112-93/+15
* | Merge from TrunkJabier Arraiza Cenoz2013-02-091-29/+145
|\|
| * Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...Tavmjong Bah2013-02-091-94/+6
| * Better rc matching for text-toolbar font-family drop-down separator. From Joh...Tavmjong Bah2013-02-081-1/+1
| * Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah2013-02-071-1/+7
| * Add separator between fonts in document and fonts on sytem in font-family dro...Tavmjong Bah2013-02-071-9/+30
| * Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...Tavmjong Bah2013-02-061-18/+195
* | Merge from branchJabier Arraiza Cenoz2013-02-069-155/+163
|\|
| * Supress Pango error message.Tavmjong Bah2013-02-051-1/+3
| * Second try at getting text toolbar properly initialized when there is no pref...Tavmjong Bah2013-02-051-8/+7
| * Only set up text-tool bar if has actually been created. Ensures proper initia...Tavmjong Bah2013-02-041-0/+7
| * Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah2013-02-041-17/+16
| * add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen2013-02-031-0/+2
| * fix crashJohan B. C. Engelen2013-02-032-1/+5
| * Allow simple font style changes even if first font-family in font list is not...Tavmjong Bah2013-02-021-14/+39
| * Fix for 1091582 : Problem with key release when pressing space with cursor of...John Smith2013-02-021-4/+5
| * Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-311-41/+18
| * Text toolbar will display style options for the first font in a font-family l...Tavmjong Bah2013-01-311-0/+7
| * Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis2013-01-302-23/+29
| * desktop-widget: Add callback to ensure that ruler ranges are correctly update...Alex Valavanis2013-01-271-0/+23
| * Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-272-9/+3
| * More GObject boilerplate reductionAlex Valavanis2013-01-263-67/+28
| * minor fix (do not compare to zero)Kris De Gussem2013-01-201-1/+2
* | Merge from branchJabier Arraiza Cenoz2013-01-1813-765/+545
|\|
| * Cleanup EekPreview widget implementation:Alex Valavanis2013-01-162-457/+422
| * Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar functiona...Alex Valavanis2013-01-151-53/+4
| * Merge in connector cleanupMartin Owens2013-01-112-70/+0
| |\
| | * Step 1. Remove junk and keep functionality.Martin Owens2012-11-302-70/+0
| * | Warning and dead code cleanup.Jon A. Cruz2013-01-118-122/+107
| * | Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version requirem...Alex Valavanis2013-01-082-64/+13
* | | Update to trunkJabier Arraiza Cenoz2013-01-0624-487/+777
|\| |
| * | GTK+ 3: explicitly set a background colour for rulersAlex Valavanis2012-12-311-0/+14
| * | rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...Alex Valavanis2012-12-313-112/+111
| * | rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis2012-12-313-33/+20
| * | Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2012-12-262-3/+2
| * | ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...Alex Valavanis2012-12-263-19/+190