summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-2017-25/+265
* removed to re-add as binaryHans Breuer2003-07-2012-1/+13
* remove leftover request of {xy}thicknessSoeren Sandmann2003-07-191-4/+2
* don't attempt to add a NULL icon to the box.Soeren Sandmann2003-07-191-1/+2
* only redraw tabs on focus in/out.Soeren Sandmann2003-07-191-1/+15
* Add authentication icon.Matthias Clasen2003-07-184-0/+5
* New function. (#64562)Matthias Clasen2003-07-182-16/+42
* Fix C99 declarationSoeren Sandmann2003-07-182-10/+26
* Add properties decorated and gravity. (#80234)Matthias Clasen2003-07-181-3/+51
* Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport):Matthias Clasen2003-07-187-8/+296
* use gtk_widget_queue_resize_noredraw().Soeren Sandmann2003-07-181-2/+1
* Add this API.Soeren Sandmann2003-07-182-2/+19
* By popular request give toolbuttons a border.Soeren Sandmann2003-07-183-70/+50
* Merged from stable.Kristian Rietveld2003-07-171-6/+12
* Merged from stable.Kristian Rietveld2003-07-171-1/+2
* Merged from stable.Kristian Rietveld2003-07-171-2/+2
* Merged from stable.Kristian Rietveld2003-07-171-0/+3
* auto-ize.Owen Taylor2003-07-161-0/+3
* auto-ize.Owen Taylor2003-07-1619-48/+2098
* Rename parameter target_list back to targets, to pacify gtk-doc.Matthias Clasen2003-07-131-4/+4
* Fix leaks of label_text, label_widget and icon_widget. (#117312, ChristianSoeren Sandmann2003-07-131-2/+11
* Revert accidentally committed changes.Søren Sandmann Pedersen2003-07-132-114/+2
* Broken pipeSøren Sandmann Pedersen2003-07-132-2/+114
* new properties "horizontal-offset" and "vertical-offset" that determinesSoeren Sandmann2003-07-122-8/+52
* Merged from stable.Kristian Rietveld2003-07-121-1/+9
* Merged from stable.Kristian Rietveld2003-07-121-7/+7
* Merged from stable.Kristian Rietveld2003-07-121-1/+6
* Merged from stable.Kristian Rietveld2003-07-121-3/+11
* Merged from stable.Kristian Rietveld2003-07-121-12/+45
* Use g_strfreev() to free mime_types. (#117219, Steve Chaplin)Matthias Clasen2003-07-111-1/+1
* Add gtk_file_chooser_set_current_name() to set the current entry contents.Owen Taylor2003-07-118-84/+450
* make the path != NULL check a silent assert, so it follows the g_free()Kristian Rietveld2003-07-111-1/+2
* Add gtkcolorbutton.c and gtkfontbutton.c.Matthias Clasen2003-07-111-1/+1
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-1113-113/+4724
* Consider the text direction when sorting children. (#116540, SoerenMatthias Clasen2003-07-081-3/+9
* Doc addition. (#116501, Doug Quale)Matthias Clasen2003-07-081-1/+4
* remove strange #define fix cut'n'paste error use instance private data useSoeren Sandmann2003-07-085-12/+8
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-086-13/+4
* remove correction on x when detail is "menuitem". With the new menu lookSoeren Sandmann2003-07-0810-146/+194
* fix a type check, (#116947, Krasimir Angelov)Soeren Sandmann2003-07-084-102/+192
* remove accidentally committed debugging spewSoeren Sandmann2003-07-073-64/+101
* gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use ofOwen Taylor2003-07-061-55/+79
* Move default icon creation here, so that we have an icon at the start ofOwen Taylor2003-07-061-59/+80
* better drawing of GtkMenuItem add notes about GtkMenu remove leftoverSoeren Sandmann2003-07-061-1/+0
* add vertical_padding style property.Soeren Sandmann2003-07-069-72/+327
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-051-25/+33
* new test for removing itemsSoeren Sandmann2003-07-046-41/+76
* Use the theme colours for rubber bandingRoss Burton2003-07-031-7/+43
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-036-53/+135
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-0211-602/+4343