summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix.Matthias Clasen2003-04-097-2/+15
|
* Typo fixes.Matthias Clasen2003-04-092-5/+9
|
* Typo fix.Matthias Clasen2003-04-095-0/+20
|
* - Disconnect signal connections when appropriate. - Listen toOwen Taylor2003-04-094-55/+333
| | | | | | | | | | | | | | | | | | | | | Wed Apr 9 12:28:04 2003 Owen Taylor <otaylor@redhat.com> * gtkfilesystemmodel.c: - Disconnect signal connections when appropriate. - Listen to ::roots-changed on the file system - When the last reference count on a child is removed, queue an idle to unload the parent. * gtkfilesystemgnomevfs.c - When URI's outside of file:/// are acessed, add toplevel URI's to the list of roots. - Improve display name computations * gtkfilechooserentry.c: Don't complete on empty file parts; free stored folder when base directory changes. * gtkfilechooser.c: Fill in some docs.
* Flush after ungrabbing the server.Owen Taylor2003-04-078-5/+62
| | | | | | | | | | | | | Mon Apr 7 19:43:15 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush after ungrabbing the server. * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed calls to XFlush(). * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab.
* typo fixMatthias Clasen2003-04-071-0/+4
|
* Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada)Matthias Clasen2003-04-079-1/+32
| | | | | | * gtk/gtktextlayout.c (set_para_values): * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada)
* Fix numerous misspellings of possessive "its". (#110027, Doug Quale)Matthias Clasen2003-04-0721-22/+59
|
* Add deprecation info.Matthias Clasen2003-04-062-20/+10
|
* Fix double free.Owen Taylor2003-04-041-2/+1
| | | | | | Fri Apr 4 18:29:27 2003 Owen Taylor <otaylor@redhat.com> * gtkfilechooserentry.c: Fix double free.
* Move interface definition into a private header so it can refer toOwen Taylor2003-04-0413-572/+953
| | | | | | | | | | | | | | Fri Apr 4 17:30:27 2003 Owen Taylor <otaylor@redhat.com> * gtkfilechooserprivate.h gtkfilechooser.h: Move interface definition into a private header so it can refer to GtkFileSystem. * *.[ch]: Switch over from using gchar *uri internally to using GtkFilePath * internally, and add conversion routines to GtkFileSystem. * TODO README: Updates.
* Updated Azerbaijani translaion.Metin Amiroff2003-04-042-132/+137
| | | | | | 2003-04-04 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translaion.
* Only use files from the current directory if it looks like the srcdir.Matthias Clasen2003-04-026-1/+27
| | | | | | | 2003-04-03 Matthias Clasen <maclas@gmx.de> * demos/gtk-demo/main.c (demo_find_file): Only use files from the current directory if it looks like the srcdir. (#109357)
* add property focus_on_clickSoeren Sandmann2003-04-028-24/+137
| | | | | | | | | | Wed Apr 2 23:02:26 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkbutton.[ch] (gtk_button_class_init): add property focus_on_click * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard navigation not wrap around.
* Return 0 if lower == upper. (#109155)Matthias Clasen2003-04-026-3/+38
| | | | | | | | | 2003-04-02 Matthias Clasen <maclas@gmx.de> * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value): Return 0 if lower == upper. (#109155) (gtk_progress_get_current_percentage): Use gtk_progress_get_percentage_from_value().
* be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.Dmitry Mastrukov2003-04-022-283/+285
|
* Exploit the fact that all our filters are separable to simplify theOwen Taylor2003-04-014-346/+405
| | | | | | | | | | | | Tue Apr 1 15:33:51 2003 Owen Taylor <otaylor@redhat.com> * pixops/pixops.c (make_weights): Exploit the fact that all our filters are separable to simplify the calculation of the weight tables. (Based on a patch from Brian Cameron.) * pixops/Makefile.am pixbuf-transform-math.ltx: Add a short article describing how the math in pixops.c works.
* Fix formatting of examples.Matthias Clasen2003-03-312-2/+4
| | | | * gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples.
* Fix docs. (#109510, Noah Levitt)Matthias Clasen2003-03-316-1/+26
| | | | | | | 2003-04-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs. (#109510, Noah Levitt)
* Fix the example. (#109563)Matthias Clasen2003-03-312-2/+6
| | | | | | 2003-04-01 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkfilesel.sgml: Fix the example. (#109563)
* Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.Raphael Finkel2003-03-312-33/+38
| | | | | | | 2003-03-31 Raphael Finkel <raphael@cs.uky.edu> * yi.po: Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
* null initialize reorder's members so Purify won't complain.Jonathan Blandford2003-03-316-1/+11
| | | | | | | | | Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's members so Purify won't complain. * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
* null initialize reorder's members so Purify won't complain.Jonathan Blandford2003-03-316-1/+26
| | | | | | | Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's members so Purify won't complain.
* Add a new property, role, corresponding to gtk_window_[gs]et_role().Matthias Clasen2003-03-316-3/+45
| | | | | | | 2003-03-31 Matthias Clasen <maclas@gmx.de> * gtk/gtkwindow.c: Add a new property, role, corresponding to gtk_window_[gs]et_role(). (#93904)
* Actually commit updates I thought I already had committed. (#108818)Tor Lillqvist2003-03-311-11/+55
|
* fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>Jonathan Blandford2003-03-306-1/+26
| | | | | | | Sun Mar 30 03:57:42 2003 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
* Set state of labels back to normal before reparenting back. (#102387)Matthias Clasen2003-03-296-0/+16
| | | | | | | 2003-03-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state of labels back to normal before reparenting back. (#102387)
* Set a default window title to match the GtkFontSelectionDialog behavior.Matthias Clasen2003-03-296-1/+48
| | | | | | | | | | 2003-03-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set a default window title to match the GtkFontSelectionDialog behavior. (gtk_color_selection_dialog_new): Don't call gtk_window_set_title() if title is NULL. (bug #101975, Daniel Elstner)
* Fix for bug #78499:Matthias Clasen2003-03-297-1/+107
| | | | | | | | | | | | | | | 2003-03-29 Matthias Clasen <maclas@gmx.de> Fix for bug #78499: * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and select_lines. * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and select_lines on double/triple click. * gtk/gtkentry.c (gtk_entry_motion_notify): Implement select-by-words and select-by-lines behaviour.
* Fix the previous commit.Matthias Clasen2003-03-292-2/+2
|
* Fixes for bug #56248:Matthias Clasen2003-03-298-38/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-29 Matthias Clasen <maclas@gmx.de> Fixes for bug #56248: * gtk/gtknotebook.c (stop_scrolling): New function to remove the timer and queue a redraw. (gtk_notebook_grab_notify): (gtk_notebook_state_changed): New functions to call stop_scrolling() if necessary. (gtk_notebook_button_release): Use stop_scrolling(). (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows. * gtk/gtkrange.c (stop_scrolling): New function to remove the grab, remove the timer and queue a redraw. (gtk_range_grab_notify): (gtk_range_state_changed): New functions to call stop_scrolling() if necessary. (gtk_range_button_release): Use stop_scrolling(). * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): (gtk_spin_button_state_changed): Redraw after stop_spinning. (gtk_spin_button_stop_spinning): Reset click_child to correct the drawing of the arrows. (gtk_spin_button_button_release): Use a local copy of click_child, since stop_spinning() resets it.
* Add C-A-PgUp and C-A-PgDown as alternatives to the A-less variants.Matthias Clasen2003-03-286-2/+32
| | | | | | | 2003-03-29 Matthias Clasen <maclas@gmx.de> * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and C-A-PgDown as alternatives to the A-less variants. (#97860)
* Finish monitoring, add a TODO, fill in details in README, fix some missing ↵Owen Taylor2003-03-274-73/+257
| | | | finalization chainups
* Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.Christian Rose2003-03-262-2151/+2105
| | | | | | | 2003-03-26 Christian Rose <menthos@menthos.com> * yi.po: Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
* Add a construct-only 'file_system' property, split test case into ↵Owen Taylor2003-03-269-116/+304
| | | | testfilechooser, testfilechooser-vfs
* - Add GnomeVFS backendOwen Taylor2003-03-266-139/+337
| | | | | | - Add gtk_file_info_get_display_key() - Start switching from file_added => files_added - Switch over to Nautilus-like Loading.../Empty
* rewrote the function that does node and arrow prelighting, queue allSven Neumann2003-03-266-100/+120
| | | | | | | 2003-03-26 Sven Neumann <sven@gimp.org> * gtk/gtktreeview.c: rewrote the function that does node and arrow prelighting, queue all redraws from here (Fixes bug #108792).
* Add GtkFileSystem::parse, and a chooser entry with completionOwen Taylor2003-03-258-6/+929
|
* Make incrememtal searching work, some bug fixesOwen Taylor2003-03-243-46/+67
|
* Updated Spanish translation by Carlos Perelló MarínPablo Gonzalo del Campo2003-03-242-8/+13
| | | | | | | 2003-03-24 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Carlos Perelló Marín <carlos@gnome-db.org>.
* Fix for #108788 - GError set to FALSE rather than NULL.Richard Kinder2003-03-246-3/+23
|
* Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.Christian Rose2003-03-232-557/+1162
| | | | | | | 2003-03-23 Christian Rose <menthos@menthos.com> * yi.po: Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
* copy stock_color_picker_25.png, don't copy stock_save_24.png twice.Michael Natterer2003-03-223-11/+10
| | | | | | | | | | 2003-03-22 Michael Natterer <mitch@gimp.org> * gtk/Makefile.am: copy stock_color_picker_25.png, don't copy stock_save_24.png twice. * gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER instead of stock_colorselector_24.png.
* Add sorting, a size column.Owen Taylor2003-03-214-24/+244
| | | | | | Try making the tree view on the left auto-expand/collapse when the selection changes. Some bug fixes.
* Add some documentation comments, fix some missing staticsOwen Taylor2003-03-216-15/+166
|
* Initial importSTARTOwen Taylor2003-03-210-0/+0
|
* Initial revisionOwen Taylor2003-03-2117-0/+4344
|
* Add missing static. (#108614)Matthias Clasen2003-03-212-1/+4
| | | | | | | 2003-03-21 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add missing static. (#108614)
* Add missing static qualifiers apparently causing problems on someMatthias Clasen2003-03-213-3/+10
| | | | | | | | 2003-03-21 Matthias Clasen <maclas@gmx.de> * io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load): * io-ico.c (gdk_pixbuf__ico_image_stop_load): Add missing static qualifiers apparently causing problems on some platforms. (#108617)
* Added Malayalam translationsGuntupalli Karunakar2003-03-208-1/+4932
|