summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Irish translationSeán de Búrca2009-05-251-2004/+1305
|
* Avoid another case of treating None as an atomMatthias Clasen2009-05-241-1/+6
|
* Fix a formatting error in the docsMatthias Clasen2009-05-241-1/+1
| | | | | Need to replace % by %amp; in examples. This was noticed in bug 583522.
* Updated French translationClaude Paroz2009-05-231-1095/+1128
|
* Fix a crash when printing with defer drawing enabledCarlos Garcia Campos2009-05-231-13/+24
| | | | Fixes bgo#582963
* Improve gtk_combo_box_get_active_text() docsMatthias Clasen2009-05-231-1/+2
| | | | | Make it more explicit that the return value needs to be freed. Fixes bug 583050.
* add missing include $(top_srcdir)/git.mk to modules/papi/Makefile.amJames Andrewartha2009-05-211-0/+2
| | | | Signed-off-by: Davyd Madeley <davyd@madeley.id.au>
* docs: document the GtkUpdateType enum.Stefan Kost2009-05-201-4/+4
| | | | Add documentation based on the description from gtk_range_set_update_policy()
* Signalize that CUPS connection is available when EISCONN occursmark@ecs.vuw.ac.nz2009-05-191-1/+1
| | | | | | | Add test for EISCONN error when testing whether a connection to CUPS server is available (#576678 - patch by mark@ecs.vuw.ac.nz). Signed-off-by: Marek Kasik <mkasik@redhat.com>
* Add papi to DIST_SUBDIRSDavyd Madeley2009-05-191-1/+1
|
* Merge commit 'origin/master'Davyd Madeley2009-05-193-1097/+1139
|\
| * Updated Bulgarian translationAlexander Shopov2009-05-191-1079/+1118
| |
| * Use nr_of_pages_to_print instead of nr_of_pages when updating printing progressCarlos Garcia Campos2009-05-181-2/+2
| | | | | | | | Fixes bgo#582950.
| * Improve GtkNotbook behaviour with too little spaceMatthias Clasen2009-05-171-16/+19
| | | | | | | | This fixes bug 582488. The patch was provided by Morten Welinder.
* | Fix broken SGML in gtk reference.Davyd Madeley2009-05-191-1/+1
|/ | | | Introduced in commit 9dbb30482b11075045e7624df7c771cb3fc1503f
* Fix broken compile: s/gtk_selection_atom/gtk_selection_atomsDavyd Madeley2009-05-181-1/+1
| | | | Introduced in 94b63ec9b7791036b0b09d4c2059059a1d7e9695
* Avoid a warning when persisting clipboardsMatthias Clasen2009-05-171-2/+10
| | | | | | Correctly handle conversion to SAVE_TARGETS as a side-effect target with no side-effect, by returning a zero-sized property of type NULL. See section 2.6.3 of the ICCCM.
* Avoid warnings when handling SelectionNotifyMatthias Clasen2009-05-171-1/+4
| | | | | The property field in SelectionNotify events may be None instead of an atom.
* Updated Danish translationAsk H. Larsen2009-05-181-1081/+1114
|
* Updated Spanish translationJorge Gonzalez2009-05-171-1075/+1116
|
* Avoid memory corruption on complicated confirm-overwrite logicMartin Nordholts2009-05-151-2/+7
| | | | | | Dup the file chooser entry string because the string may be modified depending on what clients do in the confirm-overwrite signal and this corrupts the pointer.
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-1310-83/+463
| | | | | | | | | | | GtkPrintOperation is now able to render multiple pages per sheet by its own. The most important changes are in these functions: * increment_page_sequence * prepare_data * common_render_page * print_pages_idle Patch also changes set of choices for 2 pages per sheet mode when landscape orientation is used to "Top to bottom" and "Bottom to top".
* Merge fix for bgo#315462 - Make GtkLabel deal with too-small height ↵Federico Mena Quintero2009-05-121-3/+20
|\ | | | | | | | | | | allocations gracefully Merge branch 'gtk-2-16'
| * bgo#315462 - Make GtkLabel deal with too-small height allocations gracefullyFederico Mena Quintero2009-05-121-3/+20
| | | | | | | | | | | | | | | | | | | | Previously we would always align the top of the text with the label's allocation-plus-padding. However, this makes a single-line label inside a GtkButton look badly clipped when the button has a smaller allocation than its requisition. So, for single-line labels we respect the alignment even if it doesn't fit within the label's allocation. But for multi-line labels, we give preference to showing the first line, to give the user some context. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Merge fix for bgo#463773 - Handle a NULL display in ↵Federico Mena Quintero2009-05-121-0/+1
|\ \ | |/ | | | | gtk_clipboard_get_for_display() so Flash won't hang
| * bgo#463773 - Handle a NULL display in gtk_clipboard_get_for_display() so ↵Federico Mena Quintero2009-05-121-0/+1
| | | | | | | | Flash won't hang
| * Avoid unintended side-effect in gdk_window_get_eventsMatthias Clasen2009-05-111-4/+6
| | | | | | | | | | | | | | Calling gdk_window_get_events() had the side-effect of letting property change notification through to the application, which was not intended. Now we keep StructureNotify and PropertyNotify filtered out when they were before. Reported in bug 582003.
| * Don't enforce property change events on the root windowMatthias Clasen2009-05-111-2/+3
| | | | | | | | | | The code in gdk_x11_window_set_events is only meant to enforce property change events on child windows. Pointed out in bug 531490.
| * Make gtk-update-icon-cache not fall over leftover temp filesMatthias Clasen2009-05-111-1/+9
| | | | | | | | | | When called with the --force option, try to remove the .icon-theme.cache file before giving up. This fixes rh#500163.
| * Updated Greek translationMarios Zindilis2009-05-091-1035/+1094
| |
| * Updating Estonian translationIvar Smolin2009-05-081-1634/+1049
| |
| * Updated German translation.Christian Kirbach2009-05-061-2/+1
| |
| * Updated German translation.Christian Kirbach2009-05-061-1057/+1066
| |
| * Add diagnostics for XID collisionsMatthias Clasen2009-05-051-5/+8
| | | | | | | | | | This should help with diagnosing crashes caused by over-eager XID reuse in Xlib, see bug 581526.
| * Make GtkHandleBox work on multiple displaysMatthias Clasen2009-05-031-0/+1
| |
| * Fix handling of GDK_NONEMatthias Clasen2009-05-032-8/+13
| | | | | | | | | | Don't intern "NONE" and warn if GDK_NONE is converted to an X atom. Problem pointed out in bug 580511.
| * Fix whitespaceMatthias Clasen2009-05-031-6/+6
| |
| * Warn if the adjustment has nonzero page size.Matthias Clasen2009-05-031-0/+9
| | | | | | | | | | | | | | | | 2008-09-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkspinbutton.c: Warn if the adjustment has nonzero page size. svn path=/branches/gtk-2-14/; revision=21500
| * Update to explain the situation.Matthias Clasen2009-05-037-41/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-23 Matthias Clasen <mclasen@redhat.com> * README.in: Update to explain the situation. * gtk/gtkadjustment.c: Revert to the old behaviour of allowing values in the range [lower, upper]. Relying on the possibility to set values in the [upper - page_size, upper] subrange is considered deprecated, though, and will trigger a warning. * gtk/gtkcombobox.c: * gtk/gtkiconview.c: * gtk/gtkrange.c: * gtk/gtkscrolledwindow.c: * gtk/gtktreeview.c: Add the CLAMPing back that was removed after the GtkAdjustment behaviour change. svn path=/branches/gtk-2-14/; revision=21499 Conflicts: ChangeLog.pre-2-14
| * Updated Czech translationPetr Kovar2009-05-031-1038/+1044
| |
| * Updated Spanish translationJorge Gonzalez2009-05-021-5/+5
| |
| * Updated Spanish translationJorge Gonzalez2009-05-011-12/+12
| |
| * Avoid double browser windows from the about dialog.Matthias Clasen2009-04-301-2/+0
| |
| * Updated Kannada transltionShankar Prasad2009-04-281-1071/+1063
| |
| * Updated Hungarian translationGabor Kelemen2009-04-271-1064/+1060
| |
| * Updated Ukrainian translationMaxim V. Dziumanenko2009-04-272-3241/+3100
| |
| * Fix casting problem in gmodule code.Brian Cameron2009-04-241-2/+9
| | | | | | | | | | | | | | This fixes bug 579884. Previously the return value of g_slist_find_custom was being recasted as type (GtkModuleInfo *). This patch sets the return value to a temporary variable of type (GSList *), and sets info to temp->data. This avoids a crashing problem.
| * Updated Brazilian Portuguese translation.Vladimir Melo2009-04-221-1040/+1049
| |
| * Updated Slovenian translationMatej Urban2009-04-221-1038/+1044
| |
| * Allow unsetting the icon title set with gdk_window_set_icon_nameChristian Persch2009-04-201-12/+29
| | | | | | | | | | | | Change gdk_window_set_icon_name to allow using NULL to unset a previously set icon title, so that the icon title tracks the normal title again. Bug #535557.