- 28 Jun, 2006 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-28 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Only select the XKB event details we actually care about. (#346079, Ryan Lortie)
-
- 27 Jun, 2006 2 commits
-
-
Guntupalli Karunakar authored
-
Kristian Rietveld authored
2006-06-27 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_set_model): cancel the expand collapse timeout when unsetting the model (Fixes #327164, reported by Daichi Kawahata).
-
- 26 Jun, 2006 8 commits
-
-
Kjartan Maraas authored
2006-06-26 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
-
Michael David Emmel authored
since it uses functionality only in directfb cvs
-
Jovan Naumovski authored
-
Francisco Javier F. Serrador authored
2006-06-26 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
-
Kristian Rietveld authored
2006-06-26 Kristian Rietveld <kris@gtk.org> Make the insert and set functions somewhat more convenient. (#343841, David Necas). * gtk/gtkliststore.c (gtk_list_store_insert_with_values): allow a NULL iter, (gtk_list_store_insert_with_valuesv): likewise. * gtk/gtktreestore.c (gtk_tree_store_insert_with_values): ditto, (gtk_tree_store_insert_with_valuesv): likewise.
-
Michael Natterer authored
2006-06-26 Michael Natterer <mitch@imendio.com> * gtk/gtktextview.c (gtk_text_view_size_allocate): revert "keep cursor visible when size changes" since it breaks things (#344874).
-
Matthias Clasen authored
2006-06-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_cell_view_menu_item_new): Avoid a refcounting leak in the python bindings. (#344876, Phil Dumont)
-
Jakub Friedl authored
2006-06-26 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixes bug: 141244 - Small inconsistency in Czech translation.
-
- 25 Jun, 2006 4 commits
-
-
Nickolay V. Shmyrev authored
2006-06-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation by by Leonid Kanter <leon@asplinux.ru> and Alexander Sigachov <alexander.sigachov@gmail.com>
-
Vincent van Adrighem authored
2006-06-25 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Vincent van Adrighem authored
2006-06-25 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
-
Matthias Clasen authored
-
- 24 Jun, 2006 1 commit
-
-
Matthias Clasen authored
2006-06-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c: Update the height as well when changing fonts. (#321393, Billy Biggs) `
-
- 23 Jun, 2006 2 commits
-
-
Changwoo Ryu authored
2006-06-24 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
-
Christian Rose authored
2006-06-23 Christian Rose <menthos@menthos.com> * configure.in: Added "ur" to ALL_LINGUAS. * po/ur.po, po-properties/ur.po: Added Urdu translation by Zack Ajmal <urdu@zackvision.com>.
-
- 22 Jun, 2006 12 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-22 Matthias Clasen <mclasen@redhat.com> Fix #345663, reported by Kazuki Iwamoto * gtk/gtkaction.c: Include gtkiconfactory.h * gtk/gtkactiongroup.c: Include gtkicontheme.h
-
Michael Natterer authored
2006-06-22 Michael Natterer <mitch@imendio.com> * gtk/gtktextview.c (gtk_text_view_size_allocate): keep the cursor visible when the size changes. Fixes bug #344874.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Rajesh Ranjan authored
-
Rajesh Ranjan authored
-
Theppitak Karoonboonyanan authored
2006-06-22 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 21 Jun, 2006 9 commits
-
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkprintunixdialog.sgml: Document some of the print capabilities
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/file/gtkprintbackendfile.c: Apply a patch by Christian Persch to support PostScript and PDF output.
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroptionwidget.c (radio_changed_cb): Don't free the value.
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> Apply a patch by John Palmieri to use buffered io using GIOChannels, clean up error handling and support Cups 1.2 api in the printing code. * acconfig.h: * configure.in: Detect Cups 1.2 * gtk/gtkdebug.h: * gtk/gtkmain.c: Add a printing debug key. * gtk/gtkprintbackend.[hc]: Remove the GError parameter from gtk_print_backend_print_stream, and take a GIOChannel instead of an fd. * gtk/gtkprinter-private.h: * gtk/gtkprinter.c: Replace the fd parameter of _gtk_printer_create_cairo_surface by a GIOChannel. * gtk/gtkprintjob.[hc]: Remove the GError parameter from gtk_print_job_send and make it return void. * gtk/gtkprintoperation-unix.c: * gtk/gtkprintjob.c: Adjust callers, add some debugging support. * modules/printbackends/Makefile.am: Fix DIST_SUBDIRS. * modules/printbackends/cups/Makefile.am: * modules/printbackends/lpr/Makefile.am: Add debug CFLAGS. * modules/printbackends/cups/gtkcupsutils.[hc]: * modules/printbackends/cups/gtkprintbackendcups.c: * modules/printbackends/file/gtkprintbackendfile.c: * modules/printbackends/lpr/gtkprintbackendfile.c: Adapt to the GIOChannel and GError changes, add debug output
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix the registration of the grid-lines property (#345456, Murray Cumming)
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/question_index.sgml: Add some questions.
-
Jakub Friedl authored
2006-06-21 Jakub Friedl <jfriedl@suse.cz> * cs.po: Partial update for Czech translation.
-