| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't leak text. | Matthias Clasen | 2005-12-07 | 1 | -0/+2 |
* | Only set the text if it is not NULL. (#319930, Thomas Klausner) | Matthias Clasen | 2005-10-27 | 1 | -1/+2 |
* | use PACKAGE_VERSION,bump year (#318654) | Stefan Kost | 2005-10-12 | 1 | -2/+3 |
* | remove unused variable. | Manish Singh | 2005-07-13 | 1 | -18/+17 |
* | Rename this demo. | Matthias Clasen | 2005-07-12 | 3 | -5/+164 |
* | Accept dashes in demo titles. | Matthias Clasen | 2005-07-12 | 1 | -2/+2 |
* | change_orientation() should return void, remove unused variable in | Manish Singh | 2005-07-07 | 1 | -2/+1 |
* | Demonstrate vertical menubars | Matthias Clasen | 2005-07-05 | 1 | -9/+69 |
* | Make it compile | Matthias Clasen | 2005-07-04 | 1 | -5/+16 |
* | Make the list of demos scrollable. | Matthias Clasen | 2005-06-28 | 1 | -2/+21 |
* | Allow to construct menu tool buttons. | Matthias Clasen | 2005-06-19 | 1 | -6/+41 |
* | Set the window icon by name. | Matthias Clasen | 2005-05-25 | 1 | -0/+1 |
* | Demonstrate image copy-and-paste and DND, and clipboard persistency. | Matthias Clasen | 2005-05-25 | 1 | -10/+208 |
* | Also demonstrate GtkCellRendererProgress. | Matthias Clasen | 2005-05-25 | 1 | -62/+84 |
* | Add a demo showing combo box variations. | Matthias Clasen | 2005-05-25 | 2 | -0/+372 |
* | Add a demo showing all picker widgets. | Matthias Clasen | 2005-05-25 | 2 | -0/+74 |
* | Fix a typo. | Matthias Clasen | 2005-05-25 | 1 | -1/+1 |
* | Also demonstrate GtkCellRenderer::editing-started and separators. | Matthias Clasen | 2005-03-16 | 1 | -2/+31 |
* | Use GtkCellRendererCombo (#169607, Mark McLoughlin) | Matthias Clasen | 2005-03-08 | 1 | -42/+80 |
* | Remove a C++ comment. (#168531, Paul Cornett) | Matthias Clasen | 2005-02-25 | 1 | -1/+1 |
* | Use monospace for the source code view. (#163526, Theerud Lawtrakul) | Matthias Clasen | 2005-01-13 | 1 | -1/+1 |
* | Remove the size_prepared callback, to test incremental display. | Matthias Clasen | 2005-01-04 | 1 | -3/+5 |
* | Use g_fopen(). | Tor Lillqvist | 2004-12-05 | 2 | -2/+4 |
* | updated | Hans Breuer | 2004-11-21 | 2 | -1/+3 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 2 | -0/+143 |
* | Don't include config.h in the examples. | Matthias Clasen | 2004-11-16 | 22 | -22/+0 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Fix for #118764, David Bordoley: | Carlos Garnacho Parro | 2004-10-26 | 1 | -2/+3 |
* | Don't leak the frame pixbuf. | Matthias Clasen | 2004-09-22 | 1 | -0/+1 |
* | demos/testpixbuf-save.c Get rid of some unnecessary casts. | Manish Singh | 2004-08-19 | 3 | -10/+12 |
* | Adjust to GtkAboutDialog API changes. | Matthias Clasen | 2004-08-13 | 1 | -2/+2 |
* | make it compile and more similar to the X11 implementation [backward | Hans Breuer | 2004-08-06 | 1 | -0/+4 |
* | Add clipboard demo. | Anders Carlsson | 2004-07-29 | 2 | -0/+125 |
* | Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle | Anders Carlsson | 2004-07-27 | 1 | -0/+2 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 2 | -14/+2 |
* | Use a GtkAboutDialog. | Matthias Clasen | 2004-07-12 | 1 | -2/+95 |
* | Add a simple file browser based on the icon view. | Anders Carlsson | 2004-07-04 | 4 | -1/+362 |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 1 | -7/+15 |
* | A new demo. | Matthias Clasen | 2004-04-21 | 2 | -0/+60 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 21 | -0/+21 |
* | #ifdef HAVE_FLOCKFILE, not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali | Owen Taylor | 2004-02-28 | 1 | -1/+1 |
* | Protect getc_unlocked() by HAVE_FLOCKFILE in all cases. (#134205, Julio M. | Matthias Clasen | 2004-02-13 | 1 | -1/+1 |
* | Add entry_completion.c | Matthias Clasen | 2004-01-07 | 2 | -0/+98 |
* | Make s, S, Control-S, p, P, Control-P, i, I, Control-I test | Matthias Clasen | 2004-01-07 | 1 | -28/+180 |
* | Call the do_ functions with the toplevel as argument. | Matthias Clasen | 2003-11-08 | 20 | -28/+60 |
* | shut up cvs | Manish Singh | 2003-10-27 | 1 | -1/+1 |
* | Fix some unused variables. | Owen Taylor | 2003-10-23 | 1 | -2/+0 |
* | enable GTK_DISABLE_DEPRECATED again, (set_interp_type), (main): port over | Kristian Rietveld | 2003-10-13 | 1 | -35/+20 |
* | These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to | Matthias Clasen | 2003-10-11 | 1 | -0/+1 |
* | Replace GtkItemFactory by GtkUIManager in the intro (again). | Matthias Clasen | 2003-10-10 | 1 | -2/+2 |