summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutswindow.c
Commit message (Expand)AuthorAgeFilesLines
* Shortcuts window: stop using ::key-press-eventMatthias Clasen2018-04-051-7/+16
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* shortcuts: Don't include gtk.hBenjamin Otte2018-02-081-4/+17
* Fix fallout from the show-close-button renameMatthias Clasen2017-12-081-1/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-2/+1
* Shortcuts window: Make search results themableMatthias Clasen2017-10-071-1/+1
* Add some translator commentsMatthias Clasen2017-06-081-0/+3
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-23/+14
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-4/+0
* shortcutswindow: Unset search_bar in disposeTimm Bäder2017-01-201-1/+3
* shortcutswindow: Use GtkButton:icon-name for search buttonTimm Bäder2017-01-201-8/+3
* gtkshortcutswindow: Adapt to GtkWidget visibility changesTimm Bäder2017-01-201-18/+0
* shortcutswindow: Make dispose work properlyBenjamin Otte2017-01-111-7/+7
* shortcutswindow: Remove unneeded deprecation guardsTimm Bäder2016-10-201-2/+0
* gtk: Include the appropriate headersEmmanuele Bassi2016-10-171-1/+1
* shortcutswindow: Modernize some codeBenjamin Otte2016-10-161-10/+10
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* shortcutswindow: Stop using GtkArrowTimm Bäder2016-10-161-5/+4
* shortcutswindow: working version of set_section_name()Alan Jenkins2016-10-141-1/+1
* Fix wrong URL link in gtkshortcutswindow documentationGautier Pelloux-Prayer2016-09-271-1/+1
* Use gtk_popover_popdown/popup where appropriateTimm Bäder2016-08-161-1/+1
* shortcuts: Try harder to disambiguate search itemsMatthias Clasen2016-06-191-1/+10
* shortcuts: Follow changes of accelsMatthias Clasen2016-04-171-1/+61
* Fix the buildMatthias Clasen2016-03-211-1/+1
* shortcutswindow: Make the search button squareMatthias Clasen2016-03-211-0/+1
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* shortcuts: Don't forall() widgets that aren't childrenBenjamin Otte2016-01-221-22/+19
* shortcuts: Separate gestures in search resultsFelix Riemann2016-01-031-1/+4
* shortcuts: Show icons and subtitles for gestures in search resultsFelix Riemann2016-01-031-1/+21
* shortcuts: Another attempt to fix up forallMatthias Clasen2015-12-051-4/+19
* Remove GtkShortcutsGestureMatthias Clasen2015-12-051-44/+0
* shortcuts: Complete the container implementationsMatthias Clasen2015-11-221-7/+29
* shortcuts: Update title and section-names properlyMatthias Clasen2015-11-221-4/+37
* shortcuts window: More complete container implementationMatthias Clasen2015-11-201-5/+53
* shortcuts: Support direction-specific shortcutsMatthias Clasen2015-11-141-3/+25
* shortcuts: Use predefined style classesMatthias Clasen2015-10-281-3/+3
* shortcuts: Some property hygieneMatthias Clasen2015-10-271-1/+1
* shortcuts: Cosmetic changeMatthias Clasen2015-10-261-1/+2
* Add GtkShortcutsWindowMatthias Clasen2015-10-211-0/+882