summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * gtk/gtkhandlebox.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-70/+96
| * gtk/gtkiconview.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-88/+125
| * gtk/gtkimage.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-16/+18
| * gtk/gtkmenu.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-136/+198
| * gtk/gtkmisc.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-11/+18
| * gtk/gtkspinbutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-25/+39
| * gtk/gtktextview.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-64/+94
| * gtk/gtktreeview.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-106/+208
| * gtk/gtkwindow.c: Fix warningJavier Jardón2010-09-081-1/+1
| * Get rid of the rest of variables exported from libgtkTor Lillqvist2010-09-088-33/+25
| * Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-0816-65/+79
| * Remove also the docs for the gdk_threads_mutex variableTor Lillqvist2010-09-081-7/+0
| * Turn the gtk version and age variables into functionsTor Lillqvist2010-09-086-89/+111
| * gtk/gtkwindow.c: Use gtk_size_request_get_size() instead gtk_widget_get_requi...Javier Jardón2010-09-081-1/+1
| * Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-0819-114/+167
| * tests: Use gtk_widget_set_size_request() instead gtk_widget_set_usize()Javier Jardón2010-09-081-1/+1
| * gtknotebook: Do not mention deprecated APIJavier Jardón2010-09-081-3/+1
| * demos: Do not use deprecated APIJavier Jardón2010-09-081-8/+8
| * gtksocket: Remove mention to gtk_socket_steal() deprecated functionJavier Jardón2010-09-081-5/+0
| * Do not use deprecated API in docs and examplesJavier Jardón2010-09-082-12/+4
| * Remove variables from the platform-independent GDK APITor Lillqvist2010-09-085-42/+11
* | Add padding and alignment tests to testadjustsize.cHavoc Pennington2010-09-071-0/+171
* | Add padding and alignment properties to GtkWidgetHavoc Pennington2010-09-073-8/+560
* | GtkButton: let GtkContainer handle border widthHavoc Pennington2010-09-071-29/+19
* | add gtk_container_class_handle_border_width() so subclasses can ignore border...Havoc Pennington2010-09-072-1/+112
* | Add testadjustsize test, to test new adjust size methods and related featuresHavoc Pennington2010-09-072-0/+253
* | GtkWidget: add adjust_size_request adjust_size_allocation virtual funcsHavoc Pennington2010-09-074-45/+136
* | Use _gtk_widget_get_aux_info_or_defaults() when possible in gtkwidget.cHavoc Pennington2010-09-071-4/+4
* | add _gtk_widget_get_aux_info_or_defaults()Havoc Pennington2010-09-071-2/+21
* | Fix more SizeRequest implementations to avoid recursive calls to wrapper APIHavoc Pennington2010-09-075-16/+15
* | Warn about recursively calling size req wrappers on the same object and orien...Havoc Pennington2010-09-071-0/+53
* | default impls of width_for_height,hfw should chain directly not use wrapper APIHavoc Pennington2010-09-072-6/+11
|/
* gtk.symbols: Update expected ABIColin Walters2010-09-071-2/+2
* Fix annotations for gdk_window_get_device_position()Owen W. Taylor2010-09-071-4/+4
* add annotations for tranfer and scope so that methods are exported by GIJohn (J5) Palmieri2010-09-072-3/+3
* add array annotation to gtk_builder_add_objects_from_stringJohn (J5) Palmieri2010-09-071-1/+1
* add gtk_radio_button_join_group method for bindingsJohn (J5) Palmieri2010-09-072-1/+57
* Removed x/y/x_set/y_set from GtkWidgetAuxInfoTristan Van Berkom2010-09-072-15/+0
* Removed _gtk_window_reposition()Tristan Van Berkom2010-09-072-13/+3
* Use a bitfield for Widget::private_flags, ::state, ::saved_stateHavoc Pennington2010-09-071-14/+14
* Avoid segfault on xkbless systemsMatthias Clasen2010-09-071-1/+3
* Updated Portuguese translationDuarte Loreto2010-09-071-1048/+1069
* Updated Slovenian translationKlemen Košir2010-09-061-2311/+1978
* Updated Kazakh translationBaurzhan Muftakhidinov2010-09-061-1158/+1190
* Remove use of ::has-separator propertyMatthias Clasen2010-09-061-1/+0
* Remove some unused enumsMatthias Clasen2010-09-051-30/+0
* Warn if a widget requests minimum size > natural sizeHavoc Pennington2010-09-051-0/+6
* Add more "reserved for expansion" fields to GtkWidgetClassHavoc Pennington2010-09-051-0/+5
* Updated French translationClaude Paroz2010-09-041-694/+19
* GtkStatusIcon: Remove get/set_blinking() declarations from header.Murray Cumming2010-09-041-4/+0