summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Use g_utf8_collate_key_for_filename().Matthias Clasen2005-06-081-0/+5
| | | | | | | 2005-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use g_utf8_collate_key_for_filename().
* Merge leak fix from stable. Bug 306754.Kjartan Maraas2005-06-071-0/+5
| | | | | | | 2005-06-07 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkfilechooserbutton.c: (update_label_and_image): Merge leak fix from stable. Bug 306754.
* Return NULL unless screen number is zero. We have only one screen onTor Lillqvist2005-06-051-0/+6
| | | | | | | | | | 2005-06-05 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkscreen-win32.c (_gdk_windowing_substitute_screen_number): Return NULL unless screen number is zero. We have only one screen on Win32. (gdk_screen_make_display_name): Call gdk_display_get_name() and return that.
* modules/engines/Makefile.am Decide whether to build the ms-windows themeTor Lillqvist2005-06-041-0/+10
| | | | | | | | | | | | 2005-06-05 Tor Lillqvist <tml@novell.com> * modules/engines/Makefile.am * modules/input/Makefile.am: Decide whether to build the ms-windows theme engine based on the GDK backend, not based on platform. (I.e., if building for Cygwin with the X11 backend, we shouldn't build the ms-windows engine, but if building for Cygwin but with the Win32 backend, we should.) Ditto for the IME (Windows) input module. (#305832)
* gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c SupportTor Lillqvist2005-06-041-0/+7
| | | | | | | | | | | 2005-06-04 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkcursor-win32.c * gdk/win32/gdkwindow-win32.c * gdk/win32/gdkprivate-win32.h: Support full-colour cursors. Support cursors with alpha on XP. Use code in common with the support for alpha icons that already was present. (#306101, Tim Evans)
* Render insensitive icons in a way that more closely matches Windows.Tor Lillqvist2005-06-041-0/+8
| | | | | | | | | | 2005-06-04 Tor Lillqvist <tml@novell.com> * modules/engines/ms-windows/msw_style.c: Render insensitive icons in a way that more closely matches Windows. (#305986, Tim Evans). * modules/engines/ms-windows/Makefile.am (LDADDS): Link with gdk-pixbuf.
* re-sync with gtk-wimp's cvs repositoryDom Lachowicz2005-06-031-0/+6
|
* Add declarations for gtk_entry_completion_{get,set}_popup_single_match.Manish Singh2005-05-261-0/+5
| | | | | | | Thu May 26 16:43:27 2005 Manish Singh <yosh@gimp.org> * gtk/gtkentrycompletion.h: Add declarations for gtk_entry_completion_{get,set}_popup_single_match.
* Add a property to suppress the popup for single matches. (#154711)Matthias Clasen2005-05-261-0/+9
| | | | | | | | | | | | | 2005-05-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkentrycompletion.c: Add a property to suppress the popup for single matches. (#154711) * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here. * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): Use it here.
* Add creditMatthias Clasen2005-05-261-1/+1
|
* Queue the redisplay after modifying the tag in the btree, otherwise we endMatthias Clasen2005-05-261-0/+5
| | | | | | | | | 2005-05-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the redisplay after modifying the tag in the btree, otherwise we end up showing the old tags until the next redraw comes around. (#143537, Gary Kramlich)
* Make autoscrolling work at the bottom of the screen.Matthias Clasen2005-05-261-0/+5
| | | | | | | 2005-05-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make autoscrolling work at the bottom of the screen.
* I guess you should add changelog for your commits, right?Maciej Katafiasz2005-05-261-0/+5
|
* use a less aggressive PNG compression level (bug #305340).Sven Neumann2005-05-261-0/+5
| | | | | | | 2005-05-26 Sven Neumann <sven@gimp.org> * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less aggressive PNG compression level (bug #305340).
* If blitting from the root window, take the multi-monitor offset intoTor Lillqvist2005-05-261-0/+6
| | | | | | | | 2005-05-26 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting from the root window, take the multi-monitor offset into account. (#305511)
* Set the window icon by name.Matthias Clasen2005-05-251-0/+3
| | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/appwindow.c (do_appwindow): Set the window icon by name.
* Remove another C99ism.Matthias Clasen2005-05-251-0/+3
| | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading): Remove another C99ism.
* Draw the background of rows insensitive when the treeview is insensitive.Matthias Clasen2005-05-251-0/+4
| | | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the background of rows insensitive when the treeview is insensitive. (pointed out by Billy Biggs)
* Demonstrate image copy-and-paste and DND, and clipboard persistency.Matthias Clasen2005-05-251-0/+3
| | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste and DND, and clipboard persistency.
* Make sure png comes first, otherwise dnd may use bmp by default, loosingMatthias Clasen2005-05-251-0/+6
| | | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c (gtk_target_list_add_image_targets): Make sure png comes first, otherwise dnd may use bmp by default, loosing transparency.
* block the text_layout's "changed" handler when changing cursor visibilityMichael Natterer2005-05-251-0/+13
| | | | | | | | | | | | | | | 2005-05-25 Michael Natterer <mitch@imendio.com> * gtk/gtktextview.c (blink_cb): block the text_layout's "changed" handler when changing cursor visibility because it would expose the whole paragraph where the cursor is. Instead, expose the cursors' areas manually. (#173047). (text_window_invalidate_cursors): new function which exposes the cursors. * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the same cursor size calculation is in text_window_invalidate_cursors().
* Also demonstrate GtkCellRendererProgress.Matthias Clasen2005-05-251-0/+3
| | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/editable_cells.c (create_items_model): Also demonstrate GtkCellRendererProgress.
* Add a demo showing combo box variations.Matthias Clasen2005-05-251-0/+4
| | | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/Makefile.am (demos): * demos/gtk-demo/combobox.c: Add a demo showing combo box variations.
* Add a demo showing all picker widgets.Matthias Clasen2005-05-251-0/+5
| | | | | | | 2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/Makefile.am (demos): * demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.
* Fix a typo.Matthias Clasen2005-05-251-0/+4
| | | | | | 2005-05-24 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
* Handle gtk-alternative-button-order (setting it to TRUE).Tor Lillqvist2005-05-241-0/+5
| | | | | | | 2005-05-24 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle gtk-alternative-button-order (setting it to TRUE).
* Remove an unused variable. (#305130, Jaap A. Haitsma)Matthias Clasen2005-05-231-0/+3
| | | | | | | 2005-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_search_init): Remove an unused variable. (#305130, Jaap A. Haitsma)
* Don't grab the focus away from the file list when operating the filterMatthias Clasen2005-05-231-0/+6
| | | | | | | | 2005-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (filter_create): Don't grab the focus away from the file list when operating the filter combo with the pointer. (#304844, Sven Neumann)
* Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)Tor Lillqvist2005-05-221-0/+3
| | | | | | | 2005-05-23 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)
* Typo.Tor Lillqvist2005-05-221-1/+1
|
* If the keysym isn't one of the special cases this function takes care of,Tor Lillqvist2005-05-221-0/+7
| | | | | | | | | 2005-05-23 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one of the special cases this function takes care of, us it as such. This takes care of for instance the Bengali Virama, see bug #165723.
* Avoid a possible buffer overrun. (#142444, Leonard Michlmayr)Matthias Clasen2005-05-201-0/+3
| | | | | | | 2005-05-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontextsimple.c (check_table): Avoid a possible buffer overrun. (#142444, Leonard Michlmayr)
* Remove C99-isms (#304879, Kazuki IWAMOTO)Matthias Clasen2005-05-201-0/+5
| | | | | | | 2005-05-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c: Remove C99-isms (#304879, Kazuki IWAMOTO)
* Use the correct function to conver the uri to a path. (#304565, IsmaelMatthias Clasen2005-05-181-0/+4
| | | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): Use the correct function to conver the uri to a path. (#304565, Ismael Juma)
* Handle the Cancel button properly. (#304234, Sven Neumann)Matthias Clasen2005-05-181-2/+7
| | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the Cancel button properly. (#304234, Sven Neumann)
* If the horizontal adjustment changes because of a change in the layoutAnders Carlsson2005-05-181-0/+9
| | | | | | | | | | | 2005-05-18 Anders Carlsson <andersca@imendio.com> * gtk/gtktextview.c: (gtk_text_view_flush_scroll), (gtk_text_view_update_adjustments), (gtk_text_view_value_changed): * gtk/gtktextview.h: If the horizontal adjustment changes because of a change in the layout width, then do a complete redraw. This is because there might be right-aligned or centered text that needs to be redrawn.
* Try harder to set the event masks of descendent windows. (#169821, TommiMatthias Clasen2005-05-181-0/+3
| | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set the event masks of descendent windows. (#169821, Tommi Komulainen)
* Fix some errors in the handling of drop columns. (#143355, John Finlay)Matthias Clasen2005-05-181-0/+4
| | | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) (gtk_tree_view_set_column_drag_info): Fix some errors in the handling of drop columns. (#143355, John Finlay)
* Remove the no longer needed workaround.Matthias Clasen2005-05-181-0/+6
| | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Remove the no longer needed workaround.
* Add a bug referenceMatthias Clasen2005-05-181-0/+5
|
* gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check theTor Lillqvist2005-05-181-0/+10
| | | | | | | | | | | | 2005-05-18 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c * gdk/win32/gdkkeys-win32.c * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in lParam of WM_KEY* messages to distinguish between left and right Control and Alt keys. Unfortunately, the right Shift key doesnt set KF_EXTENDED, so to distinguish between left and right Shift keys, check the scan code. (#304584)
* Warn if length overflows. (#161520, Ian Wienand)Matthias Clasen2005-05-181-0/+3
| | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if length overflows. (#161520, Ian Wienand)
* Fix parameter names to make gtk-doc happy.Matthias Clasen2005-05-181-0/+3
| | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix parameter names to make gtk-doc happy.
* Fix the default values of draw-value and value-pos to be the values weMatthias Clasen2005-05-181-0/+4
| | | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkscale.c (gtk_scale_class_init): Fix the default values of draw-value and value-pos to be the values we actually use in _init. (#304547, Mikael Hallendal)
* Support named icons in cells by adding a icon-name property. (#165777,Matthias Clasen2005-05-181-1/+6
| | | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrendererpixbuf.c: Support named icons in cells by adding a icon-name property. (#165777, Anders Carlsson)
* Support named icons in tool buttons by adding a icon-name property.Matthias Clasen2005-05-181-0/+6
| | | | | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtktoolbutton.h: * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) (gtk_tool_button_get_icon_name): Support named icons in tool buttons by adding a icon-name property.
* New functions to support themed drag icons. (#116577, Christian Neumair)Matthias Clasen2005-05-181-0/+8
| | | | | | | | | | 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkdnd.h: * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) (gtk_drag_set_icon_name): New functions to support themed drag icons. (#116577, Christian Neumair)
* Update to changed cairo interface.Owen Taylor2005-05-171-0/+13
| | | | | | | | | | | | | | | 2005-05-17 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): Update to changed cairo interface. * gdk/x11/gdkdrawable-x11.[ch]: Add _gdk_x11_drawable_update_size() * gdk/x11/gdkwindow-x11.c (gdk_window_resize) (gdk_window_move_resize) * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call _gdk_x11_drawable_update_size().
* Don't blink the cursor if the text view is not editable.Matthias Clasen2005-05-171-0/+3
| | | | | | | 2005-05-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor if the text view is not editable.
* Keep the popup posted if the button is released over the cellview. ThisMatthias Clasen2005-05-171-0/+5
| | | | | | | | | 2005-05-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep the popup posted if the button is released over the cellview. This matches the behaviour of other combo box implementations. (#171378)