Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: remove template of deprecated gtkcombo widget | Javier Jardón | 2010-10-30 | 1 | -222/+0 |
| | |||||
* | Migration guide additions | Matthias Clasen | 2010-10-29 | 1 | -1/+30 |
| | | | | Add some information about expand flags and the scrollable interface. | ||||
* | Make gdk_rgba_to_string() take a const GdkRGBA | Christian Persch | 2010-10-29 | 2 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=633216 | ||||
* | Fix initial size allocation with child widgets | Matthias Clasen | 2010-10-29 | 1 | -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ón | 2010-10-30 | 5 | -9/+9 |
| | |||||
* | Use gtk_scale_new() instead gtk_[v|h]scale_new() | Javier Jardón | 2010-10-30 | 5 | -12/+12 |
| | |||||
* | Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range() | Javier Jardón | 2010-10-30 | 7 | -19/+34 |
| | |||||
* | Use gtk_paned_new() instead gtk_[v|h]paned_new() | Javier Jardón | 2010-10-30 | 12 | -29/+29 |
| | |||||
* | Use gtk_ruler_new() instead gtk_[v|h]ruler_new() | Javier Jardón | 2010-10-30 | 2 | -4/+4 |
| | |||||
* | Use gtk_separator_new() instead gtk_[v|h]separator_new() | Javier Jardón | 2010-10-30 | 19 | -48/+55 |
| | |||||
* | Use gtk_button_box_new() instead gtk_[v|h]_button_box_new() | Javier Jardón | 2010-10-30 | 15 | -24/+24 |
| | |||||
* | gtk: remove declarations of removed internal functions | Michael Natterer | 2010-10-29 | 2 | -10/+0 |
| | |||||
* | Don't set get_preferred_width_for_height to NULL | Matthias Clasen | 2010-10-29 | 1 | -8/+35 |
| | | | | The size request machinery expects that it is non-NULL. | ||||
* | GtkComboBox: Add a constructor that takes a model and adds an entry | Matthias Clasen | 2010-10-29 | 4 | -4/+24 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=633050 | ||||
* | Re-enable deprecation guards | Javier Jardón | 2010-10-29 | 4 | -6/+3 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-10-29 | 2 | -3541/+3471 |
| | |||||
* | Use the client pointer for events with no device. | Carlos Garnacho | 2010-10-28 | 1 | -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 variable | Owen W. Taylor | 2010-10-28 | 1 | -2/+0 |
| | | | | | gdk_display_get_device_manager() was called but the device manager not used. | ||||
* | ifdef X-specific stuff | Matthias Clasen | 2010-10-28 | 1 | -0/+2 |
| | | | | gdk_x11_ APIs can only be used inside #ifdef GDK_WINDOWING_X11. | ||||
* | GtkButtonBox doesn't do height-for-width | Matthias Clasen | 2010-10-28 | 1 | -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-method | John (J5) Palmieri | 2010-10-28 | 1 | -0/+2 |
| | |||||
* | Port tests to GtkScrollable API instead of deprecated GtkLayout API | Vincent Untz | 2010-10-28 | 2 | -9/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=633374 | ||||
* | Remove useless vars. | Ignacio Casal Quinteiro | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | Fire a warning if there are any handlers connected to the deprecated ↵ | Tristan Van Berkom | 2010-10-28 | 2 | -1/+11 |
| | | | | "size-request" signal. | ||||
* | Added a runtime warning if any class is implementing the ->size_request() vfunc. | Tristan Van Berkom | 2010-10-28 | 1 | -0/+7 |
| | |||||
* | Merge branch 'kill-size-request' | Tristan Van Berkom | 2010-10-28 | 36 | -1033/+2048 |
|\ | |||||
| * | Make GtkPathBar use set_size_request() instead of the "size-request" signal. | Tristan Van Berkom | 2010-10-28 | 1 | -17/+18 |
| | | |||||
| * | Removed size_request from GtkToolItemGroup | Tristan Van Berkom | 2010-10-28 | 1 | -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 Berkom | 2010-10-28 | 1 | -12/+2 |
| | | |||||
| * | Add a migration guide section on size_request | Matthias Clasen | 2010-10-27 | 1 | -0/+176 |
| | | |||||
| * | Fix gtk_fixed_get_preferred_width | Matthias Clasen | 2010-10-27 | 1 | -2/+2 |
| | | | | | | | | | | When dealing with widths, use x, not y. Spotted by Ignacio Casal Quintero. | ||||
| * | Remove size_request from GtkSocket | Matthias Clasen | 2010-10-27 | 1 | -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 structures | Matthias Clasen | 2010-10-27 | 1 | -1/+1 |
| | | | | | | | | | | This was causing memory corruption when removing remote plugs from sockets. | ||||
| * | Remove size_request from GtkScale | Matthias Clasen | 2010-10-27 | 1 | -16/+43 |
| | | |||||
| * | Removed size_request from GtkTearoffMenuItem | Tristan Van Berkom | 2010-10-27 | 1 | -14/+35 |
| | | |||||
| * | Fixed remaining call to ->size_request in GtkTextView. | Tristan Van Berkom | 2010-10-27 | 1 | -1/+1 |
| | | |||||
| * | Removing size_request from GtkTextView | Tristan Van Berkom | 2010-10-27 | 1 | -1/+33 |
| | | |||||
| * | Remove size_request from GtkSeparatorToolItem | Matthias Clasen | 2010-10-27 | 1 | -17/+37 |
| | | |||||
| * | Use correct icon name in testtoolbar | Matthias Clasen | 2010-10-27 | 1 | -1/+1 |
| | | |||||
| * | Remove size_request from gtkToolItem | Matthias Clasen | 2010-10-27 | 1 | -35/+45 |
| | | |||||
| * | Removing size_request from GtkToolPalette | Tristan Van Berkom | 2010-10-27 | 1 | -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 GtkToolbar | Matthias Clasen | 2010-10-27 | 1 | -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 GtkTable | Matthias Clasen | 2010-10-27 | 1 | -12/+38 |
| | | |||||
| * | Removing size_request from GtkTreeview. | Tristan Van Berkom | 2010-10-27 | 1 | -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 GtkRuler | Matthias Clasen | 2010-10-27 | 1 | -17/+40 |
| | | |||||
| * | Remove size_request from GtkPathBar | Matthias Clasen | 2010-10-27 | 1 | -21/+54 |
| | | |||||
| * | Remove size_request from GtkSeparator | Matthias Clasen | 2010-10-27 | 1 | -27/+45 |
| | | |||||
| * | Remove size_request from GtkRange | Matthias Clasen | 2010-10-27 | 1 | -9/+42 |
| | | |||||
| * | Remove size_request from GtkPaned | Matthias Clasen | 2010-10-27 | 1 | -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 GtkOffscreenWindow | Tristan Van Berkom | 2010-10-27 | 1 | -15/+49 |
| | |