.. |
cocoa
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
generic
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
gtk
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
gtk1
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
html
|
revert to the old flicker-less version when background bitmap is not used
|
2005-02-17 23:55:53 +00:00 |
mac
|
moving all border invalidations into one area, also opening peer access for all
|
2005-02-23 15:39:15 +00:00 |
mgl
|
Make ComputeScaleAndOrigin() as virtual part of wxDCBase and this way present on missing platforms. Add into manaul too.
|
2004-12-16 21:24:45 +00:00 |
motif
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
msw
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
os2
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
palmos
|
More wxAPI for radiobox of PalmOS.
|
2005-02-22 07:22:11 +00:00 |
protocol
|
|
|
stc
|
Updated to Scintilla 1.62
|
2005-02-11 22:53:19 +00:00 |
univ
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
unix
|
Unicode compilation fix
|
2005-01-19 20:13:49 +00:00 |
x11
|
removed ambiguity from wxGLCanvas ctors (bug 1102544)
|
2005-02-21 01:52:23 +00:00 |
xml
|
|
|
xrc
|
use wxUSE_DATEPICKCTRL
|
2005-02-07 12:22:09 +00:00 |
.cvsignore
|
|
|
accel.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
access.h
|
|
|
afterstd.h
|
attempts to suppress C4702 for VC
|
2004-11-16 12:09:17 +00:00 |
app.h
|
Old API deprecated. Use new and remove old usage where necessary.
|
2005-01-10 17:21:16 +00:00 |
apptrait.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
archive.h
|
Rename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
|
2005-02-12 21:40:48 +00:00 |
arrimpl.cpp
|
|
|
arrstr.h
|
Old API deprecated. Use new and remove old usage where necessary.
|
2005-01-10 17:21:16 +00:00 |
artprov.h
|
added more icons (for GTK only) (patch 1097684)
|
2005-02-19 16:56:13 +00:00 |
beforestd.h
|
attempts to suppress C4702 for VC
|
2004-11-16 12:09:17 +00:00 |
bitmap.h
|
Second try to add "support" for deriving from
|
2005-02-05 14:17:27 +00:00 |
bmpbuttn.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
bookctrl.h
|
moved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent inheriting background brush beyond the windows which normally have their own background
|
2004-12-19 20:51:06 +00:00 |
brush.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
buffer.h
|
|
|
build.h
|
|
|
busyinfo.h
|
|
|
button.h
|
Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning.
|
2005-01-24 07:38:52 +00:00 |
calctrl.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
caret.h
|
|
|
checkbox.h
|
wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.
|
2005-01-25 06:55:10 +00:00 |
checklst.h
|
|
|
chkconf.h
|
force wxUSE_THREADS/EXCEPTIONS to 0 if wxNO_THREADS/EXCEPTIONS is defined
|
2005-02-20 19:15:43 +00:00 |
choicdlg.h
|
|
|
choice.h
|
1. added SetSelection() to wxItemContainer and removed its declarations
|
2005-02-13 17:08:27 +00:00 |
choicebk.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
clipbrd.h
|
|
|
clntdata.h
|
|
|
cmdline.h
|
added SetCmdLine(int, char **) overload even when building a Unicode app
|
2004-12-25 01:58:36 +00:00 |
cmdproc.h
|
wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)
|
2005-02-19 16:52:08 +00:00 |
cmndata.h
|
Removed trailing semicolons.
|
2005-01-29 11:41:40 +00:00 |
colordlg.h
|
PalmOS native colour dialog.
|
2005-01-18 10:31:24 +00:00 |
colour.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
combobox.h
|
(blind) fix for virtual function hiding warning
|
2005-02-15 12:16:33 +00:00 |
confbase.h
|
|
|
config.h
|
Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.
|
2004-12-29 09:48:43 +00:00 |
containr.h
|
Add SetFocusIgnoringChildren() to wxControlContainer. This
|
2004-12-11 12:51:05 +00:00 |
control.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
cppunit.h
|
|
|
cshelp.h
|
|
|
ctrlsub.h
|
don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it
|
2005-02-13 19:01:17 +00:00 |
cursor.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
dataobj.h
|
|
|
datectrl.h
|
corrected wxRTTI macros
|
2005-02-17 23:17:30 +00:00 |
dateevt.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
datetime.h
|
As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.
|
2005-02-01 19:54:43 +00:00 |
datetime.inl
|
|
|
datstrm.h
|
|
|
db.h
|
Buffer overrun fix
|
2005-02-02 14:37:42 +00:00 |
dbgrid.h
|
|
|
dbkeyg.h
|
|
|
dbtable.h
|
More parameter variable names fixed to make them more readable by replacing abbreviations with the full word
|
2004-12-28 21:32:38 +00:00 |
dc.h
|
wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear.
|
2005-02-16 20:34:34 +00:00 |
dcbuffer.h
|
Include order fix.
|
2005-01-07 18:24:54 +00:00 |
dcclient.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
dcmemory.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
dcmirror.h
|
|
|
dcprint.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
dcps.h
|
|
|
dcscreen.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
dcsvg.h
|
Metric conversion constants not doubled in each port code.
|
2004-12-21 16:25:59 +00:00 |
dde.h
|
|
|
debug.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
defs.h
|
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.
|
2005-02-16 09:35:31 +00:00 |
dialog.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
dialup.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
dir.h
|
|
|
dirctrl.h
|
|
|
dirdlg.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
display.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
dlimpexp.h
|
define WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)
|
2005-01-31 22:36:05 +00:00 |
dnd.h
|
|
|
docmdi.h
|
|
|
docview.h
|
Moved the wxPageSetupDialogData <-> native conversion
|
2004-10-31 23:43:41 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
reverted last commit, still broken for VC6
|
2004-11-08 14:43:04 +00:00 |
dynlib.h
|
Compilation fix for OS/2.
|
2005-01-19 21:41:11 +00:00 |
dynload.h
|
Old API clearly deprecated.
|
2005-01-07 20:03:22 +00:00 |
effects.h
|
|
|
encconv.h
|
wxEncodingConverter should and can be compiled
|
2005-01-06 11:53:53 +00:00 |
encinfo.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
event.h
|
added wxNavigationEvent::FromTab flag
|
2005-02-19 21:59:21 +00:00 |
evtloop.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
except.h
|
|
|
fdrepdlg.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
features.h
|
switching to defines not having a value for __WXMAC__
|
2004-11-01 05:57:25 +00:00 |
ffile.h
|
added wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch 1041642)
|
2005-02-19 15:53:04 +00:00 |
file.h
|
Rename wxGetFileType to wxGetFileKind
|
2005-02-12 21:53:51 +00:00 |
fileconf.h
|
|
|
filedlg.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
filefn.h
|
Build fix.
|
2005-02-14 18:08:24 +00:00 |
filename.h
|
changed Remove/InsertDir() parameter type to size_t from int; added RemoveLastDir()
|
2005-02-13 00:55:27 +00:00 |
filesys.h
|
|
|
flags.h
|
|
|
fmappriv.h
|
|
|
font.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
fontdlg.h
|
cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure
|
2004-11-16 14:36:10 +00:00 |
fontenc.h
|
|
|
fontenum.h
|
|
|
fontmap.h
|
|
|
fontutil.h
|
Final MSW/PalmOS split. Remove dump copies of MSW specific code.
|
2004-12-22 07:22:25 +00:00 |
frame.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
fs_inet.h
|
|
|
fs_mem.h
|
|
|
fs_zip.h
|
fixed hash collisions in ZIP files (patch 1082026)
|
2005-02-19 16:53:49 +00:00 |
gauge.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
gbsizer.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
gdicmn.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
gdiobj.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
geometry.h
|
GCC of PalmOS fix.
|
2004-12-16 19:36:11 +00:00 |
gifdecod.h
|
|
|
glcanvas.h
|
|
|
grid.h
|
|
|
gsocket.h
|
|
|
hash.h
|
|
|
hashmap.h
|
Untabify.
|
2005-01-04 17:41:47 +00:00 |
hashset.h
|
Made wxHashSet compile again. Changed the return value
|
2004-12-08 22:39:17 +00:00 |
help.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
helpbase.h
|
|
|
helphtml.h
|
|
|
helpwin.h
|
|
|
htmllbox.h
|
invalidate cache when RefreshLine[s]() is called
|
2005-02-02 11:08:48 +00:00 |
icon.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
iconbndl.h
|
|
|
iconloc.h
|
|
|
imagbmp.h
|
|
|
image.h
|
added InitAlpha() (replaces patch 991168)
|
2005-02-19 21:51:37 +00:00 |
imaggif.h
|
|
|
imagiff.h
|
|
|
imagjpeg.h
|
more options for JPEG and TIFF handlers (slightly modified patch 1044470)
|
2005-02-19 16:32:29 +00:00 |
imaglist.h
|
|
|
imagpcx.h
|
|
|
imagpng.h
|
|
|
imagpnm.h
|
|
|
imagtiff.h
|
more options for JPEG and TIFF handlers (slightly modified patch 1044470)
|
2005-02-19 16:32:29 +00:00 |
imagxpm.h
|
|
|
init.h
|
added argc and argv arguments to wxInitializer ctor
|
2005-01-17 00:13:39 +00:00 |
intl.h
|
|
|
iosfwrap.h
|
|
|
ioswrap.h
|
|
|
ipc.h
|
|
|
ipcbase.h
|
|
|
isql.h
|
Documentation patch from Olly Betts
|
2004-10-22 19:11:07 +00:00 |
isqlext.h
|
Documentation patch from Olly Betts
|
2004-10-22 19:11:07 +00:00 |
joystick.h
|
Move HID stuff into both OSX builds. Add preliminary joystick for OSX
|
2005-02-14 09:38:42 +00:00 |
layout.h
|
|
|
laywin.h
|
|
|
list.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
listbase.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
listbook.h
|
wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.
|
2004-11-23 11:45:07 +00:00 |
listbox.h
|
1. added SetSelection() to wxItemContainer and removed its declarations
|
2005-02-13 17:08:27 +00:00 |
listctrl.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
listimpl.cpp
|
|
|
log.h
|
|
|
longlong.h
|
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.
|
2005-02-16 09:35:31 +00:00 |
math.h
|
Metric conversion constants not doubled in each port code.
|
2004-12-21 16:25:59 +00:00 |
matrix.h
|
|
|
mdi.h
|
|
|
mediactrl.h
|
wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear.
|
2005-02-16 20:34:34 +00:00 |
memconf.h
|
|
|
memory.h
|
Applied patch [ 1113624 ] MSW DLL requires global new/delete ops inline
|
2005-02-09 21:36:10 +00:00 |
memtext.h
|
|
|
menu.h
|
Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class.
|
2005-01-24 11:14:09 +00:00 |
menuitem.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
metafile.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
mimetype.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
minifram.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
module.h
|
|
|
msgdlg.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
msgout.h
|
|
|
mstream.h
|
Add wxGetFileType and IsSeekable
|
2005-02-11 12:39:03 +00:00 |
notebook.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
numdlg.h
|
|
|
object.h
|
two changes and some cleanup:
|
2005-02-06 01:52:19 +00:00 |
ownerdrw.h
|
more visual improvements to owner-drawn menus (patch 1143785)
|
2005-02-19 17:25:37 +00:00 |
palette.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
panel.h
|
|
|
paper.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
pen.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
platform.h
|
needed for avoiding double typedefs in xcode builds
|
2005-02-06 15:57:19 +00:00 |
popupwin.h
|
Tried to restore wxPopupTransientWindow functionality
|
2005-01-29 11:32:46 +00:00 |
print.h
|
|
|
printdlg.h
|
Made wxPageSetupDialog a pimpl implementation.
|
2004-11-20 14:46:25 +00:00 |
prntbase.h
|
Made wxPageSetupDialog a pimpl implementation.
|
2004-11-20 14:46:25 +00:00 |
process.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
progdlg.h
|
wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.
|
2004-12-31 07:08:11 +00:00 |
ptr_scpd.h
|
|
|
quantize.h
|
|
|
radiobox.h
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
|
2005-02-21 21:02:41 +00:00 |
radiobut.h
|
Use stock labels. Native wxRadioButton. Getting position and size for the controls. Getting size for wxTLW. Default size and position for wxButton according to l&f guidelines. Removed wxUSE_CTL3D from wxPalmOS port. Better font for controls.
|
2005-01-28 10:58:13 +00:00 |
rawbmp.h
|
Added raw bitmap access support to GTK 2.0.
|
2005-02-13 15:35:43 +00:00 |
recguard.h
|
|
|
regex.h
|
|
|
region.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
renderer.h
|
added DrawComboBoxDropButton()
|
2005-01-21 15:32:07 +00:00 |
sashwin.h
|
|
|
sckaddr.h
|
|
|
sckipc.h
|
|
|
sckstrm.h
|
|
|
scopeguard.h
|
|
|
scrolbar.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
scrolwin.h
|
Old API clearly deprecated.
|
2005-01-07 20:03:22 +00:00 |
selstore.h
|
|
|
settings.h
|
Old API depreciated. Use of new API. Source cleaning.
|
2005-01-04 19:35:52 +00:00 |
setup_inc.h
|
mention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs
|
2005-02-20 19:13:23 +00:00 |
setup_redirect.h
|
|
|
sizer.h
|
wxStdButtonSizer Finalise --> Realize
|
2005-02-18 17:49:03 +00:00 |
slider.h
|
Common code for the same handling of wxSL_INVERSE.
|
2005-02-14 19:29:37 +00:00 |
snglinst.h
|
|
|
socket.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
sound.h
|
|
|
spinbutt.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
spinctrl.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
splash.h
|
|
|
splitter.h
|
|
|
sstream.h
|
UNICODE-capatable UTF8 implementation of wxStringXXXStream
|
2004-11-22 05:05:04 +00:00 |
stack.h
|
|
|
stackwalk.h
|
implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h
|
2005-01-19 01:15:12 +00:00 |
statbmp.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
statbox.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
statline.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
stattext.h
|
Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).
|
2005-01-31 08:04:44 +00:00 |
statusbr.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
stdpaths.h
|
Moved wxStandardPathsCF into base library when using CarbonLib or Darwin.
|
2004-11-12 21:21:00 +00:00 |
stockitem.h
|
Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation).
|
2005-01-31 17:57:35 +00:00 |
stopwatch.h
|
|
|
strconv.h
|
Make wxConvFile wxConvLibc.
|
2005-02-11 18:31:01 +00:00 |
stream.h
|
Add wxGetFileType and IsSeekable
|
2005-02-11 12:39:03 +00:00 |
string.h
|
Fixes after removal of palmos/gccpriv.h.
|
2005-01-19 06:48:42 +00:00 |
sysopt.h
|
define inline stubs for methods even with wxUSE_SYSTEM_OPTIONS == 0 to make it possible to test for system options without #ifdefs
|
2004-11-24 21:25:55 +00:00 |
tab.h
|
|
|
tabctrl.h
|
|
|
taskbar.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
tbarbase.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
textbuf.h
|
|
|
textctrl.h
|
wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
|
2005-02-19 02:55:32 +00:00 |
textdlg.h
|
|
|
textfile.h
|
|
|
tglbtn.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
thread.h
|
Correct fix to the compile time assert under OW. Kudos to Vadim to the tip.
|
2004-10-20 01:20:58 +00:00 |
thrimpl.cpp
|
|
|
timer.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
tipdlg.h
|
|
|
tipwin.h
|
|
|
tokenzr.h
|
|
|
toolbar.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
treebase.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
treectrl.h
|
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.
|
2004-12-20 12:44:22 +00:00 |
txtstrm.h
|
wxTextOutputStream::PutChar and text stream test
|
2004-11-21 18:26:38 +00:00 |
types.h
|
|
|
uri.h
|
slightly nicer workaround for pickier compiler warning
|
2004-11-04 19:07:12 +00:00 |
url.h
|
Old API deprecated. Source cleaning.
|
2005-01-11 21:17:16 +00:00 |
utils.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
valgen.h
|
|
|
validate.h
|
Warning fixes for MinGW.
|
2005-01-21 18:48:22 +00:00 |
valtext.h
|
change wxTextValidator to use wxArrayString instead of wxStringList
|
2005-02-07 23:46:42 +00:00 |
variant.h
|
depereciate stringlist stuff in wxVariant
|
2005-02-07 22:51:30 +00:00 |
vector.h
|
|
|
version.h
|
Updated version to 2.5.4
|
2005-02-04 08:33:00 +00:00 |
vidmode.h
|
|
|
vlbox.h
|
|
|
vms_x_fix.h
|
|
|
volume.h
|
|
|
vscroll.h
|
no changes, just added a couple of virtual keywords
|
2005-02-07 16:50:33 +00:00 |
wave.h
|
|
|
wfstream.h
|
compile wxFileXXXStream without wxFFileXXXStream
|
2005-02-17 10:42:22 +00:00 |
window.h
|
Reapplied patch to change the two scrolled window implementations
|
2005-02-12 23:44:24 +00:00 |
wizard.h
|
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
|
2005-02-14 23:53:48 +00:00 |
wx_cw_cm.h
|
|
|
wx_cw_d.h
|
|
|
wx_cw.h
|
|
|
wx_cwc_d.h
|
|
|
wx_cwc.h
|
|
|
wx_cwcocoa_cm.h
|
Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa
|
2004-11-02 06:22:11 +00:00 |
wx_cwcocoa_d.h
|
Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa
|
2004-11-02 06:22:11 +00:00 |
wx_cwcocoa.h
|
Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa
|
2004-11-02 06:22:11 +00:00 |
wx_cwu_d.h
|
|
|
wx.h
|
|
|
wxchar.h
|
Use plain extern instead of extern "C" for vsnprintf declaration when not
|
2005-02-19 04:22:27 +00:00 |
wxhtml.h
|
|
|
wxprec.h
|
Don't automatically define WX_PRECOMP when building using configure.
|
2005-02-20 02:19:52 +00:00 |
wxshlb_cw_d.h
|
|
|
wxshlb_cw.h
|
|
|
wxshlb_cwc_d.h
|
|
|
wxshlb_cwc.h
|
|
|
wxshlba_cw_d.h
|
|
|
wxshlba_cw.h
|
|
|
wxshlba_cwc_d.h
|
|
|
wxshlba_cwc.h
|
|
|
xpmdecod.h
|
|
|
xpmhand.h
|
|
|
xti.h
|
fix operator=() (patch 1126195)
|
2005-02-19 16:35:00 +00:00 |
xtistrm.h
|
|
|
xtixml.h
|
|
|
zipstrm.h
|
Add wxUSE_ARCSTREAM so that other archive classes can be used without wxZip
|
2005-02-10 13:54:41 +00:00 |
zstream.h
|
[ 1070686 ] wxOutputStream::Close()
|
2004-11-23 14:26:10 +00:00 |