summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
Commit message (Expand)AuthorAgeFilesLines
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-1/+1
* Corrected the published default value of GtkFrame::label-xalign (bugTristan Van Berkom2007-08-221-1/+1
* Improve the handling of broken situations. (#427899, Francesco Montorsi)Matthias Clasen2007-07-091-1/+1
* applied patch from Xan Lopez to eliminate gap in painted frame forTim Janik2007-06-221-11/+19
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-6/+6
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+31
* Fix a problem with large y thicknessMatthias Clasen2007-01-281-1/+1
* Restored the / at the start of the comment block, to fix the build.Murray Cumming2006-05-141-1/+1
* More of the sameMatthias Clasen2006-05-141-2/+2
* Boilerplate reductionMatthias Clasen2006-05-021-36/+3
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Take widget->state into account when painting the shadows. (#150351, TimMatthias Clasen2004-08-171-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Draw line with the current state, not GTK_STATE_NORMALSoeren Sandmann2004-06-271-2/+3
* Move docs inline, fixing them on the way. (#143029, Steve Chaplin)Matthias Clasen2004-05-261-2/+38
* Fix a typo.Matthias Clasen2004-03-091-1/+1
* Test dynamic addition/removal.Matthias Clasen2004-03-081-3/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-11/+11
* Patch from Charles Schmidt to add missing notify (#108305)Owen Taylor2003-05-141-2/+3
* Deprecation cleanupManish Singh2002-10-041-22/+16
* Minor documentation fixesSoren Sandmann2002-08-101-7/+8
* General property notification cleanup.Matthias Clasen2002-01-281-0/+2
* label_xalign and label_yalign need to be float properties to correspond toOwen Taylor2001-11-191-20/+20
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-1/+1
* slight fix for g_object_set() not usable for nesting anymore.Tim Janik2001-09-101-2/+12
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-30/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-6/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+56
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-51/+122
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-17/+2
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-7/+1
* Check for FreeType using freetype-config, since we can't rely on Xft toOwen Taylor2000-12-201-5/+8
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-23/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Use g_get_charset() instead of g_get_codeset().Owen Taylor2000-07-031-0/+6
* Put 1.3.1 in warning message, not 1.3.0.Owen Taylor2000-06-261-19/+17
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-12/+12
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-197/+294
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-5/+6