| Commit message (Expand) | Author | Age | Files | Lines |
* | GtkAssistant tests | Matthias Clasen | 2006-01-21 | 2 | -0/+457 |
* | grrr... the pipe did b0rk b0rk b0rk | Kristian Rietveld | 2006-01-15 | 1 | -2/+53 |
* | add a little test for the newly introduced indicator-size property. | Kristian Rietveld | 2006-01-13 | 1 | -0/+18 |
* | Add an expander example. | Matthias Clasen | 2006-01-11 | 1 | -0/+41 |
* | added a bunch of tests use g_snprintf() don't include unistd.h twice. | Hans Breuer | 2006-01-06 | 3 | -9/+21 |
* | fixup line i swallowed earlier ;) | Tim Janik | 2005-12-22 | 1 | -0/+1 |
* | derive GtkObject from GUnowned, so it initially has a floating reference | Tim Janik | 2005-12-22 | 2 | -1/+68 |
* | applied patch from maemo-gtk which avoids the allocation of an | Michael Natterer | 2005-12-14 | 1 | -0/+0 |
* | Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com): | Federico Mena Quintero | 2005-11-28 | 3 | -1/+102 |
* | Added symbolic themable colors. Patch is a merged version of proposals | Michael Natterer | 2005-11-23 | 1 | -2/+10 |
* | Add a tearoff-title property, with getter and setter. (#316482, Olexiy | Matthias Clasen | 2005-11-21 | 1 | -0/+1 |
* | call gtk_window_process_updates() so the animation keeps running even if | Michael Natterer | 2005-11-16 | 1 | -3/+45 |
* | Use g_log_set_default_handler() instead of explicitly setting a handler | Federico Mena Quintero | 2005-11-11 | 1 | -13/+11 |
* | Add show-popup and hide-popup signals and emit them when the popup is | Matthias Clasen | 2005-11-10 | 1 | -1/+130 |
* | Position the dialog with GTK_WIN_POS_CENTER. (do_quit): New function, hide | Tor Lillqvist | 2005-11-03 | 1 | -0/+18 |
* | Add a TODO - Federico | Federico Mena Quintero | 2005-11-01 | 1 | -0/+13 |
* | Add property editors | Matthias Clasen | 2005-10-26 | 2 | -4/+35 |
* | Fixes bug #317999: | Federico Mena Quintero | 2005-10-19 | 1 | -63/+92 |
* | Added more tests. | Behdad Esfahbod | 2005-10-15 | 1 | -0/+4 |
* | Demonstrate custom widgets in a GtkComboBox. | Matthias Clasen | 2005-10-09 | 1 | -0/+74 |
* | Fixes bug #317999: | Federico Mena Quintero | 2005-10-07 | 1 | -3/+196 |
* | Oops, return if the unmap test fails. (test_reload_sequence): Use | Federico Mena Quintero | 2005-09-29 | 1 | -3/+5 |
* | Add a comment - Federico | Federico Mena Quintero | 2005-09-29 | 1 | -1/+7 |
* | New file with a set of tests for GtkCellRendererText. The idea is to run a | Federico Mena Quintero | 2005-09-29 | 3 | -0/+299 |
* | Don't reload the current folder unnecessarily on ::map(). | Federico Mena Quintero | 2005-09-27 | 1 | -16/+137 |
* | Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with | Michael Natterer | 2005-09-22 | 3 | -115/+6 |
* | fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has | Hans Breuer | 2005-09-18 | 2 | -12/+12 |
* | Start a set of automated tests for the file chooser. The only test in | Federico Mena Quintero | 2005-09-15 | 2 | -0/+258 |
* | Add some strings containing multibyte characters. | Matthias Clasen | 2005-09-13 | 1 | -0/+7 |
* | Add a cell renderer for displaying and editing accelerators, a port of | Matthias Clasen | 2005-09-10 | 3 | -0/+221 |
* | Fix the build | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Add tests for extra virtual modifiers. | Matthias Clasen | 2005-09-06 | 1 | -0/+15 |
* | Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIcon | Matthias Clasen | 2005-08-29 | 2 | -0/+215 |
* | Add some more tests for menu placement. | Matthias Clasen | 2005-08-15 | 1 | -6/+35 |
* | updated | Hans Breuer | 2005-07-30 | 1 | -0/+9 |
* | Make it work on Win32, too. | Tor Lillqvist | 2005-07-21 | 1 | -1/+9 |
* | Add a test for the confirm-overwrite signal. | Federico Mena Quintero | 2005-07-15 | 1 | -23/+74 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-13 | 27 | -10/+570 |
* | Fix the build | Matthias Clasen | 2005-07-12 | 1 | -1/+1 |
* | Fix the same confusion here, too. | Matthias Clasen | 2005-07-12 | 1 | -3/+3 |
* | updated <io.h> for open() use G_PI instead of M_PI | Hans Breuer | 2005-07-03 | 1 | -0/+1 |
* | Make this work for inserting before/after an existing menuitem or | Matthias Clasen | 2005-06-19 | 1 | -2/+2 |
* | Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to | Matthias Clasen | 2005-06-15 | 1 | -0/+49 |
* | gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration. | Manish Singh | 2005-05-14 | 1 | -4/+4 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-12 | 1 | -1/+5 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -1/+1 |
* | Fill in unused bits so they can be used for the depth-32 target case. | Owen Taylor | 2005-05-09 | 1 | -0/+253 |
* | Change prototype to match cairo_set_source_surface(). | Owen Taylor | 2005-05-07 | 1 | -36/+25 |
* | Test DND. | Matthias Clasen | 2005-05-06 | 1 | -2/+64 |
* | Replace cairo_show_surface() uses with | Søren Sandmann | 2005-05-04 | 1 | -3/+6 |