summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix make check:Michael Natterer2008-07-0414-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> Fix make check: * gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES again :-( * gtk/gtkclist.c * gtk/gtkcombo.c * gtk/gtkctree.c * gtk/gtklist.c * gtk/gtklistitem.c * gtk/gtknotebook.c * gtk/gtkobject.c * gtk/gtkoldeditable.c * gtk/gtkpixmap.c * gtk/gtktext.c * gtk/gtktree.c * gtk/gtktreeitem.c: don't #define it again before including gtkalias.h after it has been #undef'ed before. svn path=/trunk/; revision=20763
* set need_im_reset to FALSE instead of 0.Michael Natterer2008-07-042-1/+6
| | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> * gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset to FALSE instead of 0. svn path=/trunk/; revision=20762
* Allocate with GSlice:Michael Natterer2008-07-046-16/+26
| | | | | | | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> Allocate with GSlice: * gtk/gtkassistant.c: GtkAssistantPage * gtk/gtkcellview.c: GtkCellViewCellInfo * gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo * gtk/gtkfilefilter.c: FilterRule * gtk/gtknotebook.c: GtkNotebookPage svn path=/trunk/; revision=20761
* allocate ComboCellInfo with GSlice.Michael Natterer2008-07-042-5/+9
| | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> * gtk/gtkcombobox.c: allocate ComboCellInfo with GSlice. svn path=/trunk/; revision=20760
* change "error_dialog" variable to GtkWidget fo fix two warnings.Michael Natterer2008-07-042-4/+9
| | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> * gtk/gtkprintoperation.c (print_pages): change "error_dialog" variable to GtkWidget fo fix two warnings. svn path=/trunk/; revision=20759
* Updated Thai translation.Theppitak Karoonboonyanan2008-07-042-389/+279
| | | | | | | | | 2008-07-04 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=20758
* Bug 539944 – Add GtkScaleButton API so struct fields can be marked asMichael Natterer2008-07-044-19/+64
| | | | | | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> Bug 539944 – Add GtkScaleButton API so struct fields can be marked as private * gtk/gtk.symbols * gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button() and _get_minus_button(). Patch by Christian Dywan. svn path=/trunk/; revision=20757
* Fix make checkMatthias Clasen2008-07-042-13/+14
| | | | svn path=/trunk/; revision=20756
* Fix make checkMatthias Clasen2008-07-043-0/+17
| | | | svn path=/trunk/; revision=20755
* Fall back to the default positioning when the menuitem is not realized.Matthias Clasen2008-07-032-1/+21
| | | | | | | | | * gtk/gtkmenuitem.c: Fall back to the default positioning when the menuitem is not realized. Patch by Björn Lindqvist. svn path=/trunk/; revision=20754
* Fix a memory leak. Patch by Christian Persch.Matthias Clasen2008-07-032-0/+9
| | | | | | | | * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak. Patch by Christian Persch. svn path=/trunk/; revision=20752
* Don't select the first row if the folder is empty. Patch by OlleMatthias Clasen2008-07-032-1/+16
| | | | | | | | | * gtk/gtkfilechooserdefault.c (browse_files_select_first_row): Don't select the first row if the folder is empty. Patch by Olle Bergkvist. svn path=/trunk/; revision=20751
* Bug 540861 - invalid UTF-8 in input device nameTor Lillqvist2008-07-032-9/+28
| | | | | | | | | | | | 2008-07-04 Tor Lillqvist <tml@novell.com> Bug 540861 - invalid UTF-8 in input device name * gdk/win32/gdkinput-win32.c: Fetch the device and cursor names in Unicode, and convert to UTF-8 for the GdkDevice's name field. svn path=/trunk/; revision=20750
* Set properties in the order in which they are specified in the xml file.Matthias Clasen2008-07-032-0/+8
| | | | | | | | * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order in which they are specified in the xml file. svn path=/trunk/; revision=20749
* Add gtk_scale_button_get_popupMatthias Clasen2008-07-035-0/+28
| | | | svn path=/trunk/; revision=20748
* One moreMatthias Clasen2008-07-032-2/+3
| | | | svn path=/trunk/; revision=20747
* Use monospace as font name, not mono. Patch by Yevgen Muntyan.Matthias Clasen2008-07-032-1/+8
| | | | | | | | * demos/gtk-demo/printing.c: Use monospace as font name, not mono. Patch by Yevgen Muntyan. svn path=/trunk/; revision=20746
* No more mushroomMatthias Clasen2008-07-037-4/+19
| | | | svn path=/trunk/; revision=20745
* remove "_from_bindings" suffix from the names of binding signalMichael Natterer2008-07-032-7/+12
| | | | | | | | | | 2008-07-03 Michael Natterer <mitch@imendio.com> * gtk/gtkscalebutton.c: remove "_from_bindings" suffix from the names of binding signal implementations. svn path=/trunk/; revision=20744
* Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in.Li Yuan2008-07-032-1/+6
| | | | | | | | | 2008-07-03 Li Yuan <li.yuan@sun.com> * gail-uninstalled.pc.in: Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in. svn path=/trunk/; revision=20742
* Updated Occitan translationYannig MARCHEGAY2008-07-031-1561/+1758
| | | | svn path=/trunk/; revision=20741
* Updated Occitan translationYannig MARCHEGAY2008-07-031-34/+23
| | | | svn path=/trunk/; revision=20740
* Bug 540529 – Remove all GIMP referencesCody Russell2008-07-036-5/+16
| | | | | | | | | | | | | | | | 2008-07-03 Cody Russell <bratsche@gnome.org> Bug 540529 – Remove all GIMP references * gtk+-2.0.pc.in: * gdk-2.0.pc.in: * gtk+-unix-print-2.0.pc.in: * gtk+-2.0-uninstalled.pc.in: * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say GTK+ Graphical UI Library in the pkg-config files. svn path=/trunk/; revision=20739
* Fix attributionMatthias Clasen2008-07-031-1/+1
| | | | svn path=/trunk/; revision=20738
* Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoringCody Russell2008-07-025-39/+168
| | | | | | | | | | | | | | | | 2008-07-02 Cody Russell <bratsche@gnome.org> Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring * gdk/win32/gdkwindow-win32.c: Reverted some logic so that scrolling works again. * gdk/win32/gdkgeometry-win32.c: Removed some more unnecessary checks. * gdk/win32/gdkkeys-win32.c: Removed unused variable to fix compile-time warnings. svn path=/trunk/; revision=20737
* Updated Occitan translationYannig MARCHEGAY2008-07-022-0/+8
| | | | svn path=/trunk/; revision=20736
* Updated Occitan translationYannig MARCHEGAY2008-07-022-1150/+1038
| | | | svn path=/trunk/; revision=20735
* Bug 541249 – [Win32] Fix some internal static methodsCody Russell2008-07-022-26/+33
| | | | | | | | | | | | 2008-07-02 Cody Russell <bratsche@gnome.org> Bug 541249 – [Win32] Fix some internal static methods * gdk/gdkwindow-win32.c: Make the interface implementation methods static. svn path=/trunk/; revision=20734
* Bug 537591 – Don't hardcode minimum width of menuitemsMichael Natterer2008-07-022-5/+30
| | | | | | | | | | | | | | 2008-07-02 Michael Natterer <mitch@imendio.com> Bug 537591 – Don't hardcode minimum width of menuitems * gtk/gtkmenuitem.c: applied patch from Christian Dywan which introduces a "width-chars" style property which replaces the hardcoded minimum width of menuitems with submenu. Patch extracted from Maemo-GTK+. svn path=/trunk/; revision=20733
* remove some of the million includes.Michael Natterer2008-07-022-5/+6
| | | | | | | | | 2008-07-02 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserdefault.c: remove some of the million includes. svn path=/trunk/; revision=20732
* Since s/2.16/2.14/ for the new gicon property.Kristian Rietveld2008-07-022-1/+6
| | | | | | | | | | 2008-07-02 Kristian Rietveld <kris@imendio.com> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): Since s/2.16/2.14/ for the new gicon property. svn path=/trunk/; revision=20731
* Bug 455268 - Add gtk-enable-tooltips GtkSettingKristian Rietveld2008-07-027-12/+66
| | | | | | | | | | | | | | | | | | | | 2008-07-02 Kristian Rietveld <kris@imendio.com> Bug 455268 - Add gtk-enable-tooltips GtkSetting * gtk/gtk.symbols: * gtk/gtktoolbar.[ch] (gtk_toolbar_[gs]et_tooltips): deprecated. * gtk/gtksettings.c: introduce gtk-enable-tooltips XSetting. * gtk/gtktooltip.c (_gtk_tooltip_handle_event): take the newly introduced XSetting into account. * demos/gtk-demo/appwindow.c: don't use the now deprecated gtk_toolbar_set_tooltips(). svn path=/trunk/; revision=20730
* Bug 541162 – [Win32] Update for the new GdkWindowImpl stuffCody Russell2008-07-025-272/+173
| | | | | | | | | | | | | | | 2008-07-02 Cody Russell <bratsche@gnome.org> Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff * gdk/win32/gdkprivate-win32.h: * gdk/win32/gdkgeometry-win32.c: * gdk/win32/gdkevents-win32.c: * gdk/win32/gdkwindow-win32.c: Update Win32 backend according to the newly refactored GdkWindow code. svn path=/trunk/; revision=20729
* Bug #541167. Emit "object:property-change:accessible-name" whenLi Yuan2008-07-022-0/+25
| | | | | | | | | | | 2008-07-02 Li Yuan <li.yuan@sun.com> * gailoptionmenu.c: (gail_option_menu_real_initialize), (gail_option_menu_changed): Bug #541167. Emit "object:property-change:accessible-name" when GailOptionMenui's name changes. svn path=/trunk/; revision=20728
* Bug 539164 – Windows' System Menu blocks main loopCody Russell2008-07-012-4/+22
| | | | | | | | | | | | | 2008-07-01 Cody Russell <bratsche@gnome.org> Bug 539164 – Windows' System Menu blocks main loop * gdk/win32/gdkevents-win32.c: Use a modal timer proc in between receiving WM_ENTERMENULOOP and WM_EXITMENULOOP and pump the GLib mainloop from there. svn path=/trunk/; revision=20726
* Remove old ChangeLog entryCody Russell2008-07-011-8/+0
| | | | svn path=/trunk/; revision=20725
* Revert name changeCody Russell2008-07-01506-549/+548
| | | | svn path=/trunk/; revision=20724
* Some aftermath from the window impl cleanups:Richard Hult2008-07-012-3/+11
| | | | | | | | | | | | 2008-07-01 Richard Hult <richard@imendio.com> Some aftermath from the window impl cleanups: * gdk/quartz/gdkwindow-quartz.c: (gdk_window_merge_child_input_shapes): Rename and export again. (gdk_window_quartz_get_offsets): Make static. svn path=/trunk/; revision=20723
* forgot to commit the header, fixed now.Michael Natterer2008-07-012-14/+21
| | | | | | | | | 2008-07-01 Michael Natterer <mitch@imendio.com> * gtk/gtkscalebutton.h: forgot to commit the header, fixed now. svn path=/trunk/; revision=20719
* Updated Norwegian bokmål translation.Kjartan Maraas2008-07-012-57/+68
| | | | | | | | 2008-07-01 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=20718
* Add event sound settings. Patch by Lennart Pöttering.Matthias Clasen2008-07-013-3/+85
| | | | | | | | | * gdk/x11/gdksettings.c: * gtk/gtksettings.c: Add event sound settings. Patch by Lennart Pöttering. svn path=/trunk/; revision=20717
* updated hebrew translationYair Hershkovitz2008-07-012-1560/+1724
| | | | svn path=/trunk/; revision=20716
* Handle failure to create temp file by returning NULL.Matthias Clasen2008-07-013-8/+63
| | | | | | | | | | | | | | | * gtk/gtkprintoperation-unix.c (_gtk_print_operation_platform_backend_create_preview_surface): Handle failure to create temp file by returning NULL. * gtk/gtkprintoperation.c (gtk_print_operation_preview_handler): Return FALSE if surface creation fails. (print_pages): If the preiew signal is not handled, show an error dialog. svn path=/trunk/; revision=20715
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-303-47/+137
| | | | | | | | | | | | | | | 2008-07-01 Michael Natterer <mitch@imendio.com> Bug 442042 – GtkScaleButton is too limited * gtk/gtkscalebutton.[ch]: turn "orientation" into a normal property that can be changed at any time after widget creation. Add public API for it. * gtk/gtk.symbols: add gtk_scale_button_get/set_orientation. svn path=/trunk/; revision=20710
* Practically everything changed.Cody Russell2008-06-30507-548/+557
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Some unrelated cleanups found while reviewing the offscreen window patch:Michael Natterer2008-06-305-18/+50
| | | | | | | | | | | | | | | | | | | | 2008-06-30 Michael Natterer <mitch@imendio.com> Some unrelated cleanups found while reviewing the offscreen window patch: * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection functions, fix some function header indentation, update documentation of redirect_to_drawable(). * gdk/x11/gdkwindow-x11.c * gdk/x11/gdkpixmap-x11.c: fix function header formatting/indentation. * gtk/gtkwidget.c: use I_() on "damage_event". svn path=/trunk/; revision=20708
* remove duplicate declaration of _gdk_window_new().Michael Natterer2008-06-302-3/+5
| | | | | | | | | | 2008-06-30 Michael Natterer <mitch@imendio.com> * gdk/gdkinternals.h: remove duplicate declaration of _gdk_window_new(). svn path=/trunk/; revision=20707
* reorder source lists alphabetically.Michael Natterer2008-06-302-6/+10
| | | | | | | | | 2008-06-30 Michael Natterer <mitch@imendio.com> * gdk/Makefile.am: reorder source lists alphabetically. svn path=/trunk/; revision=20706
* Avoid unnecessary redraws when resizing. Patch by Owen TaylorMatthias Clasen2008-06-302-8/+15
| | | | | | | | * gtk/gtkwindow.c: Avoid unnecessary redraws when resizing. Patch by Owen Taylor svn path=/trunk/; revision=20705
* Minor update to Catalan translationGil Forcada Codinachs2008-06-292-1154/+1050
| | | | svn path=/trunk/; revision=20704