wxWidgets/src/gtk1
Vadim Zeitlin 6663339816 compilation fixes for old gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-21 19:33:03 +00:00
..
.cvsignore cvs now ignores libtool's .lo and .la files 1999-06-14 17:13:40 +00:00
accel.cpp many changes; major ones: 1999-10-04 20:15:38 +00:00
app.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
bdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
bitmap.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
bmpbuttn.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
brush.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
button.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
cdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
checkbox.cpp Fixed problem with mouse events getting sent to wrong 1999-10-20 20:38:47 +00:00
checklst.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
choice.cpp Added size hints to dialog, 1999-10-19 10:51:48 +00:00
clipbrd.cpp compilation fixes for old gcc 1999-10-21 19:33:03 +00:00
colour.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
combobox.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
control.cpp wxControl and wxChoice derive from the base classes under wxGTK too now 1999-10-18 15:45:28 +00:00
cross.xbm Initial revision 1998-05-20 14:01:55 +00:00
cursor.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
data.cpp 1. wxPostEvent added and documented 1999-10-17 01:18:49 +00:00
dataobj.cpp Made wxGTK compile and link again. Broke wxMSW a little. 1999-10-21 10:23:30 +00:00
dc.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcclient.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcmemory.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcscreen.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dialog.cpp Added size hints to dialog, 1999-10-19 10:51:48 +00:00
dnd.cpp minor change: disable debug messages flood from OnDragOver 1999-10-21 18:04:20 +00:00
fdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
filedlg.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
font.cpp Applied Diana's font patch II 1999-10-17 10:22:45 +00:00
fontdlg.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
frame.cpp Minor Reparent() and SetToolBar() fix for wxFrame. 1999-10-20 15:30:42 +00:00
gauge.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
gdiobj.cpp Added background colour again 1998-10-27 15:04:35 +00:00
gsockgtk.c bugfixes 1999-09-30 23:53:10 +00:00
horiz.xbm Initial revision 1998-05-20 14:01:55 +00:00
icon.cpp "wxGDIObject * => &" related changes (see mail to the list) 1998-12-09 17:30:17 +00:00
joystick.cpp new makefiles (part I) 1999-06-01 15:32:12 +00:00
listbox.cpp Applied a few patches, 1999-10-09 13:32:40 +00:00
main.cpp Moved the main funtion into its own source file. 1998-12-23 17:51:12 +00:00
mdi.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
menu.cpp Added wxMenu::Delete() and fixed some menu deleted memory 1999-10-11 19:32:58 +00:00
minifram.cpp Minor Reparent() and SetToolBar() fix for wxFrame. 1999-10-20 15:30:42 +00:00
notebook.cpp Since wxPanel is now AutoLayout aware, removed indirect auto layouting 1999-10-20 18:30:47 +00:00
palette.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
pen.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
radiobox.cpp Changed time of sending the wxSizeEvent and assorted things, 1999-10-14 13:09:01 +00:00
radiobut.cpp Fixed problem with mouse events getting sent to wrong 1999-10-20 20:38:47 +00:00
region.cpp minor Configure / makefiles updates 1999-01-08 20:33:18 +00:00
scrolbar.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
settings.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
slider.cpp wxSlider should now display int values, 1999-10-21 14:53:42 +00:00
spinbutt.cpp added SpinCtrl, 1999-10-11 10:05:36 +00:00
spinctrl.cpp added SpinCtrl, 1999-10-11 10:05:36 +00:00
statbmp.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
statbox.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
statline.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
stattext.cpp Minor Reparent() and SetToolBar() fix for wxFrame. 1999-10-20 15:30:42 +00:00
tbargtk.cpp Minor Reparent() and SetToolBar() fix for wxFrame. 1999-10-20 15:30:42 +00:00
textctrl.cpp TreeTest compiles again, 1999-10-10 19:56:38 +00:00
threadno.cpp 1. the common helper functions are now in src/unix/utilsunx.cpp 1999-03-06 00:11:27 +00:00
threadsgi.cpp Compilation fixes 1999-01-06 21:09:17 +00:00
timer.cpp fix from Ron for one-shot timers 1999-10-01 13:21:34 +00:00
tooltip.cpp Added zillions of #if wxUSE_XXX 1999-06-14 23:04:05 +00:00
treegtk.cpp treectrl.cpp renamed to treegtk.cpp due to usage of VPATH in makefiles 1999-05-31 17:14:12 +00:00
utilsgtk.cpp explicit compilation fix 1999-07-30 17:02:44 +00:00
utilsres.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
verti.xbm Initial revision 1998-05-20 14:01:55 +00:00
wave.cpp Use memcmp instead of that wxString hack 1999-07-23 09:48:39 +00:00
win_gtk.c Restored wxSizeEvent code form last week -> wxGLCanvas 1999-10-16 20:07:16 +00:00
window.cpp Fixed problem with mouse events getting sent to wrong 1999-10-20 20:38:47 +00:00