summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* docs: list items require blank linesWilliam Jon McCann2014-02-011-3/+4
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+2
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-2/+3
* Deprecate and ignore the timeout-initial and timeout-repeat settingsWilliam Jon McCann2013-07-111-14/+5
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-54/+49
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-4/+4
* Fix malformed doc commentsMatthias Clasen2012-04-121-3/+3
* calendar: Set GDK_SCROLL_MASK explicitlyCarlos Garnacho2012-03-011-0/+1
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* gtkcalendar: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-3/+3
* calendar: Use the widget state flags as a base for drawing arrowsRui Matos2011-12-191-20/+16
* calendar: Use the widget state flags as a base for drawing daysRui Matos2011-12-191-19/+14
* Make focus rectangles optionalMatthias Clasen2011-08-101-2/+2
* calendar: Use gtk_widget_class_accessible_set_role()Benjamin Otte2011-07-181-14/+1
* Remove GailCalendarMatthias Clasen2011-07-051-0/+16
* gtkcalendar: Remove unused variableJavier Jardón2011-05-021-1/+0
* calendar: make sure to call gtk_style_context_restore()Cosimo Cecchi2011-04-081-0/+2
* Silence new gcc warningsMatthias Clasen2011-01-231-668/+663
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+6
* Fixed gtk_calendar_get_date annotations: Added missing (out)Sebastian Pölsterl2011-01-181-3/+3
* Make GtkCalendar use GtkStyleContextCarlos Garnacho2011-01-101-224/+225
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Some more calendar doc additionsMatthias Clasen2011-01-041-3/+3
* Some documentation additionsMatthias Clasen2011-01-041-7/+11
* Fix problems with window handling in GtkCalendarMatthias Clasen2010-12-201-6/+66
* Don't access GdkDragContext fields directlyMatthias Clasen2010-12-101-5/+5
* Remove size_request from GtkCalendarMatthias Clasen2010-10-261-3/+32
* GtkCalendar: turn into a no-window widgetMatthias Clasen2010-10-241-613/+313
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+6
* calendar: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-17/+9
* calendar: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-4/+6
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-5/+5
* calendar: Port to draw vfuncBenjamin Otte2010-09-261-39/+67
* calendar: Fix drawing order for windowsBenjamin Otte2010-09-261-13/+10
* calendar: Create one cairo_t per expose event and pass it aroundBenjamin Otte2010-09-261-49/+39
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-10/+5
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-10/+10
* Add gtk_calendar_day_is_marked() functionJavier Jardón2010-08-291-0/+27
* Remove deprecated GTK_CALENDAR_WEEK_START_MONDAY optionMatthias Clasen2010-08-281-6/+2
* gtk/gtkcalendar.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-97/+158
* GtkCalendar: move public members to private structureJavier Jardón2010-08-121-258/+314
* Change GtkCalendar's inner border and separator values from hard-codedCody Russell2010-08-031-54/+135
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [docs] GtkCalendar: Move documentation to inline commentsJavier Jardón2010-07-061-0/+72
* GtkCalendar: some functions always return TRUE, so change them to voidThomas Wood2010-06-151-30/+19
* Remove deprecated functions from GtkCalendarChristian Dywan2010-05-031-46/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-9/+9
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1