| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove use of separate array for scale values. | Jon A. Cruz | 2013-06-09 | 1 | -34/+47 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function. | Jon A. Cruz | 2013-06-09 | 1 | -78/+52 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ conversion of parallel arrays to vector of class instances. | Jon A. Cruz | 2013-06-07 | 1 | -89/+137 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for value in range before dereferencing. | Jon A. Cruz | 2013-06-07 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 7 | -0/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h... | Jon A. Cruz | 2013-06-06 | 14 | -0/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct to compile against recent gtkmm, including updated macports versions.... | Jon A. Cruz | 2013-06-04 | 14 | -0/+25 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored internals to use a vector of structs instead of several parallel a... | Jon A. Cruz | 2013-05-18 | 1 | -95/+89 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved icc selector members to internal helper. | Jon A. Cruz | 2013-05-13 | 2 | -288/+306 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning cleanup. | Jon A. Cruz | 2013-04-28 | 2 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor cppcheck stuff | Kris De Gussem | 2013-04-28 | 6 | -18/+10 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for 600285 : Zoom slider | John Smith | 2013-04-21 | 2 | -7/+15 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 22 | -46/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed uninitialized variables & misc warnings. | Jon A. Cruz | 2013-03-25 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use subclass of RadioButton rather than setting gobject data in Stroke Style ... | Alex Valavanis | 2013-03-23 | 2 | -65/+120 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix remaining forward declaration tags (except for unavoidable internal error... | Alex Valavanis | 2013-03-15 | 2 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 4 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill ancient gcc version check in configure.ac and fix a load of broken forwa... | Alex Valavanis | 2013-03-14 | 20 | -20/+20 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further migration to Gtk::Grid | Alex Valavanis | 2013-03-12 | 2 | -8/+55 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker | Alex Valavanis | 2013-03-09 | 1 | -0/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop dead Inkboard code. Config flag no longer exists | Alex Valavanis | 2013-03-04 | 1 | -5/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert font-selector, text-edit, glyphs to use updated font-lister (use font... | Tavmjong Bah | 2013-03-01 | 3 | -161/+125 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for font-family scrolling in text-tool tool-controls (bug 1122553). | Tavmjong Bah | 2013-02-24 | 1 | -10/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Null pointer check (should fix Bug #966441 ) | Kris De Gussem | 2013-02-23 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused variables. Change default preview font size. | Tavmjong Bah | 2013-02-23 | 1 | -8/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Move code from text-toolbar to font-lister in preparation to share code with ... | Tavmjong Bah | 2013-02-17 | 1 | -410/+84 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Selection based on font-family via icon in text-toolbar font-family entry box. | Tavmjong Bah | 2013-02-15 | 1 | -1/+46 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Move cell_data_func and separator_func from text-toolbar to font-lister. | Tavmjong Bah | 2013-02-11 | 2 | -93/+15 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too... | Tavmjong Bah | 2013-02-09 | 1 | -94/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Better rc matching for text-toolbar font-family drop-down separator. From Joh... | Tavmjong Bah | 2013-02-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Widen the separator in font-family drop-down so it is visible in more themes. | Tavmjong Bah | 2013-02-07 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Add separator between fonts in document and fonts on sytem in font-family dro... | Tavmjong Bah | 2013-02-07 | 1 | -9/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Add fonts (and font-lists) used in document to top of Text tool-bar font-fami... | Tavmjong Bah | 2013-02-06 | 1 | -18/+195 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Supress Pango error message. | Tavmjong Bah | 2013-02-05 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Second try at getting text toolbar properly initialized when there is no pref... | Tavmjong Bah | 2013-02-05 | 1 | -8/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Only set up text-tool bar if has actually been created. Ensures proper initia... | Tavmjong Bah | 2013-02-04 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Better fix for 1114243, crash on launch with default prefs from stable | Tavmjong Bah | 2013-02-04 | 1 | -17/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | add todo comment for fixing fontstyle fall-back behaviour | Johan B. C. Engelen | 2013-02-03 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | fix crash | Johan B. C. Engelen | 2013-02-03 | 2 | -1/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Allow simple font style changes even if first font-family in font list is not... | Tavmjong Bah | 2013-02-02 | 1 | -14/+39 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix for 1091582 : Problem with key release when pressing space with cursor of... | John Smith | 2013-02-02 | 1 | -4/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Clean up Cairo rendering in a couple of widgets | Alex Valavanis | 2013-01-31 | 1 | -41/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Text toolbar will display style options for the first font in a font-family l... | Tavmjong Bah | 2013-01-31 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Disconnect size_allocation signal handler before disposing desktop widget | Alex Valavanis | 2013-01-30 | 2 | -23/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | | | desktop-widget: Add callback to ensure that ruler ranges are correctly update... | Alex Valavanis | 2013-01-27 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 2 | -9/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 3 | -67/+28 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
