summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent withMichael Natterer2005-09-221-0/+16
* Fix the documentation for the grab-broken-event signal, noticed by DamonMatthias Clasen2005-09-221-0/+5
* Free return value from gdk_atom_name().Tor Lillqvist2005-09-201-0/+11
* Mention NULL in documentation.Johan Dahlin2005-09-201-0/+5
* Do return the correct owner for CLIPBOARD (i.e., the owner of the WindowsTor Lillqvist2005-09-201-0/+10
* *** empty log message ***Matthias Clasen2005-09-201-0/+14
* More typo fixesMatthias Clasen2005-09-191-1/+2
* Fix a typo in the docs. (#316419, Guillaume Cottenceau)Matthias Clasen2005-09-191-0/+2
* Use g_list_nth_data() instead of g_list_nth()->data in multiple places toMatthias Clasen2005-09-191-0/+6
* now handling events by hard-coded g_signal_emit_by_name() - will breakHans Breuer2005-09-181-0/+5
* export _gdk_win32_pixbuf_to_hicon() asHans Breuer2005-09-181-0/+7
* fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c hasHans Breuer2005-09-181-0/+20
* fixed tiny typos in README.cvs-commitsGuilherme de S. Pastore2005-09-181-0/+4
* Check whether the widget actually is a GtkNotebook before treating it asTor Lillqvist2005-09-151-0/+7
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-0/+23
* gtk_window_map_event(): new function to work around lost unmap requests.Tim Janik2005-09-151-0/+6
* Add an easy-to-find profiling marker when starting to create a fileFederico Mena Quintero2005-09-151-0/+8
* Check "color" argument in gtk_color_button_set_color ()Tristan Van Berkom2005-09-141-0/+4
* No point in using a mem chunk for window groups, buttons, labels.Matthias Clasen2005-09-141-0/+5
* Fix a use-after-free bug. (#316256, Alexander Nedotsukov)Matthias Clasen2005-09-141-0/+5
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-0/+2
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-0/+4
* Let GDK_Return pass through in some more cases.Matthias Clasen2005-09-131-0/+6
* Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau)Matthias Clasen2005-09-131-0/+4
* Add some docs. (#316001, Guillaume Cottenceau)Matthias Clasen2005-09-131-0/+3
* Fix a copy-and-paste mistake in the docs. (#315993, Guillaume Cottenceau)Matthias Clasen2005-09-131-0/+3
* Add some strings containing multibyte characters.Matthias Clasen2005-09-131-0/+7
* Silently return NULL if the widget is not realized. (#316023, GuillaumeMatthias Clasen2005-09-131-0/+7
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-8/+3
* New function to avoid pointless strdups when creating atoms from staticMatthias Clasen2005-09-111-0/+17
* Add a cell renderer for displaying and editing accelerators, a port ofMatthias Clasen2005-09-101-0/+13
* Make it possible to determine if a key event is for a modifier key:Matthias Clasen2005-09-091-0/+21
* Make drag reordering work properly for columns other than the first.Matthias Clasen2005-09-091-0/+6
* Handle invalid fontnames better. (#315187, Ed Catmur)Matthias Clasen2005-09-091-2/+0
* Handle invalid fontnames better. (#136926, Michael R. Walton)Matthias Clasen2005-09-091-0/+3
* Stop cursor blinking in non-editable regions of a text view. (#311508,Matthias Clasen2005-09-091-0/+14
* Fix the buildMatthias Clasen2005-09-091-0/+2
* Don't set unsigned ints to -1. (#315481, Kjartan Maraas)Matthias Clasen2005-09-091-0/+3
* first_weekday is relative to week_1stday, not to Sunday. Gotta love theMatthias Clasen2005-09-091-0/+6
* Document memory handling. (#314975, Torsten Schoenfeld)Matthias Clasen2005-09-091-0/+3
* Stylistic improvements and clarifications for some blurbs. (#315520,Matthias Clasen2005-09-091-0/+10
* Cache the display name. There is only one GdkDisplay on Win32, andTor Lillqvist2005-09-081-0/+17
* Make C-u commit and restart hex input if we are already in a hex sequence.Matthias Clasen2005-09-071-0/+6
* Make the modmap reflexive. (_gdk_keymap_add_virtual_modifiers): Don't addMatthias Clasen2005-09-071-0/+4
* RenameMatthias Clasen2005-09-061-0/+3
* Include Super, Hyper and Meta in the default accel mod mask.Matthias Clasen2005-09-061-0/+3
* Remove erroneous log entryMatthias Clasen2005-09-061-3/+0
* Don't use GDK_ALT_MASK.Matthias Clasen2005-09-061-2/+13
* Add tests for extra virtual modifiers.Matthias Clasen2005-09-061-0/+10
* Add support for extra virtual modifiers: (#85780, Owen Taylor)Matthias Clasen2005-09-061-0/+22