| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated code: GtkCheckMenuItem | Javier Jardón | 2010-05-03 | 1 | -5/+0 |
* | Don't use gtk_socket_steal in the socket test | Christian Dywan | 2010-05-03 | 1 | -30/+0 |
* | Don't use old toolbar API in toolbar stress test | Christian Dywan | 2010-05-03 | 1 | -2/+3 |
* | Remove GtkCList, GtkCTree, GtkFileSelection and GtkPreeview tests | Christian Dywan | 2010-05-03 | 1 | -2011/+0 |
* | Add a frame to the examples | Matthias Clasen | 2010-05-01 | 1 | -7/+13 |
* | Fix a few typos | Matthias Clasen | 2010-04-25 | 1 | -3/+3 |
* | Renamed testextendedlayout2 --> extendedlayoutexample, also removed testexten... | Tristan Van Berkom | 2010-04-21 | 3 | -2628/+3 |
* | Improved legibility of the label parameters test. | Tristan Van Berkom | 2010-04-20 | 1 | -5/+5 |
* | Added test reflecting the usage of GtkLabel parameters. | Tristan Van Berkom | 2010-04-20 | 1 | -0/+123 |
* | Updated test for api change. | Tristan Van Berkom | 2010-04-20 | 1 | -1/+1 |
* | Updating test for api change. | Tristan Van Berkom | 2010-04-20 | 1 | -1/+1 |
* | Added test to demonstrate width-for-height labels. | Tristan Van Berkom | 2010-04-20 | 1 | -5/+152 |
* | Added testextendedlayout2.c to tests. | Tristan Van Berkom | 2010-04-19 | 2 | -0/+347 |
* | Fixed extended layout test to compile without the gtk_label_set_fullsize() api. | Tristan Van Berkom | 2010-04-18 | 1 | -2/+2 |
* | Fixed test to call the extended layout api instead of consulting ->requisition | Tristan Van Berkom | 2010-04-17 | 1 | -7/+7 |
* | Adding tests ported over from the old branch by Matthias. | Tristan Van Berkom | 2010-04-10 | 2 | -98/+2588 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-04-03 | 3 | -6/+6 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-04-03 | 3 | -7/+7 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-04-03 | 3 | -11/+11 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT) | Javier Jardón | 2010-04-03 | 6 | -43/+43 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-04-03 | 5 | -89/+89 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-04-03 | 3 | -4/+4 |
* | Correctly clone the toolbutton's icon-name image widget | Christian Persch | 2010-04-03 | 1 | -0/+5 |
* | [tests] Not use GtkOptionMenu deprecate widget. | Javier Jardón | 2010-04-03 | 1 | -24/+12 |
* | [test] Fix some typos | Javier Jardón | 2010-04-03 | 1 | -2/+2 |
* | Implement property editor for GdkColor properties | Christian Persch | 2010-04-03 | 2 | -10/+76 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-04-03 | 2 | -2/+2 |
* | Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), ... | Cody Russell | 2010-04-03 | 1 | -1/+1 |
* | Add delete-event callback to window, use gtk_widget_queue_draw() instead of g... | Cody Russell | 2010-04-03 | 1 | -1/+3 |
* | GtkOffscreenWindow implementation for #604901 | Cody Russell | 2010-04-03 | 2 | -0/+98 |
* | Fix up linker flags | Benjamin Otte | 2010-04-03 | 1 | -1/+2 |
* | native-layout: Change test-case so that it is more obvious that the algorithm... | Johannes Schmid | 2009-12-14 | 1 | -1/+1 |
* | Merge branch 'master' into native-layout | Johannes Schmid | 2009-12-14 | 2 | -12/+50 |
|\ |
|
| * | let the close button reflect the page_complete status of SUMMARY pages | Sven Herzberg | 2009-12-10 | 1 | -2/+12 |
| * | Add gdk_screen_get_primary_monitor(). This fixes bug #601712 | Cody Russell | 2009-12-08 | 1 | -10/+38 |
* | | native-layout: Introduce GtkExtendedLayout interface. | Johannes Schmmid | 2009-12-14 | 3 | -8/+248 |
|/ |
|
* | Add UI manager attribute to always show image in menu items | Christian Persch | 2009-11-27 | 1 | -1/+1 |
* | Disable test until it is rewritten to work | Javier Jardón | 2009-11-09 | 1 | -0/+4 |
* | Do not use static GTypeInfo and GInterfaceInfo | Nicola Fontana | 2009-11-06 | 2 | -6/+6 |
* | Fix compilation warning | Javier Jardón | 2009-10-20 | 1 | -6/+3 |
* | Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compiling | Christian Dywan | 2009-10-16 | 1 | -0/+2 |
* | Don't include gdkwin32.h when testing Objective-C++ | Tor Lillqvist | 2009-10-09 | 1 | -0/+2 |
* | Move '-x objective-c++' from CXXFLAGS to CPPFLAGS | Cody Russell | 2009-09-18 | 1 | -2/+1 |
* | Fix warning about pointer/int confusion | Vincent Untz | 2009-09-12 | 1 | -1/+1 |
* | Deprecate GDK_WINDOW_OBJECT and GdkWindowObject | Alexander Larsson | 2009-09-04 | 1 | -0/+1 |
* | Add test for gdk_window_restack | Alexander Larsson | 2009-09-02 | 1 | -1/+43 |