summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix confusing indentationJohan Dahlin2007-07-041-6/+6
* Report errors about integer parsing back up. (#452988)Matthias Clasen2007-07-031-0/+1
* 2.11.5GTK_2_11_5Matthias Clasen2007-07-021-6/+8
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-301-0/+29
* Move type-func to <object> instead of <child>, add a test to make sureJohan Dahlin2007-06-301-0/+26
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-301-0/+26
* Improve reference counting, #447967Johan Dahlin2007-06-291-25/+132
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-1/+5
* Check the code and domain of GErrors instead of the string valuesJohan Dahlin2007-06-271-6/+17
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-14/+27
* Add a test to check object propertiesJohan Dahlin2007-06-271-0/+39
* Set an error if we encounter properties without values set (#451303,Johan Dahlin2007-06-271-0/+7
* Fix a bunch of small bugs when parsing property valuesJohan Dahlin2007-06-261-1/+78
* Extend the C++ keyword test to include internal GDK headers (#449016).Mathias Hasselmann2007-06-2611-4/+114
* Create test for finding C++ keywords in public header files (#449016).Mathias Hasselmann2007-06-262-0/+9
* applied patch from Xan Lopez to eliminate gap in painted frame forTim Janik2007-06-222-0/+152
* Improving handling of tooltip-text property. Also check result of tooltipMathias Hasselmann2007-06-151-0/+20
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-151-6/+6
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-152-1/+1468
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-153-45/+22
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-131-1/+7
* make testiconview show brokennessMatthias Clasen2007-06-111-1/+6
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-062-3/+39
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-041-31/+0
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-031-0/+31
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+141
* Reactivate the other file-chooser tests. Forgot that before commiting revisio...Mathias Hasselmann2007-05-311-4/+0
* Reset the internal response_requested flag, once the response triggered by fi...Mathias Hasselmann2007-05-311-13/+74
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-261-0/+75
* missing #include <ctype.h>.Yevgen Muntyan2007-05-232-3/+3
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-192-1/+88
* Deprecate gtk_notebook_[gs]et_group_id in favour of new functionsMatthias Clasen2007-05-191-9/+7
* made handle box test non-modal, so other test can interact with handleTim Janik2007-05-031-2/+2
* Fix some issues with reference handling in the printing code. (#429902,Matthias Clasen2007-04-301-1/+1
* Make the emission of ::end-print and ::done consistent for previews.Matthias Clasen2007-04-301-2/+10
* Add a new error codeMatthias Clasen2007-04-291-3/+33
* Set the filename to NULL for builtin icons, sincMatthias Clasen2007-04-251-2/+2
* fix typo: testtoooltips_SOURCES -> testtooltips_SOURCES.Michael Natterer2007-04-231-1/+1
* Add a new API call gtk_icon_theme_list_contexts so that one can chooseRodney Dawes2007-03-211-0/+12
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-151-11/+41
* Move filtering of the recent files list into the shared implementation; doEmmanuele Bassi2007-03-151-0/+1
* Handle Menu key presses without crash. (#385637, Christian Persch)Matthias Clasen2007-03-121-4/+17
* Plug some leaks.Matthias Clasen2007-03-101-0/+4
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* also handle keyboard tooltips. (#408325, Matthias Clasen).Kristian Rietveld2007-02-161-4/+15
* Add support for both prepending and appending custom menu items.Emmanuele Bassi2007-02-091-0/+28
* Keep count of the displayed items to build the menu items mnemonic insteadEmmanuele Bassi2007-02-082-0/+180
* applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER toTim Janik2007-02-083-16/+210
* remove unused get of has_tooltip.Kristian Rietveld2007-02-061-1/+1
* New tooltips API.Kristian Rietveld2007-02-062-1/+384