summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove template of deprecated gtkcombo widgetJavier Jardón2010-10-301-222/+0
|
* Migration guide additionsMatthias Clasen2010-10-291-1/+30
| | | | Add some information about expand flags and the scrollable interface.
* Make gdk_rgba_to_string() take a const GdkRGBAChristian Persch2010-10-292-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=633216
* Fix initial size allocation with child widgetsMatthias Clasen2010-10-291-2/+14
| | | | | | | On some cases, it would take a resize of the window for children to 'jump into place'. https://bugzilla.gnome.org/show_bug.cgi?id=633500
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-305-9/+9
|
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-305-12/+12
|
* Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()Javier Jardón2010-10-307-19/+34
|
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-3012-29/+29
|
* Use gtk_ruler_new() instead gtk_[v|h]ruler_new()Javier Jardón2010-10-302-4/+4
|
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-3019-48/+55
|
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-3015-24/+24
|
* gtk: remove declarations of removed internal functionsMichael Natterer2010-10-292-10/+0
|
* Don't set get_preferred_width_for_height to NULLMatthias Clasen2010-10-291-8/+35
| | | | The size request machinery expects that it is non-NULL.
* GtkComboBox: Add a constructor that takes a model and adds an entryMatthias Clasen2010-10-294-4/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=633050
* Re-enable deprecation guardsJavier Jardón2010-10-294-6/+3
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-292-3541/+3471
|
* Use the client pointer for events with no device.Carlos Garnacho2010-10-281-4/+6
| | | | | | The core pointer is sort of meaningless in a multidevice environment, the client pointer is used instead to fake a GdkDevice on events that don't have one.
* Remove unused GdkDeviceManager variableOwen W. Taylor2010-10-281-2/+0
| | | | | gdk_display_get_device_manager() was called but the device manager not used.
* ifdef X-specific stuffMatthias Clasen2010-10-281-0/+2
| | | | gdk_x11_ APIs can only be used inside #ifdef GDK_WINDOWING_X11.
* GtkButtonBox doesn't do height-for-widthMatthias Clasen2010-10-281-0/+2
| | | | | | GtkButtonBox doesn't do height-for-width, therefore we should explicitly set these methods to NULL instead of hoping that the inherited GtkBox implementations work ok.
* [introspection] annotate delete_text invoker to match do_delete_text v-methodJohn (J5) Palmieri2010-10-281-0/+2
|
* Port tests to GtkScrollable API instead of deprecated GtkLayout APIVincent Untz2010-10-282-9/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=633374
* Remove useless vars.Ignacio Casal Quinteiro2010-10-281-2/+2
|
* Fire a warning if there are any handlers connected to the deprecated ↵Tristan Van Berkom2010-10-282-1/+11
| | | | "size-request" signal.
* Added a runtime warning if any class is implementing the ->size_request() vfunc.Tristan Van Berkom2010-10-281-0/+7
|
* Merge branch 'kill-size-request'Tristan Van Berkom2010-10-2836-1033/+2048
|\
| * Make GtkPathBar use set_size_request() instead of the "size-request" signal.Tristan Van Berkom2010-10-281-17/+18
| |
| * Removed size_request from GtkToolItemGroupTristan Van Berkom2010-10-281-6/+32
| | | | | | | | | | | | Ofcourse GtkToolPalette needs real migration to height-for-width apis, this patch just removes the need for the size_request signal and vfunc.
| * Use gtk_widget_set_size_request() instead of handling "size-request" signals.Tristan Van Berkom2010-10-281-12/+2
| |
| * Add a migration guide section on size_requestMatthias Clasen2010-10-271-0/+176
| |
| * Fix gtk_fixed_get_preferred_widthMatthias Clasen2010-10-271-2/+2
| | | | | | | | | | When dealing with widths, use x, not y. Spotted by Ignacio Casal Quintero.
| * Remove size_request from GtkSocketMatthias Clasen2010-10-271-15/+38
| | | | | | | | | | This is only preliminary, GtkSocket can do minimal/natural width properly, there's code for that in the extended-layout branch.
| * Don't g_free gslice-allocated structuresMatthias Clasen2010-10-271-1/+1
| | | | | | | | | | This was causing memory corruption when removing remote plugs from sockets.
| * Remove size_request from GtkScaleMatthias Clasen2010-10-271-16/+43
| |
| * Removed size_request from GtkTearoffMenuItemTristan Van Berkom2010-10-271-14/+35
| |
| * Fixed remaining call to ->size_request in GtkTextView.Tristan Van Berkom2010-10-271-1/+1
| |
| * Removing size_request from GtkTextViewTristan Van Berkom2010-10-271-1/+33
| |
| * Remove size_request from GtkSeparatorToolItemMatthias Clasen2010-10-271-17/+37
| |
| * Use correct icon name in testtoolbarMatthias Clasen2010-10-271-1/+1
| |
| * Remove size_request from gtkToolItemMatthias Clasen2010-10-271-35/+45
| |
| * Removing size_request from GtkToolPaletteTristan Van Berkom2010-10-271-1/+27
| | | | | | | | | | | | Note GtkToolPalette is internally height-for-width, it needs to be refactored to cooperate with GTK+'s height-for-width geometry management properly.
| * Remove size_request from GtkToolbarMatthias Clasen2010-10-271-3/+33
| | | | | | | | | | This is just a bandaid fix, the toolbar should really return proper min/natural sizes, so that we can handle the overflow properly.
| * Remove size_request from GtkTableMatthias Clasen2010-10-271-12/+38
| |
| * Removing size_request from GtkTreeview.Tristan Van Berkom2010-10-271-11/+42
| | | | | | | | | | | | | | This should be implemented as propery height-for-width by the treeview-refactor branch. This commit includes a FIXME comment that scroll adjustments should not be updated from inside size requests but only after receiving an allocation.
| * Remove size_request from GtkRulerMatthias Clasen2010-10-271-17/+40
| |
| * Remove size_request from GtkPathBarMatthias Clasen2010-10-271-21/+54
| |
| * Remove size_request from GtkSeparatorMatthias Clasen2010-10-271-27/+45
| |
| * Remove size_request from GtkRangeMatthias Clasen2010-10-271-9/+42
| |
| * Remove size_request from GtkPanedMatthias Clasen2010-10-271-25/+51
| | | | | | | | | | This is not the final word; GtkPaned should really implement height-for-width, but I didn't have time to complete that now.
| * Removed size_request from GtkOffscreenWindowTristan Van Berkom2010-10-271-15/+49
| |