| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-25 | InkAction: Replace deprecated g_type_class_add_private | Alexander Valavanis | 1 | -20/+23 | |
| 2018-11-09 | Fix codding style | Jabiertxof | 1 | -2/+1 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -1/+1 | |
| 2018-11-09 | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 1 | -1/+1 | |
| in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -0/+9 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -2/+3 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -36/+9 | |
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -4/+2 | |
| (bzr r15368) | |||||
| 2016-08-05 | Split InkAction classes into separate files | Alex Valavanis | 1 | -430/+10 | |
| (bzr r15043) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -38/+1 | |
| (bzr r15023.2.8) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+5 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+0 | |
| (bzr r15025) | |||||
| 2016-04-13 | Fix cmake build | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14818) | |||||
| 2016-04-13 | ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016 | Alex Valavanis | 1 | -0/+22 | |
| (bzr r14813) | |||||
| 2016-04-12 | Fork GtkImageMenuItem and remove show_image boolean because we always want ↵ | Martin Owens | 1 | -1/+19 | |
| to show menu. (bzr r14800) | |||||
| 2014-10-05 | Move GtkAction subclasses to widgets/ | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.249) | |||||
| 2013-01-24 | More GObject boilerplate cleanup | Alex Valavanis | 1 | -117/+10 | |
| (bzr r12059) | |||||
| 2012-09-24 | Fix for 1052645 : On select toolbar 'lock' button resize icon on clicking | John Smith | 1 | -2/+4 | |
| (bzr r11701) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -7/+2 | |
| (bzr r11030) | |||||
| 2012-01-05 | add toolbutton menu action type. now the add extremum node buttons are ↵ | Johan B. C. Engelen | 1 | -0/+71 | |
| somewhat subbuttons of the insert node button... (bzr r10849) | |||||
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -7/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| 2011-03-20 | Cleaned up memory patch. Fixes bug #737298. | Jon A. Cruz | 1 | -2/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118) | |||||
| 2009-04-16 | Fix most icon issues: blurry icons, tiling, etc. (hooray!) | Krzysztof Kosi??ski | 1 | -1/+2 | |
| (bzr r7721) | |||||
| 2009-04-03 | Fix ink toggle buttons to have non-stretching icons. Fixes blurring. | Jon A. Cruz | 1 | -1/+3 | |
| (bzr r7612) | |||||
| 2009-01-10 | Added a new toolbar with snapping controls | Diederik van Lierop | 1 | -3/+4 | |
| (bzr r7107) | |||||
| 2008-09-21 | Fixes for missing icons and icon size issues. | Jon A. Cruz | 1 | -4/+7 | |
| (bzr r6859) | |||||
| 2008-02-22 | Changed how tooltips for verbs are fetched to display translated versions ↵ | Marcin Floryan | 1 | -0/+1 | |
| correctly in the toolbox. Closes #169103. (bzr r4822) | |||||
| 2007-12-04 | Implemented use of "short_label" for toolbar items. | Jon A. Cruz | 1 | -20/+20 | |
| Fixes bug #168826. (bzr r4167) | |||||
| 2007-08-18 | if there's no icon, create a toggle button with text label | bulia byak | 1 | -18/+19 | |
| (bzr r3506) | |||||
| 2007-04-11 | Adding icons to pop-up toolbar menus | Jon A. Cruz | 1 | -1/+30 | |
| (bzr r2861) | |||||
| 2007-04-10 | Updating incon when property changes | Jon A. Cruz | 1 | -0/+24 | |
| (bzr r2842) | |||||
| 2007-04-09 | Updated simple action to work like toggle and radion versions | Jon A. Cruz | 1 | -25/+50 | |
| (bzr r2840) | |||||
| 2007-03-24 | Updating star toolbar with radio toggles | Jon A. Cruz | 1 | -16/+218 | |
| (bzr r2748) | |||||
| 2006-10-19 | Adding custom action to work with spinbuttons in toolbars | Jon A. Cruz | 1 | -0/+391 | |
| (bzr r1809) | |||||
