index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gtk
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing braces to unbreak the build
Ronnie Sahlberg
2008-04-11
6
-1069
/
+1067
*
Wrap the callback function pointer for g_signal_connect() in
Guy Harris
2008-04-11
1
-28
/
+47
*
third round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
19
-161
/
+160
*
second round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
11
-40
/
+38
*
first round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
12
-128
/
+126
*
replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_func
Ulf Lamping
2008-04-11
4
-20
/
+17
*
replace WIDGET_SET_SIZE with gtk_widget_set_size_request
Ulf Lamping
2008-04-11
24
-56
/
+50
*
replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...
Ulf Lamping
2008-04-11
7
-1092
/
+1087
*
replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...
Ulf Lamping
2008-04-11
8
-54
/
+45
*
replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from...
Ulf Lamping
2008-04-11
2
-5
/
+2
*
replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonic
Ulf Lamping
2008-04-11
2
-5
/
+2
*
replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonic
Ulf Lamping
2008-04-11
8
-20
/
+16
*
replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...
Ulf Lamping
2008-04-11
38
-86
/
+83
*
at least remove the "done" parts from this old file
Ulf Lamping
2008-04-11
1
-32
/
+2
*
explain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END
Ulf Lamping
2008-04-11
1
-0
/
+4
*
Clean up a few references to OBJECT_[GS]_DATA macros
Bill Meier
2008-04-11
5
-5
/
+5
*
OBJECT_[GS]ET_DATA macros not needed since GTK1 no longer supported
Bill Meier
2008-04-11
1
-6
/
+0
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
11
-31
/
+31
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
25
-97
/
+97
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
11
-68
/
+68
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
18
-131
/
+131
*
OBECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
10
-202
/
+202
*
OBECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
10
-373
/
+373
*
OBECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
3
-177
/
+177
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
1
-67
/
+67
*
Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() and
Stephen Fisher
2008-04-11
4
-11
/
+5
*
Replace FONT_TYPE macro with PangoFontDescription.
Stephen Fisher
2008-04-11
7
-15
/
+13
*
Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actual
Stephen Fisher
2008-04-11
5
-14
/
+11
*
some minor GTK1 related code fixes
Ulf Lamping
2008-04-09
4
-8
/
+3
*
Get the Windows build going again(?).
Anders Broman
2008-04-09
2
-144
/
+144
*
Remove:
Anders Broman
2008-04-09
13
-51
/
+0
*
Remove an unused function that is causing a warning/error on Unix
Stephen Fisher
2008-04-09
1
-10
/
+0
*
fix some GTK1 related comments
Ulf Lamping
2008-04-09
6
-19
/
+8
*
fix a comment typo
Ulf Lamping
2008-04-09
1
-1
/
+1
*
Start getting rid of the uses of compat_macro.h's macros.
Stephen Fisher
2008-04-09
10
-507
/
+507
*
remove GTK1 code
Ulf Lamping
2008-04-09
1
-51
/
+1
*
remove GTK1 specific font handling
Ulf Lamping
2008-04-08
4
-14
/
+14
*
provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems ...
Ulf Lamping
2008-04-08
1
-1
/
+1
*
Fix for bug 2414:
Jaap Keuter
2008-04-07
1
-2
/
+3
*
Cleanup whitespaces.
Michael Tüxen
2008-04-07
2
-76
/
+70
*
- Remove GLIB1 code
Stephen Fisher
2008-04-07
4
-9
/
+1
*
Remove GTK1 code.
Stephen Fisher
2008-04-07
10
-351
/
+1
*
Remove GTK1 code and change ugly version checking statements into
Stephen Fisher
2008-04-07
7
-90
/
+9
*
try to fix #if !GTK_CHECK_VERSION
Ulf Lamping
2008-04-07
1
-2
/
+2
*
remove GTK1 code
Ulf Lamping
2008-04-07
9
-496
/
+1
*
remove GTK1 code
Ulf Lamping
2008-04-07
19
-1418
/
+16
*
replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)
Ulf Lamping
2008-04-07
1
-2
/
+2
*
remove GTK1 code
Ulf Lamping
2008-04-06
4
-388
/
+0
*
remove GTK1 code
Ulf Lamping
2008-04-06
4
-612
/
+0
*
replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...
Ulf Lamping
2008-04-06
1
-2
/
+2
[next]