summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | ruler: (GIMP merge) Allow label size to be specified as a style propertyAlex Valavanis2012-12-262-43/+111
* | | | | | | | | | | | | | | | | | | | Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-2521-146/+129
* | | | | | | | | | | | | | | | | | | | Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...Alex Valavanis2012-12-252-28/+12
* | | | | | | | | | | | | | | | | | | | desktop-widget: Use GtkStyleContext for GTK+ 3 widget renderingAlex Valavanis2012-12-251-32/+24
* | | | | | | | | | | | | | | | | | | | desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawingAlex Valavanis2012-12-251-24/+0
* | | | | | | | | | | | | | | | | | | | ruler: Drop unused members of SPRulerMetricAlex Valavanis2012-12-242-12/+9
* | | | | | | | | | | | | | | | | | | | ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...Alex Valavanis2012-12-242-40/+58
* | | | | | | | | | | | | | | | | | | | ruler: (Merge from GIMP) private update_position functionAlex Valavanis2012-12-241-23/+50
* | | | | | | | | | | | | | | | | | | | ruler: (Merge from GIMP) Cache PangoLayoutAlex Valavanis2012-12-241-60/+135
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | ruler: Merge most of drawing and styles from GIMPAlex Valavanis2012-12-241-125/+179
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | ruler: Use border widths for Gtk+ 3 renderingAlex Valavanis2012-12-221-6/+39
* | | | | | | | | | | | | | | | | | ruler: drop sp_ruler_invalidate_ticksAlex Valavanis2012-12-221-22/+2
* | | | | | | | | | | | | | | | | | ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...Alex Valavanis2012-12-223-181/+236
* | | | | | | | | | | | | | | | | | ruler (Merge from GIMP): Remove draw_pos from public APIAlex Valavanis2012-12-222-50/+113
* | | | | | | | | | | | | | | | | | ruler: Remove draw_ticks from public APIAlex Valavanis2012-12-222-45/+40
* | | | | | | | | | | | | | | | | | ruler: Add modeline supportAlex Valavanis2012-12-221-0/+11
* | | | | | | | | | | | | | | | | | Use cairo surface for ruler widget - minimise delta against GTK+ 3 buildsAlex Valavanis2012-12-211-42/+12
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | fix crasherJohan B. C. Engelen2012-12-201-3/+6
* | | | | | | | | | | | | | | | | GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Stop using invalid casting in spinbutton-eventsAlex Valavanis2012-12-121-19/+29
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |