summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Make gail parallel-installable tooMatthias Clasen2010-05-101-5/+5
| | | | Move libgail-util to libgail-util-3.0, and gail.pc to gail-3.0.pc
* [tests] Move filechooser test files to correct locationJavier Jardón2010-05-113-4/+1
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-5/+5
| | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
* Clean up docs, disable testtext for now.Matthias Clasen2010-05-071-1/+0
|
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-0614-4059/+471
|\ | | | | | | | | Conflicts: gtk/gtkentry.h
| * Do not use deprecated GtkNoteBook api in testgtkJavier Jardón2010-05-031-46/+6
| |
| * Remove deprecated GtkProgress functionality from testgtkJavier Jardón2010-05-031-73/+26
| |
| * Port testtreeview to new APIJavier Jardón2010-05-031-62/+17
| | | | | | | | | | | | Use GtkComboBox instead the deprecated GtkOptionMenu https://bugzilla.gnome.org/show_bug.cgi?id=616679
| * Declare random item correctly in stresstest-toolbarChristian Dywan2010-05-031-4/+4
| |
| * Use GtkComboBox, GtkOrientable and no GtkObject in testtoolbarChristian Dywan2010-05-031-33/+20
| |
| * Don't set child-min-width/ height in the button box testChristian Dywan2010-05-031-4/+0
| | | | | | | | This is not a property. The feature was removed.
| * Revert accidental removal of book pixmap stringsChristian Dywan2010-05-031-2/+48
| |
| * Remove unused dump_accels() function from testgtkChristian Dywan2010-05-031-8/+0
| |
| * Remove GtkTipsQuery demo from testgtkChristian Dywan2010-05-031-46/+1
| |
| * Don't use gtk_widget_set_uposition/size in testgtkChristian Dywan2010-05-031-4/+4
| | | | | | | | Use gtk_window_move and gtk_widget_set_size_request instead.
| * Remove unused text helper functions from testgtkChristian Dywan2010-05-031-16/+0
| |
| * Use new 2.14 GtkColorSelection API in testgtkChristian Dywan2010-05-031-9/+10
| |
| * Replace GtkFileSelection with GtkFileChooser in testgtkChristian Dywan2010-05-031-14/+8
| |
| * Use GtkComboBoxEntry for the display list in testgtkChristian Dywan2010-05-031-35/+31
| |
| * Use GtkComboBoxEntry in entry test in testgtkChristian Dywan2010-05-031-19/+20
| |
| * Declare book_open/closed_xpm in testgtk notebookChristian Dywan2010-05-031-0/+2
| |
| * Remove item factory test from testgtkChristian Dywan2010-05-031-159/+0
| |
| * Use "activate" rather than "clicked" for menu itemsChristian Dywan2010-05-032-4/+4
| |
| * Use GtkComboBox instead of GtkCombo in testsocketChristian Dywan2010-05-032-23/+18
| |
| * Don't use GtkItemFactory in testsocketChristian Dywan2010-05-032-37/+44
| |
| * Replace GtkText in testselection with GtkTextViewChristian Dywan2010-05-031-26/+11
| |
| * Remove obsolete GtkText test from testgtkChristian Dywan2010-05-031-178/+0
| |
| * Remove obsolete GtkTree test from testgtkChristian Dywan2010-05-031-481/+0
| |
| * Use an array and new toolbar API in testgtkChristian Dywan2010-05-031-145/+122
| |
| * Replace option menu with combo box in testoffscreenChristian Dywan2010-05-031-9/+13
| |
| * Replace option menus in testgtk with combo boxesChristian Dywan2010-05-031-52/+14
| |
| * Use new progress bar API in testgtk progress testChristian Dywan2010-05-031-132/+18
| |
| * Use a tree view in testgtk selection target testChristian Dywan2010-05-031-22/+30
| |
| * Remove GtkOptionMenu testsJavier Jardón2010-05-032-249/+0
| |
| * Remove deprecated GtkTooltipsChristian Dywan2010-05-031-49/+17
| |
| * Removed a call to a recently removed test functionJavier Jardón2010-05-031-1/+0
| | | | | | | | The function was a test of the deprecated GtkList
| * Remove GtkCurve completelyJavier Jardón2010-05-031-1/+0
| |
| * Remove GtkGammaCurve completelyJavier Jardón2010-05-031-51/+0
| |
| * Remove gtkmain stuff from docs and tutorial.Javier Jardón2010-05-033-8/+8
| | | | | | | | | | Also, substitue the deprecated functions with the new ones in documentation and in tests code
| * Use GtkComboBox in the property editor codeChristian Dywan2010-05-031-0/+1
| |
| * Don't use GtkInputDialog in testinputChristian Dywan2010-05-031-41/+0
| |
| * Remove remaining GtkButtonBox deprecated stuffJavier Jardón2010-05-031-1/+4
| | | | | | | | This completes commit b1b986cc604bffd924a13fbcb180dd234a0b8d14
| * Remove deprecated code: GtkCheckMenuItemJavier Jardón2010-05-031-5/+0
| |
| * Don't use gtk_socket_steal in the socket testChristian Dywan2010-05-031-30/+0
| |
| * Don't use old toolbar API in toolbar stress testChristian Dywan2010-05-031-2/+3
| |
| * Remove GtkCList, GtkCTree, GtkFileSelection and GtkPreeview testsChristian Dywan2010-05-031-2011/+0
| |
* | tests: Too many arguments in call to 'create_menu'Javier Jardón2010-05-031-4/+4
|/
* Add a frame to the examplesMatthias Clasen2010-05-011-7/+13
|
* Fix a few typosMatthias Clasen2010-04-251-3/+3
|
* Renamed testextendedlayout2 --> extendedlayoutexample, also removed ↵Tristan Van Berkom2010-04-213-2628/+3
| | | | testextendedlayout and letting it reside for now in native-layout branch.