summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-1/+4
2013-04-21Cleaned up a bit.Markus Engel1-1/+2
2013-04-21Fix for 600285 : Zoom sliderJohn Smith2-7/+15
2013-04-20Merging of EventContext classes complete.Markus Engel1-2/+2
2013-04-20Further changes to EventContexts; they work without GObjectMarkus Engel1-47/+49
2013-04-18Remove mesh tool active from sourceroot1-1/+1
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2-3/+2
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-1/+2
2013-03-30Turned all functions concerning SPRect into member functions.Markus Engel1-11/+10
2013-03-29Fix bspline icon showJabier Arraiza Cenoz1-0/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis22-46/+23
2013-03-25Fixed uninitialized variables & misc warnings.Jon A. Cruz1-1/+1
2013-03-23Use subclass of RadioButton rather than setting gobject data in Stroke Style ...Alex Valavanis2-65/+120
2013-03-22Enabling MeshJabier Arraiza Cenoz1-1/+1
2013-03-22Fixed end extremium node delete fault, ready for testingroot1-3/+3
2013-03-19Fixing regressionjtx3-6/+4
2013-03-17Working with widjetsJabier Arraiza Cenoz3-4/+6
2013-03-15Fix remaining forward declaration tags (except for unavoidable internal error...Alex Valavanis2-5/+3
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis4-4/+4
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis20-20/+20
2013-03-12Further migration to Gtk::GridAlex Valavanis2-8/+55
2013-03-09Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis1-0/+5
2013-03-04Drop dead Inkboard code. Config flag no longer existsAlex Valavanis1-5/+0
2013-03-01Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah3-161/+125
2013-02-24Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah1-10/+19
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-02-23Null pointer check (should fix Bug #966441 )Kris De Gussem1-0/+4
2013-02-23Remove unused variables. Change default preview font size.Tavmjong Bah1-8/+1
2013-02-17Move code from text-toolbar to font-lister in preparation to share code with ...Tavmjong Bah1-410/+84
2013-02-15Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah1-1/+46
2013-02-11Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2-93/+15
2013-02-09Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...Tavmjong Bah1-94/+6
2013-02-08Better rc matching for text-toolbar font-family drop-down separator. From Joh...Tavmjong Bah1-1/+1
2013-02-07Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah1-1/+7
2013-02-07Add separator between fonts in document and fonts on sytem in font-family dro...Tavmjong Bah1-9/+30
2013-02-06Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...Tavmjong Bah1-18/+195
2013-02-05Supress Pango error message.Tavmjong Bah1-1/+3
2013-02-05Second try at getting text toolbar properly initialized when there is no pref...Tavmjong Bah1-8/+7
2013-02-04Only set up text-tool bar if has actually been created. Ensures proper initia...Tavmjong Bah1-0/+7
2013-02-04Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah1-17/+16
2013-02-03add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen1-0/+2
2013-02-03fix crashJohan B. C. Engelen2-1/+5
2013-02-02Allow simple font style changes even if first font-family in font list is not...Tavmjong Bah1-14/+39
2013-02-02Fix for 1091582 : Problem with key release when pressing space with cursor of...John Smith1-4/+5
2013-01-31Clean up Cairo rendering in a couple of widgetsAlex Valavanis1-41/+18
2013-01-31Text toolbar will display style options for the first font in a font-family l...Tavmjong Bah1-0/+7
2013-01-30Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis2-23/+29
2013-01-27desktop-widget: Add callback to ensure that ruler ranges are correctly update...Alex Valavanis1-0/+23
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis2-9/+3