..
.cvsignore
Added some WINE things.
1999-06-07 21:17:21 +00:00
accel.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
app.h
1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and
1999-10-18 15:14:52 +00:00
bitmap.h
Chnages to mono-bitmap code.
2000-01-12 17:57:18 +00:00
bmpbuttn.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
brush.h
added SpinCtrl,
1999-10-11 10:05:36 +00:00
button.h
New colour, font, theme and size code..
2000-01-04 13:02:27 +00:00
checkbox.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
checklst.h
added SpinCtrl,
1999-10-11 10:05:36 +00:00
choice.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
clipbrd.h
wxClipboard::IsOpened() and wxCLipboardLocker helper class added
1999-10-21 13:56:34 +00:00
colour.h
Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute
1999-02-18 14:55:34 +00:00
combobox.h
wxWindow::GetBestSize() added
1999-11-19 21:01:20 +00:00
control.h
1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp
2000-01-06 16:47:48 +00:00
cursor.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
dataform.h
some fixes from the SGI build log
2000-01-24 15:47:21 +00:00
dataobj2.h
many warnings fixed (from HP-UX compilation log)
1999-11-02 18:41:23 +00:00
dataobj.h
Made wxGTK compile and link again. Broke wxMSW a little.
1999-10-21 10:23:30 +00:00
dc.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
dcclient.h
Implemented MSW's paint region clipping, but
2000-02-21 14:16:32 +00:00
dcmemory.h
black now denotes 0 on mono-bitmaps.
2000-01-15 10:39:27 +00:00
dcscreen.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
dialog.h
Added wxWindow::DoMoveWindow(..)
1999-12-29 11:52:51 +00:00
dnd.h
1. wxDropTarget::OnData() returns wxDragResult now, not bool
1999-10-23 23:40:55 +00:00
error.xpm
Added wxGTK-only cmn dialogs.
1999-06-26 11:56:44 +00:00
filedlg.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
font.h
1. wxFontMapper almost finished
1999-11-05 19:03:19 +00:00
fontdlg.h
1. wxFontMapper almost finished
1999-11-05 19:03:19 +00:00
frame.h
Fixed status bar probs,
2000-02-05 17:56:26 +00:00
gauge.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
gdiobj.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
icon.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
info.xpm
Added wxExtDialog and sample.
1999-07-03 16:40:54 +00:00
joystick.h
Added GTK/Linux joystick class (Guilhem Lavaux)
1998-06-13 10:11:58 +00:00
listbox.h
wxWindow::GetBestSize() added
1999-11-19 21:01:20 +00:00
mdi.h
Added IsTopLevel() as a virtual function.
1999-11-05 15:54:10 +00:00
menu.h
missing Init() added to wxMenu(wxCallback) ctors
2000-01-25 15:35:55 +00:00
menuitem.h
wxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed
2000-01-11 13:58:41 +00:00
minifram.h
Added zillions of #if wxUSE_XXX
1999-06-14 23:04:05 +00:00
notebook.h
Added BMP files for wxPlotWindow,
2000-02-11 12:28:21 +00:00
palette.h
"wxGDIObject * => &" related changes (see mail to the list)
1998-12-09 17:30:17 +00:00
pen.h
Headers moved a bit.
1999-11-22 19:44:25 +00:00
question.xpm
Added wxGTK-only cmn dialogs.
1999-06-26 11:56:44 +00:00
radiobox.h
Minor changes.
1999-11-26 17:41:20 +00:00
radiobut.h
New colour, font, theme and size code..
2000-01-04 13:02:27 +00:00
region.h
1. more HP-UX warning fixes (almost done...)
2000-01-06 15:42:32 +00:00
scrolbar.h
A no-change for scroll events.
2000-01-20 14:16:18 +00:00
settings.h
Added scrollbar size to settings
1998-12-12 16:42:43 +00:00
setup0.h
Added wxODBC_FWD_ONLY_CURSORS to allow for drivers/data sources that only support forward scrolling cursors
1999-11-06 17:50:34 +00:00
slider.h
slider link fix 2.
1999-11-28 17:17:24 +00:00
spinbutt.h
1. wxCalendarCtrl
1999-12-29 19:18:01 +00:00
spinctrl.h
wxSpinCtrl no longer emits event when changed programmatically.
2000-01-02 16:25:28 +00:00
statbmp.h
wxWindow::GetBestSize() added
1999-11-19 21:01:20 +00:00
statbox.h
Added zillions of #if wxUSE_XXX
1999-06-14 23:04:05 +00:00
statline.h
Added wxExtDialog and sample.
1999-07-03 16:40:54 +00:00
stattext.h
Corrected spin control, which ignored hand typed text.
2000-01-03 11:42:49 +00:00
tbargtk.h
merging in the toolbar changes
1999-12-15 19:47:54 +00:00
textctrl.h
Tried to fix corrupted display of wxTextCtrl,
2000-02-02 17:59:12 +00:00
timer.h
1. wxTimer change - now generates EVT_TIMER()
2000-02-05 01:57:38 +00:00
tooltip.h
wxToolTip modifications: wxUSE_TOOLTIPS setting (default: on) added and
1999-02-01 14:40:53 +00:00
treectrl.h
wxTreeEvent is declared in one header, not 3 of them
1999-07-24 00:14:54 +00:00
warning.xpm
Added wxGTK-only cmn dialogs.
1999-06-26 11:56:44 +00:00
wave.h
Added --with-wave/--without-wave for conditional wxWave support.
1999-06-09 14:49:50 +00:00
win_gtk.h
Renamed GtkMyFixed to GtkPizza,
1999-10-29 17:20:44 +00:00
window.h
A no-change for scroll events.
2000-01-20 14:16:18 +00:00