summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-255-24/+42
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-2515-487/+829
* Put notes in gtk_window_set_has_frame(), etc. docs about how these are notHavoc Pennington2001-09-251-1/+19
* add marshal function types.James Henstridge2001-09-254-11/+59
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-245-120/+262
* Don't wait for a response back from the window manager if our size hasn'tOwen Taylor2001-09-241-39/+28
* Add a compat macro that got lost.Owen Taylor2001-09-248-22/+24
* fix compat macros for gtk_menu_<prepend|insert>Hans Breuer2001-09-221-2/+2
* weight value should be an intKristian Rietveld2001-09-222-6/+18
* don't pass key press to IM context if cursor isn't in an editableHavoc Pennington2001-09-221-2/+7
* Bug #60862Havoc Pennington2001-09-214-43/+41
* don't try to handle alignment here, because it's done by PangoLayout afterHavoc Pennington2001-09-211-20/+3
* updated externalsHans Breuer2001-09-214-48/+48
* set radio_menu_item->group to NULL after removing it from the list, as itMatt Wilson2001-09-212-0/+6
* add variables and checks for specific versions of dependencies. PreviouslyHavoc Pennington2001-09-213-15/+19
* Fix ref count on new tag to be 1. Update doc. (#60836)Joshua N Pritikin2001-09-211-2/+4
* Use the current day, as well as the current month and year.Owen Taylor2001-09-201-1/+1
* Automatically set set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)Owen Taylor2001-09-201-0/+1
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-204-12/+1
* Small warning cleanups.Owen Taylor2001-09-207-11/+5
* returned incorrect values for top, right and bottom due to cut-and-pasteKristian Rietveld2001-09-201-2/+2
* Add missing cast.Owen Taylor2001-09-195-4/+6
* Patch from Frank Belew #59037 for Solaris compilation.Owen Taylor2001-09-192-3/+3
* Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,Owen Taylor2001-09-192-3/+1
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-195-3/+11
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-199-96/+1179
* centralize all the editing codeJonathan Blandford2001-09-189-23/+155
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-1819-704/+752
* Get rid of broken "can_edit" and "can_activate" properties in favor ofJonathan Blandford2001-09-184-55/+31
* Add put for use with editable widgets. This function is private, andJonathan Blandford2001-09-184-32/+85
* don't use += before =Matt Wilson2001-09-182-5/+5
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-1711-267/+432
* Handle scroll wheel events.Alexander Larsson2001-09-171-0/+49
* road signs for error and question dialogsJakub Steiner2001-09-136-0/+0
* more dialog icon changesJakub Steiner2001-09-136-0/+0
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-128-240/+233
* gtk/gtktextview.c Add support for Ctrl+Up/Down arrow to move cursor toPadraig O'Briain2001-09-121-3/+14
* dialog icon fix-ups, arrow icons, font, refresh and othersJakub Steiner2001-09-1222-0/+0
* stock icon updates: question dialog, arrowsJakub Steiner2001-09-1211-0/+0
* Implement a search path for GTK+ modules.Owen Taylor2001-09-114-148/+174
* oops, forgot to add thoseJakub Steiner2001-09-112-0/+0
* Fixed reversed comparison causing RC properties not to work.Owen Taylor2001-09-111-1/+1
* more stock icons - warning dialog, error dialog, DnDJakub Steiner2001-09-116-0/+0
* minor fixesJoshua N Pritikin2001-09-112-2/+5
* slight fix for g_object_set() not usable for nesting anymore.Tim Janik2001-09-102-4/+24
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-16/+1
* Fix looping in gtk_tree_store_init() waiting for zero random int.Padraig O'Briain2001-09-101-1/+1
* fix xscale and yscale behaviour which havoc broke. they have to default toTim Janik2001-09-102-6/+5
* gtk/gtkstyle.c (_gtk_style_peek_property_value) Amend previous change toPadraig O'Briain2001-09-101-2/+3
* Fix blank line in the wrong place.Owen Taylor2001-09-101-1/+1