summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add bubble button widgetwip/bubblebuttonIgnacio Casal Quinteiro2013-05-089-0/+1812
* GdStack: Fix crossfade with Gtk 3.9.xAlexander Larsson2013-05-071-2/+3
* Fix distcheckPaolo Borelli2013-04-301-1/+6
* view: fix a bad typoCosimo Cecchi2013-04-241-1/+1
* Include config.h to make sure the types are definedPaolo Borelli2013-04-181-0/+4
* Use quoted includesPaolo Borelli2013-04-181-16/+16
* Add gd_ensure_typesMattias Bengtsson2013-04-184-1/+175
* main-view: signal changes for range and rubberband selectionsCosimo Cecchi2013-04-151-0/+4
* GdMainView: Support GtkTreeFilterModelsAlexander Larsson2013-04-151-15/+30
* gd-main-view: Fix "stuck drag" after rubberband selectionAlexander Larsson2013-04-151-0/+1
* main-view: Support CTRL/SHIFT-space/enter to select itemsAlexander Larsson2013-04-153-8/+65
* gd-main-view: Add rubberband selectionAlexander Larsson2013-04-155-16/+454
* Make multi range selection work rightAlexander Larsson2013-04-111-34/+65
* gd-main-view: Make selection_mode_do_select_range handle any orderAlexander Larsson2013-04-111-1/+12
* main-view: make view-type a construct propertyCosimo Cecchi2013-04-041-0/+1
* stack-switcher: Show the buttons only if there is a title or an iconDebarshi Ray2013-03-251-1/+2
* stack-switcher: Disconnect the signals when the stack is destroyedDebarshi Ray2013-03-251-0/+5
* gd-stack: set parent window when adding stack childrenCosimo Cecchi2013-03-191-0/+1
* stack: do not try to move a null windowIgnacio Casal Quinteiro2013-03-181-3/+4
* libgd: Move _defines to the endJasper St. Pierre2013-03-121-12/+12
* stack-switcher: use GdHeaderRadioButton internallyCosimo Cecchi2013-03-072-48/+8
* header-button: add GdHeaderRadioButtonCosimo Cecchi2013-03-072-0/+45
* main-view: emit selection-changed when a row is deletedCosimo Cecchi2013-03-051-2/+22
* header-bar: plug some memleaksCosimo Cecchi2013-03-041-0/+15
* header-bar: add API to set a subtitleCosimo Cecchi2013-03-044-27/+158
* header-bar: use label requisition in size requestsCosimo Cecchi2013-03-041-1/+16
* GdStack: Keep track of last_visible_surface x/y tooAlexander Larsson2013-03-041-15/+16
* stack-switcher: don't set buttons to vexpandCosimo Cecchi2013-03-031-1/+0
* main-toolbar: don't set mode buttons to vexpandCosimo Cecchi2013-03-031-1/+0
* header-bar: move/resize gdk window upon size allocate.Christian Hergert2013-03-031-0/+7
* Use GD_IS_ macros to validate input in public APIJesse van den Kieboom2013-03-012-13/+19
* Implemented gd_stack_reorder_childJesse van den Kieboom2013-03-013-3/+101
* GdStackSwitcher: Don't handle radio button changes caused by ourselfAlexander Larsson2013-03-011-3/+11
* test-stack: Use more complex widgets inside the stackAlexander Larsson2013-03-011-13/+49
* GdStack: Manually create surface rather than using push/pop_groupAlexander Larsson2013-03-011-35/+40
* gd-stack: Properly ease the animationJasper St. Pierre2013-02-281-2/+2
* Fix gcc warningsJasper St. Pierre2013-02-284-20/+7
* gd-stack-switcher: Fix warningsJasper St. Pierre2013-02-281-6/+0
* gd-stack: Fix warningsJasper St. Pierre2013-02-281-4/+7
* GdStack: Add easing to the slide animationAlexander Larsson2013-02-281-4/+15
* test-stack: Add tests for all transition typesAlexander Larsson2013-02-281-9/+17
* GdStack: Add sliding transitionsAlexander Larsson2013-02-282-20/+99
* GdStack: Add windowsAlexander Larsson2013-02-281-8/+88
* gd-stack: fix a typoCosimo Cecchi2013-02-271-1/+1
* gd-stack: Disable transitions when we have gtk-enable-animations disabledJasper St. Pierre2013-02-271-0/+6
* gd-stack: Remove some initializationsJasper St. Pierre2013-02-271-6/+1
* gd-stack: Allow turning off transitionsJasper St. Pierre2013-02-263-21/+78
* GdStack/GdRevealer: Rename duration to transition-durationJasper St. Pierre2013-02-264-47/+49
* Make GdStack a proper GtkContainerJesse van den Kieboom2013-02-262-2/+2
* GdStackSwitcher: use g_signal_handlers_disconnect_by_funcIgnacio Casal Quinteiro2013-02-261-35/+10