summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't return NULL.Matthias Clasen2007-12-282-0/+6
* Fix default property valuesMatthias Clasen2007-12-282-2/+5
* Fix default valuesMatthias Clasen2007-12-282-5/+13
* Fix the default value of the curve-type propertyMatthias Clasen2007-12-282-1/+3
* Fix the default value of enable-arrows-alwaysMatthias Clasen2007-12-282-1/+6
* Chain up. This makes it possible to have accelerators tags on GtkDialogJohan Dahlin2007-12-283-1/+17
* Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show...Mathias Hasselmann2007-12-286-29/+85
* Try more decent appearance of calendar details separator. (#339540)Mathias Hasselmann2007-12-282-2/+20
* Apply trivial code-style changes from attachement 101101. (#339540)Mathias Hasselmann2007-12-282-14/+27
* Restructure testcalendar for testing calendar details. (#339540)Mathias Hasselmann2007-12-282-124/+404
* Implement GtkTooltip API for calendar details. (#339540)Mathias Hasselmann2007-12-282-2/+72
* Without setting "detail-width-chars" and "detail-height-rows"Mathias Hasselmann2007-12-282-11/+31
* Consider details for size-request and expose-event. (#339540)Mathias Hasselmann2007-12-282-6/+189
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2007-12-281-0/+4
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2007-12-281-10/+10
* Introduce local priv variables to reduce ->->Matthias Clasen2007-12-282-587/+623
* Fix the default value of the tearoff-title propertyMatthias Clasen2007-12-282-4/+11
* Fix the default value for the wrap-mode and font-scale properties.Matthias Clasen2007-12-282-1/+6
* Fix the default value for the ratio property.Matthias Clasen2007-12-282-1/+56
* Fix 0<>NULL confusion in gtk_signal_connect... defines. (#505708, MINAMIMatthias Clasen2007-12-282-4/+94
* Install gail.pc. Bug #505859.Christian Persch2007-12-272-2/+8
* Add infrastructure for GtkCalendar details. (#339540)Mathias Hasselmann2007-12-276-4/+274
* Add gtk_border_new to avoid memory allocator confusions when usingXan Lopez2007-12-276-7/+31
* Fir the patch from bug #504886 not to read unitialised memory.Christian Persch2007-12-272-1/+6
* Update changelog.Xan Lopez2007-12-261-0/+6
* Take into account modifications of the inner frame for has_extra_children.Xan Lopez2007-12-261-0/+4
* We always chain to the parent size_allocate, no need to do this.Xan Lopez2007-12-261-1/+0
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2007-12-261-2/+1
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2007-12-261-0/+4
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2007-12-261-7/+8
* Fix mem leak. Bug #505556.Christian Persch2007-12-252-2/+8
* Initialise |widget|. Fixes a buglet introduced by the commit from bugChristian Persch2007-12-252-2/+7
* Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.Christian Persch2007-12-2557-413/+117
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-2591-1447/+260
* Remove non-multihead-safe uses of clipboards and settings. (#504722,Matthias Clasen2007-12-254-8/+37
* Remove unneeded includes. (#505411, Kazuki IWAMOTO)Matthias Clasen2007-12-252-3/+5
* When popping up a menu from a treeview cell, use the time and buttonMatthias Clasen2007-12-252-2/+25
* Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE.Cody Russell2007-12-232-4/+15
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-12-232-974/+915
* Fix compiler warnings. Bug #504701.Christian Persch2007-12-237-44/+56
* Include <config.h>. Bug #504720.Christian Persch2007-12-2364-1/+131
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ...Christian Persch2007-12-2360-2485/+507
* pass correct argument to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter*Xan Lopez2007-12-232-1/+8
* Link to gdk and gtk libs. Bug #504645, patch by Li Yuan.Christian Persch2007-12-222-2/+10
* Plug mem leaks. Bug #504886.Christian Persch2007-12-222-4/+14
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-2219-191/+113
* Chain up the finalizerMatthias Clasen2007-12-222-0/+7
* Plug leak of destroyed subviews, fixes bug #504753.Richard Hult2007-12-212-14/+14
* Updated Slovenian translationMatej Urbančič2007-12-211-354/+347
* Add a test for default property values, based on program by Christan PerchJohan Dahlin2007-12-213-0/+520