summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* 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-22/+22
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-6/+6
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-3/+0
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-1/+1
* calendar: Drop the Private structMatthias Clasen2020-04-261-251/+212
* Assorted documentation fixesMatthias Clasen2020-04-201-17/+31
* calendar: Fix focus keynavMatthias Clasen2020-04-171-23/+45
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+3
* calendar: Only highlight one day as todayTimm Bäder2020-03-271-1/+2
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-061-0/+1
* calendar: Use a drag sourceBenjamin Otte2020-03-021-147/+23
* droptarget: RedoBenjamin Otte2020-03-021-154/+58
* Don't use GdkAtom where const char * is usedBenjamin Otte2020-02-231-2/+2
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-7/+11
* New focus change handlingMatthias Clasen2020-02-211-11/+6
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-4/+2
* contentprovider: Add gdk_content_provider_new_typed()Benjamin Otte2020-02-161-8/+1
* calendar: Emit {next,prev}-{month,year} signalsTimm Bäder2020-02-151-0/+8
* calendar: Add style class to today's labelTimm Bäder2020-02-151-1/+19
* calendar: Document style classesTimm Bäder2020-02-151-3/+26
* docs: Match the argument name with its declarationEmmanuele Bassi2020-02-131-2/+2
* calendar: Fix mismatches with GDateTimeMatthias Clasen2020-02-101-14/+23
* Calendar: Make year/month/day writable againMatthias Clasen2020-02-101-6/+31
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-8/+8
* calendar: Remove day-selected-double-click signalTimm Bäder2020-02-071-42/+13
* calendar: Remove an unused enumTimm Bäder2020-02-071-7/+0
* calendar: Remove month-changed signalTimm Bäder2020-02-071-18/+0
* calendar: Keep a GDateTime aroundTimm Bäder2020-02-071-362/+170
* calendar: Return a GDateTime from get_date()Timm Bäder2020-02-071-22/+8
* 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