summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
...
* calendar: Use GDateTime to select daysTimm Bäder2020-02-071-68/+106
* calendar: Use widgets for everythingTimm Bäder2020-02-071-857/+214
* calendar: Try to avoid changing size when changing the yearTimm Bäder2020-02-071-0/+7
* calendar: Remove spinning codeTimm Bäder2020-02-071-167/+0
* calendar: Add accessors for display propertiesTimm Bäder2020-02-071-205/+154
* calendar: Remove detailsTimm Bäder2020-02-071-450/+3
* calendar: Fix an uninitialized valueTimm Bäder2020-02-071-2/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-4/+3
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-1/+1
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-0/+1
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-1/+6
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-1/+1
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-1/+1
* Convert trivial users of icon theme loading to use info as paintableAlexander Larsson2020-01-291-4/+4
* calendar: Use widgets for the headerTimm Bäder2020-01-271-247/+140
* Merge branch 'dnd-gestures-2' into 'master'Matthias Clasen2020-01-111-123/+118
|\
| * Update all callersMatthias Clasen2020-01-111-13/+14
| * Update all usersMatthias Clasen2020-01-081-1/+1
| * Update all callersMatthias Clasen2020-01-081-2/+6
| * calendar: Remove drag highlighting callsMatthias Clasen2020-01-081-4/+0
| * calendar: Use GDK content formats apiMatthias Clasen2020-01-081-2/+1
| * calendar: Use gdk_drag_beginMatthias Clasen2020-01-081-6/+19
| * dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-1/+2
| * Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-1/+1
| * droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
| * Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
| * calendar: Port to GtkDropTargetMatthias Clasen2020-01-081-91/+77
| * calendar: Port to GtkDragSourceMatthias Clasen2020-01-081-35/+31
* | Remove builtin icons altogetherMatthias Clasen2020-01-101-10/+1
|/
* widget: Remove queue_resize_no_redrawTimm Bäder2019-07-071-2/+2
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-24/+24
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* calendar: Drop the priv pointerMatthias Clasen2019-05-261-86/+74
* calendar: Make finalMatthias Clasen2019-05-261-0/+23
* 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