summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
Commit message (Expand)AuthorAgeFilesLines
* pathbar: Use correct marshalerBenjamin Otte2021-10-051-1/+1
* pathbar: Use correct GType in signalBenjamin Otte2021-08-291-2/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* pathbar: Set .slider-button style class to slider buttons againnana-42020-08-151-0/+2
* Drop style class definesMatthias Clasen2020-08-141-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-4/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-6/+6
* pathbar: Stop using GtkFileSystemMatthias Clasen2020-07-121-124/+115
* pathbar: Drop the Private structMatthias Clasen2020-07-111-173/+158
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* Use gtk_button_set_child throughoutMatthias Clasen2020-05-041-1/+1
* pathbar: Don't do the same thing twice.Benjamin Otte2020-03-061-2/+0
* build: Add -Wnull-dereferenceBenjamin Otte2020-03-051-0/+1
* pathbar: Inherit from GtkWidgetTimm Bäder2020-02-251-205/+25
* pathbar: Avoid calling gtk_widget_destroy()Timm Bäder2020-02-251-1/+1
* gtk: Stop using GtkEventButtonMatthias Clasen2020-02-211-10/+10
* contentprovider: Add gdk_content_provider_new_typed()Benjamin Otte2020-02-161-5/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-5/+5
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-10/+5
* pathbar: Remove unneeded codeBenjamin Otte2020-02-051-114/+0
* Remove gtkwidgetpath.h include where no longer neededBenjamin Otte2020-01-281-1/+0
* pathbar: Use a css name insead of a style classMatthias Clasen2020-01-221-1/+2
* pathbar: Use gtk_widget_add_controller for drag sourceMatthias Clasen2020-01-081-1/+1
* dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-2/+3
* Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
* pathbar: Convert to GtkDragSourceMatthias Clasen2020-01-081-34/+12
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* gtk: Use root/unroot instead of display-changedMatthias Clasen2019-05-021-11/+14
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-2/+2
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-13/+15
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-5/+7
* pathbar: Remove priv pointerTimm Bäder2018-08-051-182/+217
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-1/+1
* pathbar: Remove unused defineTimm Bäder2018-06-201-3/+0
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-1/+0
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-9/+5
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-11/+5
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* path bar: Drop non-functional hold-to-scroll codeMatthias Clasen2017-12-121-178/+2
* selection: Remove the info uintBenjamin Otte2017-11-161-1/+0
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-5/+5
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+1
* widget: Remove gtk_widget_get_screen()Benjamin Otte2017-10-311-1/+1
* widget: Turn screen-changed signal into display-changedBenjamin Otte2017-10-311-12/+12
* GtkPathBar: Centralize handling of outstanding cancellablesFederico Mena Quintero2017-10-271-28/+107
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+4