aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* add missing braces to unbreak the buildRonnie Sahlberg2008-04-116-1069/+1067
* Wrap the callback function pointer for g_signal_connect() inGuy Harris2008-04-111-28/+47
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-1119-161/+160
* second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-1111-40/+38
* first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-1112-128/+126
* replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping2008-04-114-20/+17
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-1124-56/+50
* replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping2008-04-117-1092/+1087
* replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping2008-04-118-54/+45
* replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from...Ulf Lamping2008-04-112-5/+2
* replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonicUlf Lamping2008-04-112-5/+2
* replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping2008-04-118-20/+16
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-1138-86/+83
* at least remove the "done" parts from this old fileUlf Lamping2008-04-111-32/+2
* explain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END Ulf Lamping2008-04-111-0/+4
* Clean up a few references to OBJECT_[GS]_DATA macrosBill Meier2008-04-115-5/+5
* OBJECT_[GS]ET_DATA macros not needed since GTK1 no longer supportedBill Meier2008-04-111-6/+0
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-1111-31/+31
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-1125-97/+97
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-1111-68/+68
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-1118-131/+131
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-1110-202/+202
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-1110-373/+373
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-113-177/+177
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-67/+67
* Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() andStephen Fisher2008-04-114-11/+5
* Replace FONT_TYPE macro with PangoFontDescription.Stephen Fisher2008-04-117-15/+13
* Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualStephen Fisher2008-04-115-14/+11
* some minor GTK1 related code fixesUlf Lamping2008-04-094-8/+3
* Get the Windows build going again(?).Anders Broman2008-04-092-144/+144
* Remove:Anders Broman2008-04-0913-51/+0
* Remove an unused function that is causing a warning/error on UnixStephen Fisher2008-04-091-10/+0
* fix some GTK1 related commentsUlf Lamping2008-04-096-19/+8
* fix a comment typoUlf Lamping2008-04-091-1/+1
* Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher2008-04-0910-507/+507
* remove GTK1 codeUlf Lamping2008-04-091-51/+1
* remove GTK1 specific font handlingUlf Lamping2008-04-084-14/+14
* provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems ...Ulf Lamping2008-04-081-1/+1
* Fix for bug 2414:Jaap Keuter2008-04-071-2/+3
* Cleanup whitespaces.Michael Tüxen2008-04-072-76/+70
* - Remove GLIB1 codeStephen Fisher2008-04-074-9/+1
* Remove GTK1 code.Stephen Fisher2008-04-0710-351/+1
* Remove GTK1 code and change ugly version checking statements intoStephen Fisher2008-04-077-90/+9
* try to fix #if !GTK_CHECK_VERSIONUlf Lamping2008-04-071-2/+2
* remove GTK1 codeUlf Lamping2008-04-079-496/+1
* remove GTK1 codeUlf Lamping2008-04-0719-1418/+16
* replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)Ulf Lamping2008-04-071-2/+2
* remove GTK1 codeUlf Lamping2008-04-064-388/+0
* remove GTK1 codeUlf Lamping2008-04-064-612/+0
* replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping2008-04-061-2/+2