| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix confusing indentation | Johan Dahlin | 2007-07-04 | 1 | -6/+6 |
* | Report errors about integer parsing back up. (#452988) | Matthias Clasen | 2007-07-03 | 1 | -0/+1 |
* | 2.11.5GTK_2_11_5 | Matthias Clasen | 2007-07-02 | 1 | -6/+8 |
* | Improve error handling for enum/flags, rename the converter functions to | Johan Dahlin | 2007-06-30 | 1 | -0/+29 |
* | Move type-func to <object> instead of <child>, add a test to make sure | Johan Dahlin | 2007-06-30 | 1 | -0/+26 |
* | Make boolean string parsing consistent, #452464 | Johan Dahlin | 2007-06-30 | 1 | -0/+26 |
* | Improve reference counting, #447967 | Johan Dahlin | 2007-06-29 | 1 | -25/+132 |
* | Connect the "destroy" signal so that the 'window' pointer is set back to | Ryan Lortie | 2007-06-29 | 1 | -1/+5 |
* | Check the code and domain of GErrors instead of the string values | Johan Dahlin | 2007-06-27 | 1 | -6/+17 |
* | Add GtkBuilder and GError arguments to gtk_builder_value_from_string and | Johan Dahlin | 2007-06-27 | 1 | -14/+27 |
* | Add a test to check object properties | Johan Dahlin | 2007-06-27 | 1 | -0/+39 |
* | Set an error if we encounter properties without values set (#451303, | Johan Dahlin | 2007-06-27 | 1 | -0/+7 |
* | Fix a bunch of small bugs when parsing property values | Johan Dahlin | 2007-06-26 | 1 | -1/+78 |
* | Extend the C++ keyword test to include internal GDK headers (#449016). | Mathias Hasselmann | 2007-06-26 | 11 | -4/+114 |
* | Create test for finding C++ keywords in public header files (#449016). | Mathias Hasselmann | 2007-06-26 | 2 | -0/+9 |
* | applied patch from Xan Lopez to eliminate gap in painted frame for | Tim Janik | 2007-06-22 | 2 | -0/+152 |
* | Improving handling of tooltip-text property. Also check result of tooltip | Mathias Hasselmann | 2007-06-15 | 1 | -0/+20 |
* | Introduce convenience property "GtkWidget:tooltip-text" taking care of | Mathias Hasselmann | 2007-06-15 | 1 | -6/+6 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 2 | -1/+1468 |
* | updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True | Hans Breuer | 2007-06-15 | 3 | -45/+22 |
* | Audit of GtkTreeView coordinate system usage. (#142494). | Kristian Rietveld | 2007-06-13 | 1 | -1/+7 |
* | make testiconview show brokenness | Matthias Clasen | 2007-06-11 | 1 | -1/+6 |
* | new method, gtk_widget_modify_cursor() (#89314). | Yevgen Muntyan | 2007-06-06 | 2 | -3/+39 |
* | Revert previous commit; the API is not yet finalized - see bug #166995. | Emmanuele Bassi | 2007-06-04 | 1 | -31/+0 |
* | Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() and | Emmanuele Bassi | 2007-06-03 | 1 | -0/+31 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 1 | -0/+141 |
* | Reactivate the other file-chooser tests. Forgot that before commiting revisio... | Mathias Hasselmann | 2007-05-31 | 1 | -4/+0 |
* | Reset the internal response_requested flag, once the response triggered by fi... | Mathias Hasselmann | 2007-05-31 | 1 | -13/+74 |
* | Allow to separate GtkTextMark creation from buffer insertion. (#132818, | Matthias Clasen | 2007-05-26 | 1 | -0/+75 |
* | missing #include <ctype.h>. | Yevgen Muntyan | 2007-05-23 | 2 | -3/+3 |
* | Add the GtkVolumeButton widget, a button that pops up a scale when clicked | Bastien Nocera | 2007-05-19 | 2 | -1/+88 |
* | Deprecate gtk_notebook_[gs]et_group_id in favour of new functions | Matthias Clasen | 2007-05-19 | 1 | -9/+7 |
* | made handle box test non-modal, so other test can interact with handle | Tim Janik | 2007-05-03 | 1 | -2/+2 |
* | Fix some issues with reference handling in the printing code. (#429902, | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Make the emission of ::end-print and ::done consistent for previews. | Matthias Clasen | 2007-04-30 | 1 | -2/+10 |
* | Add a new error code | Matthias Clasen | 2007-04-29 | 1 | -3/+33 |
* | Set the filename to NULL for builtin icons, sinc | Matthias Clasen | 2007-04-25 | 1 | -2/+2 |
* | fix typo: testtoooltips_SOURCES -> testtooltips_SOURCES. | Michael Natterer | 2007-04-23 | 1 | -1/+1 |
* | Add a new API call gtk_icon_theme_list_contexts so that one can choose | Rodney Dawes | 2007-03-21 | 1 | -0/+12 |
* | Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or | Emmanuele Bassi | 2007-03-15 | 1 | -11/+41 |
* | Move filtering of the recent files list into the shared implementation; do | Emmanuele Bassi | 2007-03-15 | 1 | -0/+1 |
* | Handle Menu key presses without crash. (#385637, Christian Persch) | Matthias Clasen | 2007-03-12 | 1 | -4/+17 |
* | Plug some leaks. | Matthias Clasen | 2007-03-10 | 1 | -0/+4 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | also handle keyboard tooltips. (#408325, Matthias Clasen). | Kristian Rietveld | 2007-02-16 | 1 | -4/+15 |
* | Add support for both prepending and appending custom menu items. | Emmanuele Bassi | 2007-02-09 | 1 | -0/+28 |
* | Keep count of the displayed items to build the menu items mnemonic instead | Emmanuele Bassi | 2007-02-08 | 2 | -0/+180 |
* | applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to | Tim Janik | 2007-02-08 | 3 | -16/+210 |
* | remove unused get of has_tooltip. | Kristian Rietveld | 2007-02-06 | 1 | -1/+1 |
* | New tooltips API. | Kristian Rietveld | 2007-02-06 | 2 | -1/+384 |