summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.8.10Matthias Clasen2006-01-111-0/+43
* Add some notify batching, always emit notify after setting the new value.Matthias Clasen2006-01-111-2/+12
* Allow falling back to another icon theme before hicolor. (#325546, RodneyMatthias Clasen2006-01-112-4/+40
* Queue a draw when losing the focus. (#326064, Andrew Conkling)Matthias Clasen2006-01-111-0/+2
* Remove duplicate include. (#326429, BenoƮt Carpentier)Matthias Clasen2006-01-101-1/+0
* Make GtkEntryCompletion complete on pastes at the end. (#165714, ChristianMatthias Clasen2006-01-101-3/+12
* Prevent the first row being focused on map. (#137351, Niklas Knutsson)Matthias Clasen2006-01-091-0/+6
* Don't translate empty strings. (#326200, Christian Stimming)Matthias Clasen2006-01-081-1/+5
* Fix label alignment when width-chars is set. (#326098, Benjamin Otte)Matthias Clasen2006-01-081-1/+3
* Add missing property change notification.Matthias Clasen2006-01-071-13/+25
* Just use the directory name for the home dir. (#325817, Federico MenaMatthias Clasen2006-01-061-2/+4
* Initialize editable to TRUE. (gtk_text_tag_class_init): The default valueMatthias Clasen2006-01-061-7/+23
* Make clicked an action signal. (#325782, Martyn Russell)Matthias Clasen2006-01-061-1/+1
* Disconnect from the old adjustments signals. (#325869, Jorn Baayen)Matthias Clasen2006-01-061-2/+2
* Set minimum for activity-step property to 0 instead of -G_MAXUINT.Johan Dahlin2006-01-051-1/+1
* Don't return a list of NULLs. (#325723, Steve Chaplin)Matthias Clasen2006-01-041-24/+27
* Make it buildMatthias Clasen2006-01-041-1/+1
* Call gtk_drag_update for non-motion events. (#325443, Peter Harvey)Matthias Clasen2006-01-031-0/+3
* When deleting words, delete preceding whitespace as well. (#325358, AkkanaMatthias Clasen2006-01-031-6/+6
* Merged from HEAD:Federico Mena Quintero2005-12-271-0/+3
* Clarify docs. (#324996)Matthias Clasen2005-12-271-4/+4
* derive GtkObject from GUnowned if possible. gtk_object_class_init():Tim Janik2005-12-221-1/+26
* Adjust the wrap-width also if an explicit item width is set. (#322475,Matthias Clasen2005-12-211-2/+1
* Reset pressed_button to -1 after handling a double click, so that motionMatthias Clasen2005-12-201-0/+1
* Skip unrealized children when doing focus sorting. (#323995, Dan Winship)Matthias Clasen2005-12-141-12/+15
* Default to "drive-harddisk" and then fall back to gnome-dev-harddiskRodney Dawes2005-12-141-0/+21
* Warn if the icon cannot be loaded. (#323504, Kjartan Maraas)Matthias Clasen2005-12-141-1/+4
* Add docs for the row-activated signal. (#324044, Davyd Madeley)Matthias Clasen2005-12-141-0/+15
* Speed this function up, using the fact that visibility is constant acrossMatthias Clasen2005-12-121-28/+36
* Only broadcast _GTK_LOAD_ICONTHEMES if we detect a real theme change, notMatthias Clasen2005-12-121-1/+2
* Don't fall thru to the wrong window types. (#323843)Matthias Clasen2005-12-121-0/+4
* 2.8.9GTK_2_8_9Matthias Clasen2005-12-093-1/+6
* Don't leak list[0]. (#323629, Markku Vire)Matthias Clasen2005-12-091-3/+1
* Unref the buffer when freeing the RequestData. (#323577)Matthias Clasen2005-12-091-5/+11
* Fix a variable name clash. (#323475, Ross Burton)Matthias Clasen2005-12-071-3/+3
* Use the correct window when synthesizing the key event. (#323077, SadrulMatthias Clasen2005-12-071-3/+5
* If the toolbar mode is ICONS and there is no icon set then show the label, an...Ross Burton2005-12-071-0/+16
* Only scroll if we have focus. (#316310, Paolo Borelli)Matthias Clasen2005-12-071-3/+4
* Fix a C99ism, spotted by Crispin Flowerday.Matthias Clasen2005-12-071-3/+3
* Turn metrics hinting on (part of #307196)Behdad Esfahbod2005-12-071-0/+4
* Fix refcounting issues with new_event and its window.Matthias Clasen2005-12-061-1/+2
* Accept NULL as a detach func. (#323386, Jorn Baayen)Matthias Clasen2005-12-061-2/+2
* Avoid conflict with win32 headers in the libdate routines. (#323045,Matthias Clasen2005-12-061-51/+44
* Don't ignore errors from g_option_context_parse().Matthias Clasen2005-12-061-1/+7
* Make it compile against GLib 2.9:Matthias Clasen2005-12-065-17/+17
* Merged from HEAD:Federico Mena Quintero2005-12-061-1/+1
* Free new_event after sending it to the search entry. (#323209, CrispinMatthias Clasen2005-12-051-0/+1
* Don't leak a pixbuf. (#323024, Paolo Borelli)Matthias Clasen2005-12-021-1/+5
* Don't crash if mime_type is NULL. (#322998, Sadrul Habib Chowdhury)Matthias Clasen2005-12-021-0/+3
* Adapt to xdg API changesMatthias Clasen2005-12-021-4/+8