summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson6-12/+22
2013-06-21cppcheckKris De Gussem1-2/+4
2013-06-16Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith1-35/+78
2013-06-15Revert Fix for 600285 : Zoom sliderJohn Smith2-15/+7
2013-06-12Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens3-7/+10
2013-06-12Use 'remove' instead of 'gtk-remove' for theme.Martin Owens1-2/+2
2013-06-11Change back to using NULL and fix windows theme error by checkingMartin Owens1-5/+8
2013-06-11Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...Martin Owens1-2/+5
2013-06-11Change marker layout in stroke-widget so they are all on one line.Martin Owens3-45/+8
2013-06-09Remove use of separate array for scale values.Jon A. Cruz1-34/+47
2013-06-09Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.Jon A. Cruz1-78/+52
2013-06-07C++ conversion of parallel arrays to vector of class instances.Jon A. Cruz1-89/+137
2013-06-07Check for value in range before dereferencing.Jon A. Cruz1-2/+5
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz7-0/+28
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz14-0/+30
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz14-0/+25
2013-05-18Refactored internals to use a vector of structs instead of several parallel a...Jon A. Cruz1-95/+89
2013-05-13Moved icc selector members to internal helper.Jon A. Cruz2-288/+306
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2-4/+4
2013-04-28Warning cleanup.Jon A. Cruz2-6/+5
2013-04-28minor cppcheck stuffKris De Gussem6-18/+10
2013-04-21Fix for 600285 : Zoom sliderJohn Smith2-7/+15
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-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