summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* Pass mode and detail to focus-in/out signalsMatthias Clasen2019-03-161-0/+4
* calendar: Use new snapshot transformsBenjamin Otte2019-02-211-12/+9
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-9/+11
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-5/+7
* calendar: Remove unused struct memberTimm Bäder2018-11-091-2/+0
* dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-121-4/+4
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-8/+8
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-4/+2
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-22/+16
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-18/+16
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-6/+3
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-2/+2
* widget: Directly notify gestures of grabTimm Bäder2018-05-191-0/+2
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-19/+5
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-7/+6
* draggesture: Port to new API modelBenjamin Otte2018-04-261-5/+4
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-5/+5
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-2/+1
* gtkcalendar: Use key controller to track focus changesCarlos Garnacho2018-04-051-20/+19
* gtkcalendar: Stop using ::key-press-eventCarlos Garnacho2018-04-051-10/+19
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-4/+2
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* calendar: Avoid warnings for new "%OB" formatMatthias Clasen2018-02-171-3/+21
* calendar: Use the new "%OB" format in strftime()Rafal Luzynski2018-02-131-2/+3
* The big versioning cleanupMatthias Clasen2018-02-061-30/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-4/+4
* calendar: Stop using ::focus-out-eventMatthias Clasen2018-01-161-9/+12
* dnd: Pass device, not eventBenjamin Otte2017-12-121-8/+3
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-3/+1
* calendar: Stop using a legacy event handlerMatthias Clasen2017-12-101-27/+63
* calendar: Don't request drag data on every motion eventBenjamin Otte2017-12-111-1/+1
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-2/+2
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-4/+0
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-1/+1
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-3/+3
* Some more interningMatthias Clasen2017-11-181-3/+3
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-5/+1
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-2/+2
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+1
* calendar: Fix for GTK4 changesBenjamin Otte2017-11-101-61/+29
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* gtkcalendar: Use scroll event controllerCarlos Garnacho2017-09-191-25/+27
* calendar: Update to using GdkEvent APICarlos Garnacho2017-09-191-9/+20
* calendar: Stop using ::button-{press,release}-eventTimm Bäder2017-09-131-39/+53
* Calendar: Add default case to appease CoverityDaniel Boles2017-08-011-0/+3
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-7/+8
* calendar: Remove all input windowsTimm Bäder2017-07-191-368/+23
* calendar: Remove style propertiesTimm Bäder2017-07-191-56/+3