.. |
.cvsignore
|
|
|
app.cpp
|
Possibly cured the assertion message dialog paint problem,
|
2002-07-23 16:27:14 +00:00 |
bdiag.xbm
|
|
|
bitmap.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
bmpbuttn.cpp
|
initialize wxBitmapButton members
|
2002-05-04 11:57:39 +00:00 |
brush.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
button.cpp
|
changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
|
2002-03-12 19:24:30 +00:00 |
cdiag.xbm
|
|
|
checkbox.cpp
|
Various changes to focus handling when TLW start.
|
2002-04-17 22:44:31 +00:00 |
checklst.cpp
|
first pass of wxUniv merge - nothing works, most parts don't even compile
|
2001-06-26 20:59:19 +00:00 |
choice.cpp
|
implemented wxChoice::Delete
|
2002-04-12 09:31:12 +00:00 |
clipbrd.cpp
|
Applied thread wakeup patch.
|
2002-02-04 12:38:11 +00:00 |
colour.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
combobox.cpp
|
Updates to (behaviour of) wxComboBox and wxSpinCtrl.
|
2002-06-02 10:57:45 +00:00 |
control.cpp
|
first pass of wxUniv merge - nothing works, most parts don't even compile
|
2001-06-26 20:59:19 +00:00 |
cross.xbm
|
|
|
cursor.cpp
|
fixed infinite loop in wxCursor(wxImage) ctor
|
2002-06-12 14:12:19 +00:00 |
data.cpp
|
1. made wxDebugMsg, wxError and wxFatalError deprecated (still available
|
2002-02-22 18:18:36 +00:00 |
dataobj.cpp
|
don't use deprecated wxImage methods inside wxWin
|
2002-03-24 00:22:15 +00:00 |
dc.cpp
|
|
|
dcclient.cpp
|
Corrected my wrong application of patch
|
2002-07-04 19:08:39 +00:00 |
dcmemory.cpp
|
|
|
dcscreen.cpp
|
|
|
descrip.mms
|
Committing in .
|
2002-03-15 09:02:01 +00:00 |
dialog.cpp
|
added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric
|
2001-11-30 23:40:12 +00:00 |
dnd.cpp
|
added a check which should prevent the crash of bug 555111
|
2002-05-22 16:27:06 +00:00 |
evtloop.cpp
|
added wxEventLoop::GetActive()
|
2001-08-12 22:10:20 +00:00 |
fdiag.xbm
|
|
|
filedlg.cpp
|
|
|
files.lst
|
Regenerated files.lst after addition of listbase.h
|
2002-07-31 20:40:46 +00:00 |
font.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
fontdlg.cpp
|
fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer
|
2002-05-12 19:35:33 +00:00 |
frame.cpp
|
fixed bug introduced by my previous GtkUpdateSize() commit
|
2002-07-06 13:14:27 +00:00 |
gauge.cpp
|
got rid of ^Ms
|
2001-12-14 00:28:47 +00:00 |
gdiobj.cpp
|
|
|
glcanvas.cpp
|
removed code (re)setting the camera from wxGLCanvas::OnSize()
|
2001-11-09 15:12:25 +00:00 |
gsockgtk.c
|
The world should not end if a server has no peer. Let's return FALSE instead.
|
2002-07-29 04:13:25 +00:00 |
horiz.xbm
|
|
|
icon.cpp
|
|
|
joystick.cpp
|
compilation error fixed
|
2002-03-13 21:10:29 +00:00 |
listbox.cpp
|
replaced wxWindowGTK::m_isListBox with a virtual function
|
2002-05-31 14:14:00 +00:00 |
main.cpp
|
|
|
mdi.cpp
|
Overrode wxMDIChildFrame's DoSetSize to not misplace
|
2002-06-02 14:24:29 +00:00 |
menu.cpp
|
ported characters escaping in menus to GTK+ 2.0
|
2002-07-28 18:48:36 +00:00 |
minifram.cpp
|
wxMiniFrame works again.
|
2002-01-27 19:54:13 +00:00 |
notebook.cpp
|
fixed initial focus handling in the dialog and made SetFocus() send the focus
|
2002-04-20 13:53:11 +00:00 |
pen.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
popupwin.cpp
|
Dislaying popup tip windows seems to work right now.
|
2002-06-06 19:35:51 +00:00 |
radiobox.cpp
|
Various changes to focus handling when TLW start.
|
2002-04-17 22:44:31 +00:00 |
radiobut.cpp
|
replaced m_isRadioButton with a virtual function
|
2002-05-31 14:17:23 +00:00 |
region.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
scrolbar.cpp
|
fixed bug in generation of thumb scroll events
|
2002-04-14 16:26:36 +00:00 |
scrolwin.cpp
|
Update Layout more correctly in DoSetVirtualSize.
|
2002-07-07 03:16:35 +00:00 |
settings.cpp
|
wxIconBundle implementation.
|
2002-03-26 21:54:23 +00:00 |
slider.cpp
|
Don't let wxSlider send events when programmatically changing
|
2002-07-09 21:01:04 +00:00 |
spinbutt.cpp
|
changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
|
2002-03-12 19:24:30 +00:00 |
spinctrl.cpp
|
Updates to (behaviour of) wxComboBox and wxSpinCtrl.
|
2002-06-02 10:57:45 +00:00 |
statbmp.cpp
|
Various changes for simplification of focus event
|
2001-08-19 21:36:25 +00:00 |
statbox.cpp
|
fix to not show ampersands in the static box title (needed after the previous change)
|
2002-07-23 14:09:32 +00:00 |
statline.cpp
|
|
|
stattext.cpp
|
first pass of wxUniv merge - nothing works, most parts don't even compile
|
2001-06-26 20:59:19 +00:00 |
tbargtk.cpp
|
radio toolbar buttons finally work
|
2002-03-26 16:09:32 +00:00 |
textctrl.cpp
|
added missing extern "C" required for Sun CC
|
2002-05-14 12:28:07 +00:00 |
tglbtn.cpp
|
Various changes to focus handling when TLW start.
|
2002-04-17 22:44:31 +00:00 |
threadno.cpp
|
|
|
threadsgi.cpp
|
|
|
timer.cpp
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
tooltip.cpp
|
changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
|
2002-03-12 19:24:30 +00:00 |
toplevel.cpp
|
New implementation of ShowFullScreen(). It works
|
2002-07-28 16:23:25 +00:00 |
treegtk.cpp
|
|
|
utilsgtk.cpp
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
utilsres.cpp
|
|
|
verti.xbm
|
|
|
wave.cpp
|
|
|
win_gtk.c
|
More work on GTK 2.0 drawing.
|
2002-03-29 13:05:21 +00:00 |
window.cpp
|
Changed wxGTK's notion of SetSize() to never allow setting
|
2002-07-23 20:51:42 +00:00 |
wx_gtk_vmsjackets.c
|
|
|