summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix doc formatting errorsMatthias Clasen2006-12-293-3/+8
* Clarify docs. (#353423, Christian Persch)Matthias Clasen2006-12-292-5/+9
* Don't die in an assertion if focus went missing. Just warn, clean up andMatthias Clasen2006-12-293-2/+15
* return if the widget that originally received the event is a notebookCarlos Garnacho2006-12-292-1/+7
* Fix a typoMatthias Clasen2006-12-292-1/+6
* Display children of containers and cell renderers of cell layouts.Matthias Clasen2006-12-292-6/+150
* New function to get the cell renderers of a cell layout.Matthias Clasen2006-12-2910-1/+85
* Use word wrapping by default, and center multiline labels. (#318763, RossMatthias Clasen2006-12-293-11/+17
* Fix a typo in the docs. (#390423, David Lodge)Matthias Clasen2006-12-282-1/+4
* Only use the results of find_menu/toolbar_position() if they succeed. MayMatthias Clasen2006-12-282-108/+133
* Fix some formatting errors in docs.Matthias Clasen2006-12-282-16/+20
* Updated English (British) translationDavid Lodge2006-12-284-1318/+1542
* Don't leak HICONs on Win32. (#364868, Hiroyuki Yamamoto)Tor Lillqvist2006-12-282-0/+24
* Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.Carlos Garnacho2006-12-286-50/+135
* Factored out the event loop integration into gdkeventloop-quartz.c.Mikael Hallendal2006-12-284-269/+308
* broken pre-commit scriptMatthias Clasen2006-12-282-0/+8
* Remove redundant declarations (#390097, Christian Persch)Matthias Clasen2006-12-282-18/+5
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-275-2/+52
* Add gtk_status_icon_get_screen and gtk_status_icon_set_screen.Tor Lillqvist2006-12-273-13/+59
* Fix typo. (#390035, Kazuki Iwamoto)Tor Lillqvist2006-12-272-1/+6
* Accept NULL.Matthias Clasen2006-12-273-12/+16
* forgotten fileMatthias Clasen2006-12-271-4/+3
* Use getters for http fields where available. (#364866, Björn Lindqvist)Matthias Clasen2006-12-272-19/+22
* Add a g_return_if_fail. (#362614, Xan Lopez)Matthias Clasen2006-12-272-0/+7
* If a required action is missing, don't recurse over the children.Matthias Clasen2006-12-272-3/+9
* Fix a few problems with nested menus in comboboxes (#386694, YevgenMatthias Clasen2006-12-272-5/+37
* Add a file-set signal to the filechooser button. Bug 353196.Mariano Suárez-Alvarez2006-12-264-2/+39
* fix typo causing the search dialog timeout never to be refreshed.Kristian Rietveld2006-12-262-1/+7
* Lots of scrolling fixes. Made scrolling work properly in not fullyKristian Rietveld2006-12-262-53/+70
* Return the correct value from gtk_notebook_insert_page if the page-addedChristian Persch2006-12-262-1/+8
* Fix small regressions in GtkNotebook tab detaching. Bug #378852.Carlos Garnacho2006-12-262-13/+34
* Expose improvements for GtkNotebook. Bug #383435Carlos Garnacho2006-12-262-46/+44
* Return FALSE. (#389623, Carlos Garnacho Parro)Matthias Clasen2006-12-262-0/+5
* Avoid spurious redraws.Matthias Clasen2006-12-262-17/+17
* Notify the "embedded" property also on normal construction and whenChristian Persch2006-12-252-1/+13
* Set the HIG spacings directly instead of using style-set handlers. Fix theChristian Persch2006-12-255-110/+63
* Don't assume statusbar->label is the statusbar's frame's child whenChristian Persch2006-12-252-4/+18
* Fix mem leaks. Bug #389194.Christian Persch2006-12-252-0/+7
* Fix translation bug #389296Guntupalli Karunakar2006-12-252-4/+8
* Remove debug output.Matthias Clasen2006-12-253-31/+58
* Improve translators comments. (#389298, Christian Persch)Matthias Clasen2006-12-242-3/+11
* Remove stale cvs conflict marker.Kristian Rietveld2006-12-241-1/+0
* Fix typo (s/expansive/expensive) (#389183)Bastien Nocera2006-12-242-1/+7
* Make gtk_printer_list_papers public. Bug #345587.Christian Persch2006-12-247-5/+29
* Don't ignore reverse portrait option when is selected in page setupCarlos Garcia Campos2006-12-242-2/+10
* Use gtk_border_free when freeing border.Behdad Esfahbod2006-12-242-1/+6
* When shift-clicking, keep the larger part of the selection selected.Matthias Clasen2006-12-243-6/+16
* Be more careful when faking a button release. (#323146, Travis Abbott)Matthias Clasen2006-12-242-1/+12
* Draw the handle with the right orientation, depending on the position ofMatthias Clasen2006-12-242-3/+15
* Use gslice for GtkBorder (#383557).Behdad Esfahbod2006-12-242-2/+15