| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with | Michael Natterer | 2005-09-22 | 1 | -0/+16 |
* | Fix the documentation for the grab-broken-event signal, noticed by Damon | Matthias Clasen | 2005-09-22 | 1 | -0/+5 |
* | Free return value from gdk_atom_name(). | Tor Lillqvist | 2005-09-20 | 1 | -0/+11 |
* | Mention NULL in documentation. | Johan Dahlin | 2005-09-20 | 1 | -0/+5 |
* | Do return the correct owner for CLIPBOARD (i.e., the owner of the Windows | Tor Lillqvist | 2005-09-20 | 1 | -0/+10 |
* | *** empty log message *** | Matthias Clasen | 2005-09-20 | 1 | -0/+14 |
* | More typo fixes | Matthias Clasen | 2005-09-19 | 1 | -1/+2 |
* | Fix a typo in the docs. (#316419, Guillaume Cottenceau) | Matthias Clasen | 2005-09-19 | 1 | -0/+2 |
* | Use g_list_nth_data() instead of g_list_nth()->data in multiple places to | Matthias Clasen | 2005-09-19 | 1 | -0/+6 |
* | now handling events by hard-coded g_signal_emit_by_name() - will break | Hans Breuer | 2005-09-18 | 1 | -0/+5 |
* | export _gdk_win32_pixbuf_to_hicon() as | Hans Breuer | 2005-09-18 | 1 | -0/+7 |
* | fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has | Hans Breuer | 2005-09-18 | 1 | -0/+20 |
* | fixed tiny typos in README.cvs-commits | Guilherme de S. Pastore | 2005-09-18 | 1 | -0/+4 |
* | Check whether the widget actually is a GtkNotebook before treating it as | Tor Lillqvist | 2005-09-15 | 1 | -0/+7 |
* | Start a set of automated tests for the file chooser. The only test in | Federico Mena Quintero | 2005-09-15 | 1 | -0/+23 |
* | gtk_window_map_event(): new function to work around lost unmap requests. | Tim Janik | 2005-09-15 | 1 | -0/+6 |
* | Add an easy-to-find profiling marker when starting to create a file | Federico Mena Quintero | 2005-09-15 | 1 | -0/+8 |
* | Check "color" argument in gtk_color_button_set_color () | Tristan Van Berkom | 2005-09-14 | 1 | -0/+4 |
* | No point in using a mem chunk for window groups, buttons, labels. | Matthias Clasen | 2005-09-14 | 1 | -0/+5 |
* | Fix a use-after-free bug. (#316256, Alexander Nedotsukov) | Matthias Clasen | 2005-09-14 | 1 | -0/+5 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -0/+2 |
* | Various cleanups. (#315359, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -0/+4 |
* | Let GDK_Return pass through in some more cases. | Matthias Clasen | 2005-09-13 | 1 | -0/+6 |
* | Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau) | Matthias Clasen | 2005-09-13 | 1 | -0/+4 |
* | Add some docs. (#316001, Guillaume Cottenceau) | Matthias Clasen | 2005-09-13 | 1 | -0/+3 |
* | Fix a copy-and-paste mistake in the docs. (#315993, Guillaume Cottenceau) | Matthias Clasen | 2005-09-13 | 1 | -0/+3 |
* | Add some strings containing multibyte characters. | Matthias Clasen | 2005-09-13 | 1 | -0/+7 |
* | Silently return NULL if the widget is not realized. (#316023, Guillaume | Matthias Clasen | 2005-09-13 | 1 | -0/+7 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -8/+3 |
* | New function to avoid pointless strdups when creating atoms from static | Matthias Clasen | 2005-09-11 | 1 | -0/+17 |
* | Add a cell renderer for displaying and editing accelerators, a port of | Matthias Clasen | 2005-09-10 | 1 | -0/+13 |
* | Make it possible to determine if a key event is for a modifier key: | Matthias Clasen | 2005-09-09 | 1 | -0/+21 |
* | Make drag reordering work properly for columns other than the first. | Matthias Clasen | 2005-09-09 | 1 | -0/+6 |
* | Handle invalid fontnames better. (#315187, Ed Catmur) | Matthias Clasen | 2005-09-09 | 1 | -2/+0 |
* | Handle invalid fontnames better. (#136926, Michael R. Walton) | Matthias Clasen | 2005-09-09 | 1 | -0/+3 |
* | Stop cursor blinking in non-editable regions of a text view. (#311508, | Matthias Clasen | 2005-09-09 | 1 | -0/+14 |
* | Fix the build | Matthias Clasen | 2005-09-09 | 1 | -0/+2 |
* | Don't set unsigned ints to -1. (#315481, Kjartan Maraas) | Matthias Clasen | 2005-09-09 | 1 | -0/+3 |
* | first_weekday is relative to week_1stday, not to Sunday. Gotta love the | Matthias Clasen | 2005-09-09 | 1 | -0/+6 |
* | Document memory handling. (#314975, Torsten Schoenfeld) | Matthias Clasen | 2005-09-09 | 1 | -0/+3 |
* | Stylistic improvements and clarifications for some blurbs. (#315520, | Matthias Clasen | 2005-09-09 | 1 | -0/+10 |
* | Cache the display name. There is only one GdkDisplay on Win32, and | Tor Lillqvist | 2005-09-08 | 1 | -0/+17 |
* | Make C-u commit and restart hex input if we are already in a hex sequence. | Matthias Clasen | 2005-09-07 | 1 | -0/+6 |
* | Make the modmap reflexive. (_gdk_keymap_add_virtual_modifiers): Don't add | Matthias Clasen | 2005-09-07 | 1 | -0/+4 |
* | Rename | Matthias Clasen | 2005-09-06 | 1 | -0/+3 |
* | Include Super, Hyper and Meta in the default accel mod mask. | Matthias Clasen | 2005-09-06 | 1 | -0/+3 |
* | Remove erroneous log entry | Matthias Clasen | 2005-09-06 | 1 | -3/+0 |
* | Don't use GDK_ALT_MASK. | Matthias Clasen | 2005-09-06 | 1 | -2/+13 |
* | Add tests for extra virtual modifiers. | Matthias Clasen | 2005-09-06 | 1 | -0/+10 |
* | Add support for extra virtual modifiers: (#85780, Owen Taylor) | Matthias Clasen | 2005-09-06 | 1 | -0/+22 |