summaryrefslogtreecommitdiff
path: root/tests/testcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* Clean up uses of gtk_toggle_button_get/set_activeMatthias Clasen2020-08-301-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-19/+19
* paned: Redo the apiMatthias Clasen2020-05-111-2/+6
* tests: Fix testcalendar layoutAlexander Mikhaylenko2020-05-111-0/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* frame: Drop shadow-typeMatthias Clasen2020-04-171-1/+0
* tests: Add common_cflags to buildTimm Bäder2020-03-061-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-5/+17
* calendar: Remove day-selected-double-click signalTimm Bäder2020-02-071-24/+0
* calendar: Remove month-changed signalTimm Bäder2020-02-071-12/+0
* calendar: Return a GDateTime from get_date()Timm Bäder2020-02-071-45/+36
* calendar: Add accessors for display propertiesTimm Bäder2020-02-071-71/+43
* testcalendar: Remove unused functionTimm Bäder2020-02-071-23/+0
* calendar: Remove detailsTimm Bäder2020-02-071-267/+5
* testcalendar: Close window properlyTimm Bäder2020-02-071-0/+1
* testcalendar: Don't do dumb stuff with font sizes.Benjamin Otte2020-01-281-27/+0
* stylecontext: Remove GTK_STYLE_PROPERTY_* definesBenjamin Otte2020-01-281-1/+1
* Drop the can-default propertyMatthias Clasen2019-04-281-1/+0
* Stop using gtk_widget_grab_defaultMatthias Clasen2019-04-281-1/+1
* Drop GtkButtonBoxMatthias Clasen2019-02-041-2/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-32/+32
* tests: Stop using the delete-event signalMatthias Clasen2018-01-161-6/+2
* tests: Stop using gtk_font_button_get_font_nameMatthias Clasen2017-12-211-1/+1
* calendar: Fix for GTK4 changesBenjamin Otte2017-11-101-2/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-37/+32
* box: Remove expand child propertyTimm Bäder2017-04-251-32/+32
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-35/+35
* Avoid a crash in testcalendarMatthias Clasen2014-12-231-4/+10
* More removal of deprecated APIMatthias Clasen2014-10-071-4/+12
* tests: Stop using GtkAlignmentMatthias Clasen2014-05-231-21/+31
* tests: fix testcalendarCarlos Garnacho2014-03-071-1/+2
* tests: Don't call to-be-deprecated functionBenjamin Otte2012-12-061-2/+3
* Change FSF AddressJavier Jardón2012-02-271-8/+7
* testcalendar: gtk_misc_set_alignment replacingDiego Celix2011-08-281-3/+6
* tests: Make variable const to silence gccBenjamin Otte2011-06-011-1/+1
* tests: avoid boxed structs copying where possibleJavier Jardón2011-05-311-2/+1
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-14/+13
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-13/+14
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-13/+13
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-5/+10