summaryrefslogtreecommitdiff
path: root/tests/simple.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* tests: Add missing margin to simple testAlexander Mikhaylenko2020-05-111-0/+4
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+15
* Revert unintended changesMatthias Clasen2019-12-291-88/+2
* Fix various new mingw compiler warningsChristoph Reiter2019-12-181-13/+16
* tests/: Revert bbb56d8 for non-UNIXChun-wei Fan2019-12-171-3/+24
* clipboard: file transfer portal supportMatthias Clasen2019-12-121-6/+61
* Make a test with a custom displayMatthias Clasen2019-12-071-0/+7
* tests: After 20 years, update the simple test to modern GTKBenjamin Otte2017-11-101-17/+14
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Quell compiler warningsMatthias Clasen2011-02-121-18/+15
* Remove property user_data which doesn't exist anymoreJohan Dahlin2011-01-201-1/+0
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-071-2/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-2/+2
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+19
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* marshaller fixes.Tim Janik2001-03-071-16/+18
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-061-0/+1
* Adapt cast macros to standard.Raja R Harinath1999-11-221-1/+0
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-1/+2
* Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the commonTor Lillqvist1999-03-181-1/+1
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Initial revisionElliot Lee1997-11-241-0/+39