summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* testgtk: Remove handlebox exampleBenjamin Otte2011-09-301-185/+0
| | | | | | | | Rather than keeping it and enabling deprecated code in testgtk I decided to delete the example. The warnings from testgtk about deprecated code are too useful IMO. Should we need it again, we can make it into its own test, or add a testgtkdeprecated.
* testgtk: Convert panes example from GtkTable to GtkGridBenjamin Otte2011-09-291-17/+10
|
* testgtk: Convert size groups example from GtkTable to GtkGridBenjamin Otte2011-09-291-23/+30
|
* testgtk: Switch progress bar example from GtkTable to GtkGridBenjamin Otte2011-09-291-27/+15
|
* testgtk: Clean up codeBenjamin Otte2011-09-291-6/+2
| | | | Remove unused hboxes.
* testgtk: Move paned example from GtkTable to GtkGridBenjamin Otte2011-09-281-16/+8
|
* testgtk: Move display example from GtkTable to GtkGridBenjamin Otte2011-09-281-8/+9
|
* testgtk: Remove invalid propertyBenjamin Otte2011-09-281-6/+5
|
* testgtk: Convert focus example from GtkTable to GtkGridBenjamin Otte2011-09-281-10/+10
|
* testgtk: Simplify codeBenjamin Otte2011-09-281-10/+2
| | | | Use a for loop for iterating.
* testgtk: Switch scrolled windows example from GtkTable to GtkGridBenjamin Otte2011-09-281-10/+9
|
* testgtk: Convert radio/check button examples from GtkTable to GtkGridBenjamin Otte2011-09-281-7/+4
|
* testgtk: Convert buttons example from GtkTable to GtkGridBenjamin Otte2011-09-281-10/+10
|
* testgtk: Beautify buttons exampleBenjamin Otte2011-09-281-56/+15
|
* testgtk: Convert big windows example from GtkTable to GtkGridBenjamin Otte2011-09-281-16/+10
|
* testgtk: Upgrade alpha windows test from GtkTable to GtkGridBenjamin Otte2011-09-281-52/+23
| | | | Also fix some extra code.
* testgtk: gtk_misc_set_alignment replacingDiego Celix2011-08-281-18/+36
| | | | | | | | Replacing the function gtk_misc_set_alignment () with gtk_widget_set_halign () and gtk_widget_set_valign () in tests/testgtk.c https://bugzilla.gnome.org/show_bug.cgi?id=650762
* testgtk: remove dead codeMatthias Clasen2011-08-151-11/+0
|
* Make this code more meaningfulMatthias Clasen2011-06-141-6/+8
|
* testgtk: Fix deprecationBenjamin Otte2011-06-091-4/+1
|
* Use separators instead of hseparatorsMatthias Clasen2011-06-071-1/+1
|
* Use boxes instead of hboxesMatthias Clasen2011-06-071-2/+2
|
* tests: Use boxes instead of vboxesMatthias Clasen2011-06-071-1/+2
|
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-6/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651605
* tests: avoid boxed structs copying where possibleJavier Jardón2011-05-311-4/+3
| | | | | Use the GtkStyleContext accessors for boxed properties where possible, to reduce allocations.
* tests/testgtk.c: Fix crash in cursor testJavier Jardón2011-05-021-3/+3
| | | | | This was introduced in commit ac4c12ff60374e77d88f8e65fc9cb3b5603a193e
* testgtk: right-justify menuitem by using expand/align flagsBenjamin Otte2011-05-021-1/+2
| | | | | gtk_menu_item_set_right_justify() is about to be deprecated and this thing should work. (Note: should, because I didn't implemented it yet.)
* tests: Use gtk_box_new() instead v/h subclassesJavier Jardón2011-04-221-3/+6
|
* testgtk: Make it possible to stop the progressbar from updatingBenjamin Otte2011-04-141-5/+34
| | | | This way, I can check that my invalidation fixes actually work.
* tests: Make test_init() not check for gdk-pixbuf anymoreBenjamin Otte2011-03-291-6/+2
| | | | gdk-pixbuf is system-installed these days.
* testgtk: Fix compilation warningJavier Jardón2011-02-131-0/+2
|
* Silence more compiler warningsMatthias Clasen2011-02-121-8/+7
|
* testgtk: Remove ability to reload all rc filesBenjamin Otte2011-02-011-26/+0
| | | | | That ability didn't work for a while anyway, so removing client messages doesn't hurt.
* testgtk: Update adjustment usage for sealingBenjamin Otte2011-01-051-15/+18
|
* testgtk: Rename "adj" variables to "adjustment"Benjamin Otte2011-01-051-60/+60
|
* API: range: Remove update policyBenjamin Otte2011-01-051-3/+0
| | | | | It's unused and complicates code a lot. In particular, it breaks the adjustment/range abstractions.
* testgtk: Don't use deprecated APIsBenjamin Otte2010-12-271-10/+19
|
* testgtk: Use the relevant device to query the widget to snapshotBenjamin Otte2010-12-271-4/+4
| | | | Also gets rid of deprecated functions.
* Don't use gdk_{pointer,keyboard}_grabMatthias Clasen2010-12-241-27/+34
| | | | Instead use gdk_device_grab.
* testgtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-3/+3
|
* tests: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-5/+5
|
* testgtk: Fix gdk_rgba_parse() arguments.Carlos Garnacho2010-12-041-1/+1
|
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-40/+79
|
* testgtk: Try to locate the right file.Carlos Garnacho2010-12-041-1/+1
|
* Make testgtk load CSS for custom styling.Carlos Garnacho2010-12-041-17/+29
|
* gtk: Remove GtkRulerBenjamin Otte2010-11-241-69/+0
| | | | | | | | | | It is really bad code, mostly unused and no one stepped up to fix it. Note that Gtk developers do not object to a ruler widget in priciple, just to the current implementation. If someone wants to propose a sane version, please don't hesitate. https://bugzilla.gnome.org/show_bug.cgi?id=613942
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-124/+128
| | | | Because it's FALSE in virtually all use cases.
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-124/+124
|
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-4/+4
|
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-5/+5
|