aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping89-99/+0
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping30-258/+339
2008-04-12as we no longer need to have the stock icon label strings in two places (GTK2...Ulf Lamping2-99/+47
2008-04-11Add a cast to fix compilation on Unix.Stephen Fisher1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping62-475/+471
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg6-1069/+1067
2008-04-11Wrap the callback function pointer for g_signal_connect() inGuy Harris1-28/+47
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping19-161/+160
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping11-40/+38
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping12-128/+126
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping4-20/+17
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping24-56/+50
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping7-1092/+1087
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping8-54/+45
2008-04-11replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from...Ulf Lamping2-5/+2
2008-04-11replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonicUlf Lamping2-5/+2
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping8-20/+16
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping38-86/+83
2008-04-11at least remove the "done" parts from this old fileUlf Lamping1-32/+2
2008-04-11explain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END Ulf Lamping1-0/+4
2008-04-11Clean up a few references to OBJECT_[GS]_DATA macrosBill Meier5-5/+5
2008-04-11OBJECT_[GS]ET_DATA macros not needed since GTK1 no longer supportedBill Meier1-6/+0
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier11-31/+31
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier25-97/+97
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier11-68/+68
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier18-131/+131
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier10-202/+202
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier10-373/+373
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier3-177/+177
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-67/+67
2008-04-11Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() andStephen Fisher4-11/+5
2008-04-11Replace FONT_TYPE macro with PangoFontDescription.Stephen Fisher7-15/+13
2008-04-11Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualStephen Fisher5-14/+11
2008-04-09some minor GTK1 related code fixesUlf Lamping4-8/+3
2008-04-09Get the Windows build going again(?).Anders Broman2-144/+144
2008-04-09Remove:Anders Broman13-51/+0
2008-04-09Remove an unused function that is causing a warning/error on UnixStephen Fisher1-10/+0
2008-04-09fix some GTK1 related commentsUlf Lamping6-19/+8
2008-04-09fix a comment typoUlf Lamping1-1/+1
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher10-507/+507
2008-04-09remove GTK1 codeUlf Lamping1-51/+1
2008-04-08remove GTK1 specific font handlingUlf Lamping4-14/+14
2008-04-08provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems ...Ulf Lamping1-1/+1
2008-04-07Fix for bug 2414:Jaap Keuter1-2/+3
2008-04-07Cleanup whitespaces.Michael Tüxen2-76/+70
2008-04-07- Remove GLIB1 codeStephen Fisher4-9/+1
2008-04-07Remove GTK1 code.Stephen Fisher10-351/+1
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher7-90/+9
2008-04-07try to fix #if !GTK_CHECK_VERSIONUlf Lamping1-2/+2
2008-04-07remove GTK1 codeUlf Lamping9-496/+1