- 15 Aug, 2007 7 commits
-
-
Adam Weinberger authored
2007-08-15 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=18622
-
Cody Russell authored
2007-08-15 Cody Russell <bratsche@gnome.org> * gdk/win32/xcursors.h: Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors to match the ones that Windows uses for split container controls. This allows our paned widgets to be more easily identified as paned widgets on Windows, since we don't have any prelighting on the draggable pane part. (#458088) svn path=/trunk/; revision=18621
-
Cody Russell authored
2007-08-15 Cody Russell <bratsche@gnome.org> * gtk/gtkcontainer.c: Another documentation fix that I forgot to commit yesterday. (#459340, Guillaume Cottenceau) svn path=/trunk/; revision=18619
-
Hendrik Richter authored
2007-08-15 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=18618
-
Yang Zhang authored
svn path=/trunk/; revision=18617
-
Yang Zhang authored
svn path=/trunk/; revision=18616
-
Yang Zhang authored
svn path=/trunk/; revision=18615
-
- 14 Aug, 2007 4 commits
-
-
Cody Russell authored
2007-08-14 Cody Russell <bratsche@gnome.org> * gtk/gtkwidget.c * gtk/gtkscrolledwindow.c * gtk/gtklabel.c: Correct documentation that refers to the deprecated gtk_widget_set_usize() API. Refer instead to gtk_widget_set_size_request(). (#459340, Guillaume Cottenceau) svn path=/trunk/; revision=18613
-
Hendrik Richter authored
2007-08-14 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=18612
-
Hendrik Richter authored
2007-08-14 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=18611
-
Kristian Rietveld authored
2007-08-14 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): make sure we fail keynav if the only item in the list is already selected. (Fixes #465039, reported by Fernando Herrera). svn path=/trunk/; revision=18610
-
- 13 Aug, 2007 1 commit
-
-
Claude Paroz authored
2007-08-13 Claude Paroz <claude@2xlibre.net> * ga.po: Updated Irish translation on behalf of Sean Burke <leftmostcat@gmail.com>. Fixes #456124. svn path=/trunk/; revision=18609
-
- 12 Aug, 2007 2 commits
-
-
Kenneth Nielsen authored
svn path=/trunk/; revision=18605
-
Leonardo Ferreira Fontenelle authored
2007-08-12 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Brazilian Portuguese translation updated and enhanced by Pedro V M de Medeiros <pedrovmm@gmail.com>. svn path=/trunk/; revision=18603
-
- 10 Aug, 2007 1 commit
-
-
Björn Lindqvist authored
2007-08-11 Björn Lindqvist <bjourne@gmail.com> * gdk/gdkrectangle.c (gdk_rectangle_intersect): Note in docs that @dest's width and height is set to 0, 0 if the rectangles does not intersect. (#464524) svn path=/trunk/; revision=18602
-
- 09 Aug, 2007 4 commits
-
-
Sven Neumann authored
2007-08-09 Sven Neumann <sven@gimp.org> * modules/printbackends/file/gtkprintbackendfile.c: change the file extension when the file format is changed in the Print dialog (#356630). svn path=/trunk/; revision=18600
-
Stefan Kost authored
* docs/reference/gtk/tmpl/gtkruler.sgml: * gtk/gtkruler.c: Move documentation of gtk_ruler_set_range() to source and fix nonsense. svn path=/trunk/; revision=18599
-
Ilkka Tuohela authored
svn path=/trunk/; revision=18598
-
Ilkka Tuohela authored
svn path=/trunk/; revision=18597
-
- 08 Aug, 2007 4 commits
-
-
Behdad Esfahbod authored
svn path=/trunk/; revision=18596
-
Behdad Esfahbod authored
2007-08-08 Behdad Esfahbod <behdad@gnome.org> * gdk/gdkwindow.c (gdk_window_invalidate_region): Use gtk_true instead of rolling a new one. Patch from Xan Lopez. svn path=/trunk/; revision=18595
-
Mikael Hallendal authored
2007-08-08 Mikael Hallendal <micke@imendio.com> * gtk/gtkcombobox.c (gtk_combo_box_class_init): Document the new signals popup, popdown and move-active. svn path=/trunk/; revision=18594
-
Matthias Clasen authored
svn path=/trunk/; revision=18593
-
- 07 Aug, 2007 8 commits
-
-
Johan Dahlin authored
2007-08-07 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbuilderparser.c (text): * gtk/gtkcelllayout.c (attributes_text_element): * gtk/gtkliststore.c (list_store_text): Do not assume that text is null-terminated as pointed out by Christopher Fergeau svn path=/trunk/; revision=18592
-
Artur Flinta authored
2007-08-07 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=18591
-
Wadim Dziedzic authored
2007-08-07 Wadim Dziedzic <wadimd@svn.gnome.org> * pl.po: Updated polish translation svn path=/trunk/; revision=18590
-
Wadim Dziedzic authored
2007-08-07 Wadim Dziedzic <wadimd@svn.gnome.org> * pl.po: Updated polish translation svn path=/trunk/; revision=18589
-
Johan Dahlin authored
2007-08-07 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbuilderparser.c (text): Use g_strdup on the translated string instead of g_strndup() + the length of the untranslated string. (#461945, Claude Paroz) svn path=/trunk/; revision=18588
-
Kristian Rietveld authored
2007-08-07 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltips.c (gtk_tooltips_init), (gtk_tooltips_destroy), (gtk_tooltips_force_window): create a dummy tip_window and tip_label, so old applications with code accessing those fields won't crash. svn path=/trunk/; revision=18587
-
Kristian Rietveld authored
2007-08-07 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (_gtk_tooltip_handle_event): Disable tooltips in touchscreen mode. svn path=/trunk/; revision=18586
-
Baris Cicek authored
svn path=/trunk/; revision=18585
-
- 06 Aug, 2007 3 commits
-
-
Ilkka Tuohela authored
svn path=/trunk/; revision=18582
-
Ilkka Tuohela authored
svn path=/trunk/; revision=18581
-
Ilkka Tuohela authored
svn path=/trunk/; revision=18580
-
- 04 Aug, 2007 4 commits
-
-
Vincent van Adrighem authored
2007-08-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18575
-
Vincent van Adrighem authored
2007-08-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18574
-
Ani Peter authored
svn path=/trunk/; revision=18573
-
Ani Peter authored
svn path=/trunk/; revision=18572
-
- 03 Aug, 2007 2 commits
-
-
Kostas Papadimas authored
svn path=/trunk/; revision=18571
-
Runa Bhattacharjee authored
svn path=/trunk/; revision=18570
-