summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support subclasses in RC files. (#142417, Todd Berman, patch based on aMatthias Clasen2006-03-231-0/+77
* Add a column that demonstrates how to use the new spinbutton cellrenderer.Johan Dahlin2006-03-221-8/+75
* Remove pointless includes of config.h, to make it easier compilableMatthias Clasen2006-03-222-2/+0
* send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, thisCarlos Garnacho2006-03-221-2/+70
* Added testnotebookdnd.Behdad Esfahbod2006-03-151-0/+1
* Add test cases for alignment.Matthias Clasen2006-03-141-30/+40
* Rename ::tab-added and ::tab-removed signals to ::page-added andCarlos Garnacho2006-03-081-4/+4
* zero-initialize the GValue before calling g_value_init().Michael Natterer2006-03-081-1/+1
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-2/+265
* Add testsMatthias Clasen2006-02-232-0/+176
* Actually implement visibility handling, and addMatthias Clasen2006-01-311-5/+26
* GtkAssistant stuffMatthias Clasen2006-01-301-15/+125
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
* Introspect child properties. too.Matthias Clasen2006-01-261-60/+257
* #322591, Jonathan Blandford.Kristian Rietveld2006-01-241-1/+28
* Fixed typo.Behdad Esfahbod2006-01-231-1/+1
* Fix misalignment of RTL text in ellipsized GtkLabel: use layout width ifBehdad Esfahbod2006-01-231-0/+2
* GtkAssistant testsMatthias Clasen2006-01-212-0/+457
* grrr... the pipe did b0rk b0rk b0rkKristian Rietveld2006-01-151-2/+53
* add a little test for the newly introduced indicator-size property.Kristian Rietveld2006-01-131-0/+18
* Add an expander example.Matthias Clasen2006-01-111-0/+41
* added a bunch of tests use g_snprintf() don't include unistd.h twice.Hans Breuer2006-01-063-9/+21
* fixup line i swallowed earlier ;)Tim Janik2005-12-221-0/+1
* derive GtkObject from GUnowned, so it initially has a floating referenceTim Janik2005-12-222-1/+68
* applied patch from maemo-gtk which avoids the allocation of anMichael Natterer2005-12-141-0/+0
* Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):Federico Mena Quintero2005-11-283-1/+102
* Added symbolic themable colors. Patch is a merged version of proposalsMichael Natterer2005-11-231-2/+10
* Add a tearoff-title property, with getter and setter. (#316482, OlexiyMatthias Clasen2005-11-211-0/+1
* call gtk_window_process_updates() so the animation keeps running even ifMichael Natterer2005-11-161-3/+45
* Use g_log_set_default_handler() instead of explicitly setting a handlerFederico Mena Quintero2005-11-111-13/+11
* Add show-popup and hide-popup signals and emit them when the popup isMatthias Clasen2005-11-101-1/+130
* Position the dialog with GTK_WIN_POS_CENTER. (do_quit): New function, hideTor Lillqvist2005-11-031-0/+18
* Add a TODO - FedericoFederico Mena Quintero2005-11-011-0/+13
* Add property editorsMatthias Clasen2005-10-262-4/+35
* Fixes bug #317999:Federico Mena Quintero2005-10-191-63/+92
* Added more tests.Behdad Esfahbod2005-10-151-0/+4
* Demonstrate custom widgets in a GtkComboBox.Matthias Clasen2005-10-091-0/+74
* Fixes bug #317999:Federico Mena Quintero2005-10-071-3/+196
* Oops, return if the unmap test fails. (test_reload_sequence): UseFederico Mena Quintero2005-09-291-3/+5
* Add a comment - FedericoFederico Mena Quintero2005-09-291-1/+7
* New file with a set of tests for GtkCellRendererText. The idea is to run aFederico Mena Quintero2005-09-293-0/+299
* Don't reload the current folder unnecessarily on ::map().Federico Mena Quintero2005-09-271-16/+137
* Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent withMichael Natterer2005-09-223-115/+6
* fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c hasHans Breuer2005-09-182-12/+12
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-152-0/+258
* Add some strings containing multibyte characters.Matthias Clasen2005-09-131-0/+7
* Add a cell renderer for displaying and editing accelerators, a port ofMatthias Clasen2005-09-103-0/+221
* Fix the buildMatthias Clasen2005-09-091-1/+1
* Add tests for extra virtual modifiers.Matthias Clasen2005-09-061-0/+15
* Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIconMatthias Clasen2005-08-292-0/+215