summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Started fixing Slovak translation.GTK_MULTIHEAD_MERGPOINT_03_09_01GTK_MULTIHEAD_MERGEPOINT_03_09_01Stanislav Visnovsky2001-09-032-531/+2093
* patch from vishnu@pobox.com (Joshua N Pritikin) to fix math and anJonathan Blandford2001-09-038-9/+52
* Patch from vishnu@pobox.com (Joshua N Pritikin) to emit signal at theJonathan Blandford2001-09-039-4/+71
* Usual update.Kwok-Koon Cheung2001-09-032-585/+2159
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-039-1/+66
* much changes in an attempt to make it working. It mostly works now,Kristian Rietveld2001-09-0210-368/+1490
* code cleaup, fix for bug #59222.Kristian Rietveld2001-09-028-57/+152
* add warnings per jrb's request.Kristian Rietveld2001-09-018-2/+40
* pass in user data.Jonathan Blandford2001-09-019-3/+51
* Instead of always mirroring the selection to a single PRIMARY selection,Owen Taylor2001-08-3110-178/+443
* Fix obvious mistake.Jonathan Blandford2001-08-302-6/+10
* Update japanese translationYukihiro Nakai2001-08-301-0/+4
* Update Japanese translation.Yukihiro Nakai2001-08-301-441/+2005
* put validate idle at resize - 2 just for flexibilityHavoc Pennington2001-08-308-9/+80
* handle NULL shaped object from the empty-child-anchor case by drawing aHavoc Pennington2001-08-309-17/+123
* apply fix to #58420 from Hidetoshi Tajima and Matthias ClasenHavoc Pennington2001-08-3011-25/+58
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): PropagateMatthias Clasen2001-08-302-3/+17
* io-png.c (png_row_callback): Check that row_num is valid.Matthias Clasen2001-08-302-0/+15
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-2911-15/+113
* fix g_object_notifyHavoc Pennington2001-08-298-2/+30
* add default iconHavoc Pennington2001-08-2926-86/+1352
* demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_objectMatthias Clasen2001-08-288-9/+46
* io-bmp.c (OneLine): Emit area_updated signal with properMatthias Clasen2001-08-282-1/+6
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the settingMatthias Clasen2001-08-288-3/+38
* *** empty log message ***Matthias Clasen2001-08-288-9/+0
* gdk-pixbuf/test-loaders.c (test_loader): Catch errors at close time.Matthias Clasen2001-08-2810-16/+54
* Make unrealize GTK_RUN_LAST.Alex Larsson2001-08-288-1/+36
* fix silly cut'n'paste error, with_label and with_mnemonic should createManish Singh2001-08-288-2/+44
* Fix to use GtkSelectionMode. ditto ditto ditto.Jonathan Blandford2001-08-2712-5/+54
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-2712-41/+88
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-2712-118/+155
* Fix a cuple of typos in compat macros. (#59624, Skip Montaro)Owen Taylor2001-08-278-2/+37
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-2715-13/+195
* Mon Aug 27 2001 Jens Finke <jens@gnome.org> - Renamed package to gtk2. -Jens Finke2001-08-271-8/+11
* Arg, why does evolution now work when you need it? I guess, it's Murphy's Law.Fatih Demir2001-08-272-2/+7
* Updated to match gpp requirements, reworked the files section to make itJens Finke2001-08-278-107/+110
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-2714-175/+448
* Disable a string because of gettext error.Kwok-Koon Cheung2001-08-262-1/+5
* Ressurect the properties test. I don't care if it is inferior, I just wantAlexander Larsson2001-08-269-1/+352
* pass ->nrows to gtk_table_resize as the first argument forChema Celorio2001-08-268-2/+51
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-2617-78/+431
* Add optional movement on push to buttons (based on patch from SoerenOwen Taylor2001-08-2511-167/+246
* Break compatibility and make gtk_image_new() take no arguments. TheOwen Taylor2001-08-2511-13/+155
* Remove unused and useless function gtk_menu_item_configure(). (#58925)Owen Taylor2001-08-259-16/+35
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-2414-48/+159
* Remove a stray g_object_ref() left over from gtk_object_ref/sink. (PointedOwen Taylor2001-08-248-2/+42
* Rename gtk_container_children() to gtk_container_get_children. AddedOwen Taylor2001-08-2311-6/+74
* Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when weOwen Taylor2001-08-2313-41/+135
* Rename from gtk_text_tag_table_size(). (#59366)Owen Taylor2001-08-2312-17/+43
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-2317-52/+95