summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Change the return value from gint to gboolean. (#130718, reported byMatthias Clasen2004-01-072-2/+2
* Remove the redundant name and stock_id parameters, adjust all callers.Matthias Clasen2004-01-072-24/+18
* Add creation functions for actions.Matthias Clasen2004-01-077-50/+162
* Fix grammar of docs.Matthias Clasen2004-01-071-4/+96
* add REMOVABLE column to the shortcuts_model.Jan Arne Petersen2004-01-071-57/+38
* Call gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.Jody Goldberg2004-01-061-1/+1
* Use 0777 as the mode for mkdir() and let the umask do the right thing.Federico Mena Quintero2004-01-061-1/+1
* g_path_skip_root() can return NULL; handle this. Fixes #129565.Federico Mena Quintero2004-01-061-35/+35
* Removed space that proceeded the end-of-sentence punctuation. Fixes:Alexander Winston2004-01-061-1/+1
* Oops, call shortcuts_add_bookmarks() here.Federico Mena Quintero2004-01-061-4/+8
* New helper function. (toolbar_create): Do not use a toolbar widget, justFederico Mena Quintero2004-01-061-164/+100
* Change API so group is a GtkRadioButton, not a GtkWidget.Soeren Sandmann2004-01-042-4/+4
* use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND workHans Breuer2004-01-048-36/+176
* Update freedesktop.org clipboard doc link. Patch from Andrew MoiseManish Singh2004-01-031-6/+6
* add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.Jody Goldberg2004-01-023-94/+129
* Changes to support week_start values other than 0 and 1, e.g. 6 will letMatthias Clasen2004-01-021-21/+19
* Use ngettext for plurals (#123847).Christian Neumair2003-12-311-1/+1
* Pull accelerator key from the stock item if stock_id is given, butMatthias Clasen2003-12-311-21/+47
* Make show_all() work for the extra and preview widgets; reported by PaoloFederico Mena Quintero2003-12-291-2/+2
* Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions.Soeren Sandmann2003-12-293-2/+17
* Update my e-mail address.Anders Carlsson2003-12-2912-12/+12
* Add a way to lock individual accelerator paths. (#73207, reported by HavocMatthias Clasen2003-12-292-0/+62
* use CHILD_VISIBLE instead of VISIBLE to determine whether we should stopSoeren Sandmann2003-12-271-1/+2
* Don't use first_action without initializing it if n_entries is 0.Matthias Clasen2003-12-261-2/+2
* fix GTK_TYPE_ICON_INFO macro, reported by muppet.Manish Singh2003-12-241-1/+1
* Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() andMatthias Clasen2003-12-242-0/+115
* Use gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right. Removed.Matthias Clasen2003-12-211-49/+23
* Fix memory leaks caused by the failure to free the result ofMatthias Clasen2003-12-213-3/+16
* New function to emit the "cancel" signal on a menu shell.Matthias Clasen2003-12-215-5/+20
* Fix the "language_set" blurb. (#129720, Christian Rose)Matthias Clasen2003-12-201-1/+1
* do not invalidate all of treeview when resizing (#110074, patch fromKristian Rietveld2003-12-201-1/+3
* Fixes #108458.Kristian Rietveld2003-12-196-0/+172
* use strstr instead of strcmp (#117127, suggestion from Soeren Sandmann).Kristian Rietveld2003-12-191-1/+1
* move item insertion logic here from gtk_menu_real_insert(),Kristian Rietveld2003-12-191-9/+25
* Use g_date_strftime() for UTF-8 correctness; use Julian dates to simplifyFederico Mena Quintero2003-12-191-41/+19
* Fix the behaviour of insensitive actions, which was broken whenMatthias Clasen2003-12-194-3/+11
* Fixes #110249, reworked patch from Joshua N Pritikin.Kristian Rietveld2003-12-182-0/+174
* add key bindings for "*" and "/" (expand/collapse all). (#110195, reportedKristian Rietveld2003-12-181-0/+23
* clear the extra_attrs list if we set "text" after "markup". (FixesKristian Rietveld2003-12-181-0/+11
* Fix typo that used the wrong x/y values for the x1, y1 pointAlexander Larsson2003-12-181-1/+1
* added language and language_set properties like GtkTextTag has. (#103800,Kristian Rietveld2003-12-181-1/+48
* Correct misleading docs. Add docs for the "activate" signal. (#129358,Matthias Clasen2003-12-182-3/+11
* Jonathan got the logical flag backwards in the expand_collapse_cursor_rowKristian Rietveld2003-12-181-13/+17
* only start editing when activated by the left mouse button. (#106869,Kristian Rietveld2003-12-181-1/+1
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-185-116/+108
* add a single-paragraph-mode property, use private instance data. (FixesKristian Rietveld2003-12-171-0/+39
* now deprecated (#106953, reported by Matthias Clasen).Kristian Rietveld2003-12-171-2/+8
* if we set a new stock_id and there was a previous stock_id, unref theKristian Rietveld2003-12-171-1/+8
* Check that index is not bigger than level array length also when depth isMarco Pesenti Gritti2003-12-171-2/+6
* only try to strcmp or strlen if we managed to normalize and casefold theKristian Rietveld2003-12-171-6/+12