summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New function.Soeren Sandmann2004-08-1413-882/+1893
* Don't install the settings_notify_cb from here, since it may be calledMatthias Clasen2004-08-135-3/+28
* don't draw handle box grippies for GtkPanedcinamod2004-08-131-1/+2
* Remove leftover debugging outputMatthias Clasen2004-08-131-1/+0
* draw handle box tearoffs properly now in XP modecinamod2004-08-132-7/+6
* Make re-sensitivation work in menu mode.Matthias Clasen2004-08-135-27/+14
* make things etched-incinamod2004-08-131-2/+2
* Fix the docs build.Matthias Clasen2004-08-135-5/+21
* Make fixed height mode handle insertions. (135955, Michael Vogt, testcaseMatthias Clasen2004-08-135-1/+32
* Add missing include.Matthias Clasen2004-08-135-0/+17
* Fix #149547, Markus Lausser:Matthias Clasen2004-08-135-4/+72
* Remove an accidentally added include.Matthias Clasen2004-08-131-1/+0
* Properly determine the number of colors in an OS/2 BMP file. (#150003,Matthias Clasen2004-08-132-1/+10
* Adjust to GtkAboutDialog API changes.Matthias Clasen2004-08-137-19/+75
* Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefixMatthias Clasen2004-08-129-24/+47
* Remove C99-isms. (#149967, Vincent Noel)Matthias Clasen2004-08-122-7/+18
* Make the icon view accessible by implementing the necesssary ATKMatthias Clasen2004-08-125-2/+2284
* Link to information about allowed action names. (#149620, David Malcolm)Matthias Clasen2004-08-127-3/+36
* Add setters for the ::sensitive and ::visible properties of GtkAction.Matthias Clasen2004-08-128-8/+114
* Fix #149422, #143457:Federico Mena Quintero2004-08-125-57/+108
* Check all symbols.Matthias Clasen2004-08-122-1/+5
* Add shortcuts_model_filter_get_type.Matthias Clasen2004-08-127-1/+33
* Add the XDG_PREFIX to this function as well.Matthias Clasen2004-08-122-3/+9
* Don't start a drag if the treeview is only a drag destination. (#149836,Matthias Clasen2004-08-115-1/+25
* Underscore-prefix gtk_tree_data_list_compare_func.Matthias Clasen2004-08-1110-17/+55
* Make scaling and compositing functions handle edge pixels consistently.Matthias Clasen2004-08-111-0/+3
* underscore prefix the mmx implementations, in order to not export them.Matthias Clasen2004-08-119-90/+99
* Add gdk-pixbuf-alias.hMatthias Clasen2004-08-112-0/+5
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-1114-96/+222
* *** empty log message ***Matthias Clasen2004-08-103-0/+8
* Define TESTS, not TEST, so that make check actually triggers abicheck.sh.Matthias Clasen2004-08-106-2/+18
* Include glib.h before using glib symbols. D'oh.Matthias Clasen2004-08-106-4/+20
* Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.Matthias Clasen2004-08-106-43/+50
* Include gtkalias.h in the generated sources gtkmarhalers.c andMatthias Clasen2004-08-108-15/+55
* Add gdkalias.h to BUILT_SOURCES.Matthias Clasen2004-08-105-1/+18
* autogenerate gtk.def, cleanupHans Breuer2004-08-097-46/+44
* Updated Old English translationDavid Lodge2004-08-092-0/+1960
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-0965-585/+889
* Fix C99ism.Morten Welinder2004-08-095-1/+19
* Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.Matthias Clasen2004-08-095-1/+30
* Add the exported functions gdk_rgb_colormap_ditherable(),Matthias Clasen2004-08-096-0/+40
* Add a forgotten file.Matthias Clasen2004-08-091-0/+82
* Make static.Matthias Clasen2004-08-095-1/+21
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-09197-2792/+3243
* Only undef gtk_init_check and gtk_init on win32.Matthias Clasen2004-08-095-0/+22
* Add gtk_entry_layout_index_to_text_index() and its inverse. The haveMatthias Clasen2004-08-097-1/+40
* Don't leak the file contents.Matthias Clasen2004-08-095-1/+23
* Don't leak the icon source.Matthias Clasen2004-08-095-0/+21
* Don't leak a reference to the pixbufs.Matthias Clasen2004-08-095-1/+22
* Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column.Matthias Clasen2004-08-096-2/+62