summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move some mnemonics aroundMatthias Clasen2008-08-112-3/+11
| | | | svn path=/trunk/; revision=21073
* use canonical signal names.Sven Neumann2008-08-112-8/+18
| | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gdk-pixbuf/gdk-pixbuf-loader.c: use canonical signal names. svn path=/trunk/; revision=21072
* updated the (quite outdated) examples to use canonical signal names asSven Neumann2008-08-1123-396/+400
| | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * examples/*: updated the (quite outdated) examples to use canonical signal names as well. Removed some unneeded casts and trailing whitespace while I was on it... svn path=/trunk/; revision=21071
* modules/input/gtkimcontextime.c modules/input/gtkimcontextmultipress.c useSven Neumann2008-08-114-17/+23
| | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * modules/input/gtkimcontextime.c * modules/input/gtkimcontextmultipress.c * modules/input/gtkimcontextxim.c: use canonical signal names. svn path=/trunk/; revision=21070
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-1112-62/+76
| | | | | | | | | | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtkdnd-quartz.c * gtk/gtkdnd.c * gtk/gtkentry.c * gtk/gtkfilesel.c * gtk/gtkimcontextsimple.c * gtk/gtkimmulticontext.c * gtk/gtkoptionmenu.c * gtk/gtkplug.c * gtk/gtkrecentchooserdefault.c * gtk/gtkscrolledwindow.c * gtk/gtksocket-x11.c: use canonical signal names in some more places that I missed earlier. svn path=/trunk/; revision=21069
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-1111-37/+50
| | | | | | | | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtkaccelgroup.c * gtk/gtkactiongroup.c * gtk/gtkcalendar.c * gtk/gtkcelleditable.c * gtk/gtkclipboard-quartz.c * gtk/gtkclipboard.c * gtk/gtkcolorbutton.c * gtk/gtkcolorsel.c * gtk/gtkcontainer.c * gtk/gtkcurve.c: use canonical signal names. svn path=/trunk/; revision=21068
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-118-132/+143
| | | | | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtkentry.c * gtk/gtkentrycompletion.c * gtk/gtkhandlebox.c * gtk/gtkiconview.c * gtk/gtkimcontext.c * gtk/gtkinputdialog.c * gtk/gtktreeview.c: use canonical signal names. svn path=/trunk/; revision=21067
* updating ChangeLogShankar Prasad2008-08-111-0/+4
| | | | svn path=/trunk/; revision=21066
* updating kannada translationsShankar Prasad2008-08-111-157/+77
| | | | svn path=/trunk/; revision=21065
* gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names.Sven Neumann2008-08-115-80/+87
| | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtklabel.c * gtk/gtklayout.c * gtk/gtklist.c * gtk/gtklistitem.c: use canonical signal names. svn path=/trunk/; revision=21064
* gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.cSven Neumann2008-08-117-85/+94
| | | | | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtkmenu.c * gtk/gtkmenuitem.c * gtk/gtkmenushell.c * gtk/gtknotebook.c * gtk/gtkoldeditable.c * gtk/gtkpaned.c: use canonical signal names. svn path=/trunk/; revision=21063
* don't use the deprecated gtk_box_pack_start_defaults().Michael Natterer2008-08-112-1/+6
| | | | | | | | | | 2008-08-11 Michael Natterer <mitch@imendio.com> * demos/gtk-demo/textscroll.c (create_text_view): don't use the deprecated gtk_box_pack_start_defaults(). svn path=/trunk/; revision=21062
* tests/ferret.c tests/testlib.c don't use the deprecatedMichael Natterer2008-08-114-29/+41
| | | | | | | | | | | | 2008-08-11 Michael Natterer <mitch@imendio.com> * tests/ferret.c * tests/testlib.c * tests/testtable.c: don't use the deprecated gtk_box_pack_start_defaults() svn path=/trunk/; revision=21061
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-1122-172/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtkaboutdialog.c * gtk/gtkcellrendereraccel.c * gtk/gtkcellrenderercombo.c * gtk/gtkcellrendererspin.c * gtk/gtkcellrenderertext.c * gtk/gtkclipboard.c * gtk/gtkcolorsel.c * gtk/gtkcombo.c * gtk/gtkcombobox.c * gtk/gtkdnd-quartz.c * gtk/gtkdnd.c * gtk/gtkentry.c * gtk/gtkentrycompletion.c * gtk/gtkfilechooserbutton.c * gtk/gtkfilechooserdefault.c * gtk/gtkfilechooserentry.c * gtk/gtkfontsel.c * gtk/gtkinputdialog.c * gtk/gtkmenutoolbutton.c * gtk/gtkpathbar.c * gtk/gtktooltip.c: use canonical signal names in g_signal_connect(). svn path=/trunk/; revision=21060
* gdk/gdkkeys.c gdk/gdkscreen.c use canonical signal names.Sven Neumann2008-08-114-11/+17
| | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gdk/gdkkeys.c * gdk/gdkscreen.c * gdk/gdkdisplaymanager.c: use canonical signal names. svn path=/trunk/; revision=21059
* Forgot to put the bug# in my last commitCody Russell2008-08-101-0/+2
| | | | svn path=/trunk/; revision=21058
* Updated Spanish translationJorge Gonzalez Gonzalez2008-08-102-1041/+1029
| | | | svn path=/trunk/; revision=21057
* Updated Finnish translationIlkka Tuohela2008-08-102-1009/+1016
| | | | svn path=/trunk/; revision=21056
* Updated Finnish translationIlkka Tuohela2008-08-101-2/+2
| | | | svn path=/trunk/; revision=21055
* Updated Finnish translationIlkka Tuohela2008-08-102-1751/+1739
| | | | svn path=/trunk/; revision=21054
* Implement missing functions.Richard Hult2008-08-102-0/+36
| | | | | | | | | 2008-08-10 Richard Hult <richard@imendio.com> * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_uris), (gtk_clipboard_request_uris): Implement missing functions. svn path=/trunk/; revision=21053
* Bug 544863 – gtkquartz.h not included in released 2.13.5 packageSven Herzberg2008-08-092-1/+7
| | | | | | | | | | | 2008-08-09 Sven Herzberg <sven@imendio.com> Bug 544863 – gtkquartz.h not included in released 2.13.5 package * gtk/Makefile.am: always add gtkquartz.h to EXTRA_DIST svn path=/trunk/; revision=21052
* Updated Portuguese translation.Duarte Loreto2008-08-092-1646/+1679
| | | | | | | | 2008-08-09 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=21051
* Updated Portuguese translation.Duarte Loreto2008-08-092-1020/+1018
| | | | | | | | 2008-08-09 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=21050
* gtk/gtkmenushell.c In enter/leave notify events, check that the crossingCody Russell2008-08-093-0/+27
| | | | | | | | | | | | 2008-08-08 Cody Russell <bratsche@gnome.org> * gtk/gtkmenushell.c * gtk/gtkmenu.c: In enter/leave notify events, check that the crossing mode is not GTK_GRAB, GTK_UNGRAB, or STATE_CHANGED. Fixes regressions in menus caused by bug #56070. svn path=/trunk/; revision=21049
* Get the gdk+cairo test to pass distcheck, tooSven Herzberg2008-08-083-1/+15
| | | | | | | | | | | | | | 2008-08-09 Sven Herzberg <sven@imendio.com> Get the gdk+cairo test to pass distcheck, too * gdk/tests/Makefile.am: set GDK_PIXBUF_MODULE_FILE so the test can pick up the one created at build time * gdk/tests/check-gdk-cairo.c (main): delete the output files after a successful test run svn path=/trunk/; revision=21048
* Bug 546549 : Better Type Checking reviewed by: mitchSven Herzberg2008-08-082-8/+20
| | | | | | | | | | | | | 2008-08-08 Sven Herzberg <sven@imendio.com> Bug 546549 : Better Type Checking reviewed by: mitch * gdk-pixbuf-animation.c: check if a vfunc is implemented before trying to call into it svn path=/trunk/; revision=21047
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-087-15/+24
| | | | | | | | | | | | | | 2008-08-08 Sven Neumann <sven@gimp.org> * gtk/gtkscale.c * gtk/gtkscrolledwindow.c * gtk/gtksocket.c * gtk/gtkspinbutton.c * gtk/gtkstatusbar.c * gtk/gtkstatusicon.c: use canonical signal names. svn path=/trunk/; revision=21046
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-0814-97/+113
| | | | | | | | | | | | | | | | | | | | 2008-08-08 Sven Neumann <sven@gimp.org> * gtk/gtktext.c * gtk/gtktextbuffer.c * gtk/gtktextlayout.c * gtk/gtktexttagtable.c * gtk/gtktextview.c * gtk/gtktipsquery.c * gtk/gtktoolbar.c * gtk/gtktoolitem.c * gtk/gtktreeitem.c * gtk/gtktreemodelfilter.c * gtk/gtktreemodelsort.c * gtk/gtktreeviewcolumn.c: use canonical signal names. svn path=/trunk/; revision=21045
* some more signals I missed in my last commitSven Neumann2008-08-081-10/+10
| | | | svn path=/trunk/; revision=21044
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-087-31/+41
| | | | | | | | | | | | | | 2008-08-08 Sven Neumann <sven@gimp.org> * gtk/gtktree.c * gtk/gtktreemodel.c * gtk/gtktreesortable.c * gtk/gtktreeview.c * gtk/gtkuimanager.c * gtk/gtkviewport.c: use canonical signal names. svn path=/trunk/; revision=21043
* use canonical signal names.Sven Neumann2008-08-083-78/+83
| | | | | | | | | | 2008-08-08 Sven Neumann <sven@gimp.org> * gtk/gtkwidget.c: * gtk/gtkwindow.c: use canonical signal names. svn path=/trunk/; revision=21042
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-0813-27/+43
| | | | | | | | | | | | | | | | | | | | | | 2008-08-08 Sven Neumann <sven@gimp.org> * gtk/gtkadjustment.c * gtk/gtkclist.c * gtk/gtkcolorsel.c * gtk/gtkiconview.c * gtk/gtklayout.c * gtk/gtkprogress.c * gtk/gtkrange.c * gtk/gtkspinbutton.c * gtk/gtktext.c * gtk/gtktextview.c * gtk/gtktreeview.c * gtk/gtkviewport.c: use the canonical signal name "value-changed" instead of "value_changed". svn path=/trunk/; revision=21041
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-0812-19/+103
| | | | | | | | | | | | | | | | | | | | 2008-08-08 Tor Lillqvist <tml@novell.com> * gtk/gtk.symbols * gtk/makegtkalias.pl * gtk/gtkaccelmap.c * gtk/gtkfilechooser.c * gtk/gtkfilesel.c * gtk/gtkiconfactory.c * gtk/gtkicontheme.c * gtk/gtkimage.c * gtk/gtkrc.c * gtk/gtkuimanager.c * gtk/gtkwindow.c: No need for the DLL ABI backward compatibility functions on Win64. svn path=/trunk/; revision=21040
* Updated Spanish translationJorge Gonzalez Gonzalez2008-08-072-2/+22
| | | | svn path=/trunk/; revision=21039
* Fix the mime sniffing testMatthias Clasen2008-08-072-1/+6
| | | | svn path=/trunk/; revision=21038
* use g_error() instead of a combination of g_warning+exit to avoid16:19:16 Tim Janik2008-08-072-9/+11
| | | | | | | | | | 2008-08-07 16:19:16 Tim Janik <timj@imendio.com> * gdk/gdkrgb.c (gdk_rgb_select_conv): use g_error() instead of a combination of g_warning+exit to avoid misleading the user. svn path=/trunk/; revision=21037
* gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-075-10/+13
| | | | | | | | | | | | 2008-08-07 Michael Natterer <mitch@imendio.com> * gtk/gtkactiongroup.c * gtk/gtkcellrendererspin.c * gtk/gtkfilechooserbutton.c * gtk/gtktoolitem.c: chain up unconditionally in finalize(). svn path=/trunk/; revision=21036
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-0713-41/+34
| | | | | | | | | | | | | | | | | | | | | 2008-08-07 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.c * gtk/gtkcontainer.c * gtk/gtkfilechooserbutton.c * gtk/gtkgamma.c * gtk/gtkmenutoolbutton.c * gtk/gtkoptionmenu.c * gtk/gtkradiobutton.c * gtk/gtkradiomenuitem.c * gtk/gtktipsquery.c * gtk/gtktree.c * gtk/gtktreeview.c: chain up unconditionally in destroy(). * gtk/gtkhandlebox.c: remove empty destroy() implementation. svn path=/trunk/; revision=21035
* Bug 546756 – gnome-panel crashed with SIGSEGV inMichael Natterer2008-08-072-10/+31
| | | | | | | | | | | | | | | 2008-08-07 Michael Natterer <mitch@imendio.com> Bug 546756 – gnome-panel crashed with SIGSEGV in g_type_check_instance_cast() * gtk/gtkimagemenuitem.c: add GtkObject::destroy() implementation and remove the image now that it's an internal child and isn't destroyed by gtk_container_destroy() any longer. Thanks to tml for helping bisecting this down. svn path=/trunk/; revision=21034
* Updated Galician translationIgnacio Casal Quinteiro2008-08-072-2/+22
| | | | svn path=/trunk/; revision=21033
* Bug 546771 - Add writable property "visited" to GtkLinkButtonSven Neumann2008-08-074-17/+101
| | | | | | | | | | | | | | | 2008-08-07 Sven Neumann <sven@gimp.org> Bug 546771 - Add writable property "visited" to GtkLinkButton * gtk/gtk.symbols * gtk/gtklinkbutton.[ch]: expose the 'visited' state as a read-write property with getters and setters. Also move the nick and blurb of the "uri" property to the proper translation domain. svn path=/trunk/; revision=21032
* move variables to local scopes, fix indentation and silence bogus warningMichael Natterer2008-08-072-36/+48
| | | | | | | | | | | 2008-08-07 Michael Natterer <mitch@imendio.com> * gtk/gtkicontheme.c (apply_emblems): move variables to local scopes, fix indentation and silence bogus warning about using uninitialized variables. svn path=/trunk/; revision=21031
* Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func()Richard Hult2008-08-072-26/+51
| | | | | | | | | | | | 2008-08-07 Richard Hult <richard@imendio.com> Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func() * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare), (select_thread_func), (poll_func): Patch by Yevgen Muntyan, fixes deadlock and missing events. svn path=/trunk/; revision=21030
* Implement those, fixes loading python bindings.Richard Hult2008-08-072-9/+65
| | | | | | | | | | 2008-08-07 Richard Hult <richard@imendio.com> * gdk/quartz/gdkscreen-quartz.c: (gdk_screen_get_monitor_plug_name) (gdk_screen_get_monitor_height_mm, gdk_screen_get_monitor_width_mm): Implement those, fixes loading python bindings. svn path=/trunk/; revision=21029
* Bug 545031 – list of recently used files is created world-readableEmmanuele Bassi2008-08-072-0/+16
| | | | | | | | | | | | 2008-08-07 Emmanuele Bassi <ebassi@gnome.org> Bug 545031 – list of recently used files is created world-readable * gtk/gtkrecentmanager.c: (gtk_recent_manager_real_changed): Set the recently-used.xbel file to 0600. (Guido Berhoerster) svn path=/trunk/; revision=21028
* Updated Galician translationIgnacio Casal Quinteiro2008-08-062-1615/+1645
| | | | svn path=/trunk/; revision=21027
* Updated Galician translationIgnacio Casal Quinteiro2008-08-062-1001/+1012
| | | | svn path=/trunk/; revision=21026
* Bug 546549 : Better Type Checking reviewed by mitchSven Herzberg2008-08-062-9/+21
| | | | | | | | | | | | | | | | | 2008-08-06 Sven Herzberg <sven@imendio.com> Bug 546549 : Better Type Checking reviewed by mitch * gdk-pixbuf.c (gdk_pixbuf_copy), (gdk_pixbuf_get_colorspace), (gdk_pixbuf_get_n_channels), (gdk_pixbuf_get_has_alpha), (gdk_pixbuf_get_bits_per_sample), (gdk_pixbuf_get_pixels), (gdk_pixbuf_get_width), (gdk_pixbuf_get_height), (gdk_pixbuf_get_rowstride): use GDK_IS_PIXBUF() and not pixbuf != NULL in g_return_*() statements svn path=/trunk/; revision=21025
* Updated Japanese translation.Takeshi AIHANA2008-08-062-1007/+1016
| | | | | | | | 2008-08-06 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=21024