summaryrefslogtreecommitdiffstats
path: root/src/ege-select-one-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-1153/+0
| | | (bzr r13341.1.249)
* Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis2014-01-031-2/+2
| | | (bzr r12872)
* reduce scope of variablesJohan B. C. Engelen2013-08-031-2/+1
| | | (bzr r12463)
* cppcheckKris De Gussem2013-03-111-6/+4
| | | (bzr r12193)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-33/+7
| | | (bzr r12065)
* ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-041-20/+0
| | | (bzr r12008)
* Use orientable widgets in GTK+ 3 buildAlex Valavanis2012-06-231-0/+12
| | | (bzr r11512)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-1/+7
| | | (bzr r11134)
* cppcheck: null pointer dereference fixKris De Gussem2012-02-221-10/+8
| | | (bzr r11009)
* Replace deprecated GtkComboBoxEntryAlex Valavanis2012-01-021-8/+60
| | | (bzr r10823)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-0/+15
|\ | | | | (bzr r10579)
| * Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-161-0/+15
| | | | | | (bzr r10347.1.35)
* | fix for build error when not returning a value in libgdl & minor style edit.Campbell Barton2011-07-281-1/+1
|/ | | (bzr r10510)
* GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis2011-07-031-1/+1
| | | (bzr r10409)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-9/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Reinstating version bump.Jon A. Cruz2011-05-201-3/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+3
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-3/+0
| | | (bzr r10208)
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-11/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
* Temporary build fix for not newest gtk versions.Jon A. Cruz2010-05-221-2/+4
| | | (bzr r9441)
* Get rid of unneeded labels when the icons are self-explanatory.Tavmjong Bah2010-05-131-1/+4
| | | (bzr r9410)
* Add ability to set icons to insensitive. Used to disable "Justify"Tavmjong Bah2010-05-131-0/+117
| | | | | button for non-flowed text in text-tool toolbar. (bzr r9408)
* Drop short limit on propery values.Jon A. Cruz2010-04-201-5/+5
| | | (bzr r9357)
* Added completion entry for editable lists.Jon A. Cruz2010-04-201-5/+41
| | | (bzr r9356)
* Added settor method for custom/non-model textJon A. Cruz2010-04-191-3/+24
| | | (bzr r9354)
* Updated GtkAction subclass to allow "open" selections for a user to type into.Jon A. Cruz2010-04-141-27/+202
| | | (bzr r9326)
* Added method to fetch currently active text.Jon A. Cruz2010-04-131-0/+15
| | | (bzr r9322)
* Minor fix of pointer check.Jon A. Cruz2010-04-131-1/+1
| | | (bzr r9321)
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler2009-07-131-1/+1
| | | | | directly included now. (bzr r8278)
* prevent warning when model is cleared before being refilledbulia byak2008-07-211-1/+1
| | | (bzr r6380)
* Fixed setting property at wrong timeJon A. Cruz2008-04-261-1/+3
| | | (bzr r5523)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-251-0/+37
| | | | | #221676. (bzr r5514)
* More woke on calligraaphic presets:Aubanel Monnier2008-03-191-0/+3
| | | | | | | | | | | | | | | | Added a No Preset entry Made save button and save functionality Changing settings swithces back the preset combo to No Preset Internals: added several functions in pref-utils: add child-pref, get list of children, number of children added a function to retrieve the model from egeActioSelectOne Todos: when a profile is selected, the save button should be a delete button that deletes the current profile find a way to (re)name new profiles find a way to get unique ids (are ids mandatory in preferences anyway ?) (bzr r5125)
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-041-3/+3
| | | | | Fixes bug #168826. (bzr r4167)
* add label to compact and full appearancesbulia byak2007-09-101-9/+24
| | | (bzr r3711)
* Added base icon support to combo box presentationJon A. Cruz2007-04-241-2/+13
| | | (bzr r2955)
* Visual layout and spacing cleanupJon A. Cruz2007-04-151-3/+13
| | | (bzr r2906)
* Work-around code for GTK+ 2.8 compatibility (gtk+ 2.10 required RSN)Jon A. Cruz2007-04-151-1/+13
| | | (bzr r2896)
* Added XForms-style "appearance" support and basic icon useJon A. Cruz2007-04-131-22/+285
| | | (bzr r2875)
* Replacing old multifunction widget with separate widget & modelJon A. Cruz2007-04-051-0/+407
(bzr r2820)