.. |
aui
|
change Has/SetFlag() to take int instead of unsigned as the latter provokes VC7 warnings
|
2008-11-20 13:13:27 +00:00 |
cocoa
|
Review/simplify/cleanup MDI classes for all platforms and introduce base
|
2008-11-04 02:46:19 +00:00 |
dfb
|
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
|
2008-11-03 17:02:25 +00:00 |
generic
|
implement column reordering by dragging in the generic wxHeaderCtrl
|
2008-12-11 00:49:34 +00:00 |
gtk
|
wxDataViewColumn doesn't need to have wxRTTI
|
2008-12-07 16:07:54 +00:00 |
gtk1
|
Review/simplify/cleanup MDI classes for all platforms and introduce base
|
2008-11-04 02:46:19 +00:00 |
html
|
s/FALSE/false
|
2008-10-29 18:58:21 +00:00 |
meta
|
add cache for last used position and string length to UTF-8 wxString, dramatically improving performance of the code using indices to iterate over strings
|
2008-08-28 19:19:11 +00:00 |
mgl
|
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
|
2008-11-03 17:02:25 +00:00 |
motif
|
make GetPaperRect() and GetResolution() const functions
|
2008-11-15 11:10:34 +00:00 |
msdos
|
|
|
msw
|
implement column reordering support in wxMSW wxHeaderCtrl; use it in wxDataViewCtrl (and make difference between column indices and positions more clear in it)
|
2008-12-10 15:56:11 +00:00 |
os2
|
add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase
|
2008-11-29 00:24:57 +00:00 |
osx
|
define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
|
2008-12-07 21:15:20 +00:00 |
palmos
|
add GetValue,GetRange and GetMessage helpers
|
2008-12-02 18:35:24 +00:00 |
private
|
remove wxSocketManager::CreateSocket() function, we don't need to have different wxSocketImpl implementation for the same platform, all the differences between console and GUI applications are abstracted by wxSocketManager::Install/Uninstall_Callback() methods
|
2008-11-28 15:06:50 +00:00 |
propgrid
|
Fixed incorrect background colour that wxStaticTexts in description box sometimes got
|
2008-12-06 19:01:32 +00:00 |
protocol
|
fix virtual function hiding warnings introduced to changing wxSockAddress argument of Connect() to be passed by const reference
|
2008-10-20 08:59:45 +00:00 |
richtext
|
Compile fix
|
2008-11-28 16:04:55 +00:00 |
stc
|
CanPaste() should be const too
|
2008-11-14 23:23:16 +00:00 |
univ
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
unix
|
remove wxSocketManager::CreateSocket() function, we don't need to have different wxSocketImpl implementation for the same platform, all the differences between console and GUI applications are abstracted by wxSocketManager::Install/Uninstall_Callback() methods
|
2008-11-28 15:06:50 +00:00 |
x11
|
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
|
2008-11-03 17:02:25 +00:00 |
xml
|
|
|
xrc
|
added wxXmlResource::FindXRCIDById() (#10026)
|
2008-10-14 11:44:10 +00:00 |
aboutdlg.h
|
|
|
accel.h
|
|
|
access.h
|
|
|
afterstd.h
|
|
|
anidecod.h
|
|
|
animate.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
animdecod.h
|
|
|
app.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
apptrait.h
|
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
|
2008-11-28 12:47:07 +00:00 |
archive.h
|
|
|
arrimpl.cpp
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
arrstr.h
|
implement const rbegin/rend() versions (closes #3866)
|
2008-11-17 14:07:51 +00:00 |
artprov.h
|
gtk1.x has less native functions than gtk2.x
|
2008-10-20 14:12:40 +00:00 |
atomic.h
|
|
|
base64.h
|
|
|
beforestd.h
|
|
|
bitmap.h
|
provide GetSize() getters in wxBitmap and wxImage
|
2008-11-28 22:29:29 +00:00 |
bmpbuttn.h
|
|
|
bmpcbox.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
bookctrl.h
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
|
2008-08-01 13:46:46 +00:00 |
brush.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
buffer.h
|
fix some of icc 11.0 warnings and disable a few others
|
2008-11-16 14:24:13 +00:00 |
build.h
|
use different strings for wchar_t and UTF-8-based Unicode builds
|
2008-07-30 15:32:11 +00:00 |
busyinfo.h
|
|
|
button.h
|
|
|
cairo.h
|
route all Cairo calls in GTK printing code through gs_cairo (is this still needed?)
|
2008-09-21 09:42:49 +00:00 |
calctrl.h
|
various misc ifacecheck fixes (many virtual attributes missing)
|
2008-09-21 23:13:49 +00:00 |
caret.h
|
|
|
chartype.h
|
Added 32-bit (UCS-4) wxUString class
|
2008-07-29 11:01:16 +00:00 |
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
give a name to the enum to make it easier to reference it in docs; wxFSVolume shouldn't be considered incomplete anymore
|
2008-11-22 15:56:26 +00:00 |
choicdlg.h
|
|
|
choice.h
|
|
|
choicebk.h
|
fix another MSVC /Wp64 warning about size_t to int conversion (closes #10140)
|
2008-10-31 23:07:49 +00:00 |
clipbrd.h
|
|
|
clntdata.h
|
|
|
clrpicker.h
|
|
|
cmdargs.h
|
|
|
cmdline.h
|
implement flag for Unix-like behaviour in wxCmdLineParser::ConverStringToArgs()
|
2008-07-16 00:49:25 +00:00 |
cmdproc.h
|
|
|
cmndata.h
|
added check for self-assignment to wxPrintData::operator=() (thanks HP aCC for a genuinely useful warning) and also changed it return type to the standard one instead of void
|
2008-11-12 14:34:40 +00:00 |
collpane.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
colordlg.h
|
|
|
colour.h
|
|
|
combo.h
|
|
|
combobox.h
|
|
|
confbase.h
|
define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available; use it to exclude the calls to these functions from the test to fix VC6 compilation
|
2008-11-03 13:36:08 +00:00 |
config.h
|
|
|
containr.h
|
|
|
control.h
|
add wxGenericStaticText (#9656)
|
2008-10-12 13:04:00 +00:00 |
convauto.h
|
|
|
cpp.h
|
|
|
cppunit.h
|
add WX_ASSERT_EQUAL_MESSAGE
|
2008-11-19 11:51:21 +00:00 |
crt.h
|
|
|
cshelp.h
|
|
|
ctrlsub.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
cursor.h
|
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)
|
2008-09-25 17:56:07 +00:00 |
dataobj.h
|
avoid unnecessary conversions in wxTextDataObject code in UTF-8 build
|
2008-07-21 15:53:21 +00:00 |
dataview.h
|
- Rewrite wxHeaderCtrl to be virtual-like: even if we don't need an infinite
|
2008-12-07 14:47:55 +00:00 |
datectrl.h
|
|
|
dateevt.h
|
|
|
datetime.h
|
no real changes, just fixed all occurences of 'occurence' typo
|
2008-09-29 12:10:58 +00:00 |
datstrm.h
|
|
|
dc.h
|
documented the wxDCBrushChanger, wxDCPenChanger, wxDCTextColourChanger; introduced a wxDCFontChanger
|
2008-11-26 15:54:08 +00:00 |
dcbuffer.h
|
|
|
dcclient.h
|
|
|
dcgraph.h
|
better guarding when no printing architecture exists (patch from Joel Low)
|
2008-07-31 05:57:56 +00:00 |
dcmemory.h
|
|
|
dcmirror.h
|
|
|
dcprint.h
|
make GetPaperRect() and GetResolution() const functions
|
2008-11-15 11:10:34 +00:00 |
dcps.h
|
|
|
dcscreen.h
|
|
|
dcsvg.h
|
|
|
dde.h
|
|
|
debug.h
|
Experimental simplification of the code by using MWERKS version
|
2008-07-05 18:05:33 +00:00 |
debugrpt.h
|
|
|
defs.h
|
fix some of icc 11.0 warnings and disable a few others
|
2008-11-16 14:24:13 +00:00 |
dialog.h
|
|
|
dialup.h
|
|
|
dir.h
|
|
|
dirctrl.h
|
|
|
dirdlg.h
|
|
|
display_impl.h
|
|
|
display.h
|
|
|
dlimpexp.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
dlist.h
|
Also correct wxDList<T>
|
2008-10-14 09:43:53 +00:00 |
dnd.h
|
|
|
docmdi.h
|
use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes)
|
2008-11-08 15:01:00 +00:00 |
docview.h
|
use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes)
|
2008-11-08 15:01:00 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link errors with VC[89] when building a DLL and shouldn't be necessary with any other compilers neither as these classes have only inline methods
|
2008-10-30 15:57:18 +00:00 |
dynlib.h
|
don't load comctl32.dll, just get the handle of the already loaded instance of it instead, this avoids accidentally loading 2 different versions of this DLL in the same process (see #10203)
|
2008-11-20 16:45:45 +00:00 |
dynload.h
|
|
|
editlbox.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
effects.h
|
fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks, #if should be used (#9644)
|
2008-06-26 11:16:40 +00:00 |
encconv.h
|
|
|
encinfo.h
|
|
|
event.h
|
use wxEventType coherently with the docs
|
2008-11-09 16:44:56 +00:00 |
evtloop.h
|
compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0
|
2008-08-25 19:23:26 +00:00 |
except.h
|
|
|
fdrepdlg.h
|
|
|
features.h
|
build fix
|
2008-07-24 02:15:55 +00:00 |
ffile.h
|
|
|
file.h
|
add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908
|
2008-09-27 10:28:43 +00:00 |
fileconf.h
|
|
|
filectrl.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
filedlg.h
|
|
|
filefn.h
|
test for __MINGW64__ in the huge files support section
|
2008-08-30 12:52:47 +00:00 |
filename.h
|
check for self assignment in operator=
|
2008-11-16 18:03:08 +00:00 |
filepicker.h
|
|
|
filesys.h
|
fix compilation without wxUSE_FILESYSTEM (closes #10114)
|
2008-10-31 13:07:42 +00:00 |
flags.h
|
|
|
fmappriv.h
|
|
|
font.h
|
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
|
2008-11-03 17:02:25 +00:00 |
fontdlg.h
|
|
|
fontenc.h
|
|
|
fontenum.h
|
|
|
fontmap.h
|
|
|
fontpicker.h
|
|
|
fontutil.h
|
|
|
frame.h
|
move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent() helper
|
2008-07-29 12:32:47 +00:00 |
fs_arc.h
|
|
|
fs_filter.h
|
|
|
fs_inet.h
|
|
|
fs_mem.h
|
implemented wxMemoryFSHandler::FindFirst/Next()
|
2008-10-06 13:55:39 +00:00 |
fs_zip.h
|
|
|
gauge.h
|
|
|
gbsizer.h
|
|
|
gdicmn.h
|
added wxGetDisplayPPI() convenience function and wxPrintout::SetPPI*() overloads accepting single wxSize argument
|
2008-09-21 09:35:49 +00:00 |
gdiobj.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
geometry.h
|
|
|
gifdecod.h
|
|
|
glcanvas.h
|
|
|
graphics.h
|
fix warnings about hiding virtual wxGraphicsContext::DrawText() overloads by using different names for the implementation functions
|
2008-11-13 12:16:39 +00:00 |
grid.h
|
|
|
hash.h
|
|
|
hashmap.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
hashset.h
|
|
|
headercol.h
|
made wxHeaderColumnBase dtor virtual to avoid gcc warnings
|
2008-12-07 16:03:50 +00:00 |
headerctrl.h
|
undo accidental change of r57233
|
2008-12-10 16:24:54 +00:00 |
help.h
|
|
|
helpbase.h
|
|
|
helphtml.h
|
|
|
helpwin.h
|
|
|
htmllbox.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
hyperlink.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
icon.h
|
complete rev55777 with some icon.h modifications which I missed in the first place
|
2008-09-21 21:09:36 +00:00 |
iconbndl.h
|
add header required for PCH-less mingw32 compilation (closes #10196)
|
2008-11-18 14:41:45 +00:00 |
iconloc.h
|
|
|
imagbmp.h
|
|
|
image.h
|
provide GetSize() getters in wxBitmap and wxImage
|
2008-11-28 22:29:29 +00:00 |
imaggif.h
|
|
|
imagiff.h
|
|
|
imagjpeg.h
|
|
|
imaglist.h
|
|
|
imagpcx.h
|
|
|
imagpng.h
|
|
|
imagpnm.h
|
|
|
imagtga.h
|
|
|
imagtiff.h
|
|
|
imagxpm.h
|
add more wxUSE_XXX checks
|
2008-09-03 07:29:31 +00:00 |
init.h
|
|
|
intl.h
|
|
|
iosfwrap.h
|
|
|
ioswrap.h
|
|
|
ipc.h
|
|
|
ipcbase.h
|
added wxConnection::IsTextFormat()
|
2008-10-16 12:32:06 +00:00 |
joystick.h
|
|
|
kbdstate.h
|
allow specifying the initial modifier keys values in the ctor
|
2008-09-19 23:59:39 +00:00 |
layout.h
|
|
|
laywin.h
|
|
|
link.h
|
|
|
list.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
listbase.h
|
added self-assignment check to wxListItem::operator=()
|
2008-11-12 14:36:21 +00:00 |
listbook.h
|
use #defines, not typedefs, for compatibility class names declarations to avoid breaking existing code forward declaring them
|
2008-09-18 16:56:53 +00:00 |
listbox.h
|
|
|
listctrl.h
|
forward to generic implementations where the corresponding osx variant doesn't have an implementation yet
|
2008-09-02 11:50:44 +00:00 |
listimpl.cpp
|
|
|
log.h
|
a couple of more left over Borland unused variable/code warnings fixes
|
2008-10-20 10:52:17 +00:00 |
longlong.h
|
|
|
math.h
|
fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721
|
2008-09-22 16:20:43 +00:00 |
matrix.h
|
|
|
mdi.h
|
include wx/menu.h as we delete wxMenu pointer in this header (and creating a separate .cpp file just to move the code doing it there seems impractical)
|
2008-11-04 12:11:30 +00:00 |
mediactrl.h
|
Get wxMediaCtrl stub impl. going for OS X Cocoa.
|
2008-09-25 00:02:52 +00:00 |
memconf.h
|
|
|
memory.h
|
|
|
memtext.h
|
|
|
menu.h
|
fixed a missing ampersand
|
2008-10-28 15:34:46 +00:00 |
menuitem.h
|
|
|
metafile.h
|
|
|
mimetype.h
|
Removed most of the pre-XDG MIME code from the Unix implementation, many speed-ups by simplification
|
2008-06-30 11:58:41 +00:00 |
minifram.h
|
|
|
module.h
|
|
|
mousestate.h
|
fix g++ warning about order of objects in the initializer list
|
2008-09-20 21:58:20 +00:00 |
msgdlg.h
|
make more readable the checks for incoherent style flags
|
2008-11-28 17:58:39 +00:00 |
msgout.h
|
|
|
msgqueue.h
|
|
|
mstream.h
|
|
|
nativewin.h
|
|
|
nonownedwnd.h
|
|
|
notebook.h
|
use #defines, not typedefs, for compatibility class names declarations to avoid breaking existing code forward declaring them
|
2008-09-18 16:56:53 +00:00 |
notifmsg.h
|
use wxEmptyString instead of wxString() for default values
|
2008-10-13 08:51:45 +00:00 |
numdlg.h
|
|
|
object.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
odcombo.h
|
make access for virtuals match base
|
2008-11-16 18:20:21 +00:00 |
overlay.h
|
guarding preproc variable against undefined
|
2008-08-02 04:47:39 +00:00 |
ownerdrw.h
|
|
|
palette.h
|
|
|
panel.h
|
|
|
paper.h
|
|
|
pen.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
pickerbase.h
|
|
|
platform.h
|
fixing redefine warnings
|
2008-09-16 18:00:21 +00:00 |
platinfo.h
|
osx regrouping
|
2008-07-29 20:22:57 +00:00 |
popupwin.h
|
|
|
position.h
|
more wxBitmapType-related backward compatibility fixes
|
2008-06-25 01:02:04 +00:00 |
power.h
|
|
|
print.h
|
|
|
printdlg.h
|
|
|
prntbase.h
|
use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes)
|
2008-11-08 15:01:00 +00:00 |
process.h
|
|
|
progdlg.h
|
|
|
propdlg.h
|
|
|
ptr_scpd.h
|
|
|
ptr_shrd.h
|
|
|
quantize.h
|
|
|
radiobox.h
|
fix keyboard navigation in radio boxes containing hidden or disabled items
|
2008-08-02 19:45:23 +00:00 |
radiobut.h
|
|
|
rawbmp.h
|
forbid modifying wxImage by assigning to wxImagePixelData::Iterator::Data(), this doesn't work correctly
|
2008-07-23 23:26:28 +00:00 |
recguard.h
|
|
|
regex.h
|
no real changes, just fixed all occurences of 'occurence' typo
|
2008-09-29 12:10:58 +00:00 |
region.h
|
osx regrouping
|
2008-07-29 20:22:57 +00:00 |
renderer.h
|
no changes, just remove typos in comment
|
2008-12-05 10:15:00 +00:00 |
sashwin.h
|
|
|
sckaddr.h
|
don't include (private) wx/gsocket.h from public header, forward declaring GAddress is enough
|
2008-11-26 12:07:20 +00:00 |
sckipc.h
|
use buffered streams to reduce the number of TCP packets used per IPC command from up to 7 to 1 for reasonably sized payloads, this dramatically (by 150 times for the IPC benchmark on a LAN) increases performance; also centralize all the streams used in a single wxIPCSocketStreams class and allocate only it on the heap instead of doing it for all of the streams
|
2008-10-29 16:45:55 +00:00 |
sckstrm.h
|
|
|
scopeguard.h
|
store the value to be set inside wxON_BLOCK_EXIT_SET(), this allows to use temporaries with it and also fixes the test failure when built with icc and optimizations on (not sure if it is a compiler bug or not but in any case it seems better to fix it)
|
2008-11-19 12:06:17 +00:00 |
scrolbar.h
|
|
|
scrolwin.h
|
remove assert from GetSizeAvailableForScrollTarget
|
2008-10-18 13:50:10 +00:00 |
selstore.h
|
|
|
settings.h
|
|
|
setup_gccxml.h
|
remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them
|
2008-11-02 02:16:09 +00:00 |
setup_inc.h
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
setup_redirect.h
|
|
|
sizer.h
|
added wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
|
2008-07-13 18:06:50 +00:00 |
slider.h
|
|
|
snglinst.h
|
|
|
socket.h
|
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
|
2008-11-28 12:47:07 +00:00 |
sound.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
|
|
splash.h
|
|
|
splitter.h
|
add wxSP_THIN_SASH for completeness (#9902)
|
2008-09-03 20:26:47 +00:00 |
srchctrl.h
|
|
|
sstream.h
|
|
|
stack.h
|
|
|
stackwalk.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
compilation fix for include wx/generic/stattextg.h before/without including wx/stattext.h in PCH-less wxUniv build
|
2008-10-17 12:02:47 +00:00 |
statusbr.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
stdpaths.h
|
correct the example/documentation of GetDocumentsDir() return value
|
2008-10-05 22:56:23 +00:00 |
stockitem.h
|
|
|
stopwatch.h
|
|
|
strconv.h
|
fix some of icc 11.0 warnings and disable a few others
|
2008-11-16 14:24:13 +00:00 |
stream.h
|
provide ctors allowing to specify the non-default buffer size for buffered streams and wxStreamBuffer itself
|
2008-10-29 16:42:45 +00:00 |
string.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
stringimpl.h
|
add operator[] to our wxStringImpl (blind fix for wxMac buildbot build)
|
2008-07-30 22:11:06 +00:00 |
stringops.h
|
|
|
strvararg.h
|
fix some of icc 11.0 warnings and disable a few others
|
2008-11-16 14:24:13 +00:00 |
sysopt.h
|
|
|
tab.h
|
|
|
tabctrl.h
|
|
|
tarstrm.h
|
interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them
|
2008-10-04 11:01:50 +00:00 |
taskbar.h
|
added wxTaskBarIcon::IsAvailable
|
2008-09-30 20:54:02 +00:00 |
tbarbase.h
|
making state changing calls on tool virtual
|
2008-09-12 09:50:15 +00:00 |
textbuf.h
|
|
|
textctrl.h
|
interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them
|
2008-10-04 11:01:50 +00:00 |
textdlg.h
|
|
|
textentry.h
|
|
|
textfile.h
|
|
|
tglbtn.h
|
|
|
thread.h
|
no change; just reformat wxThreadHelper::KillThread's comment and refer to wxThreadHelperThread inside it
|
2008-11-28 17:56:10 +00:00 |
thrimpl.cpp
|
fix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111)
|
2008-10-27 16:46:43 +00:00 |
timer.h
|
|
|
tipdlg.h
|
add more wxUSE_XXX checks
|
2008-09-03 07:29:31 +00:00 |
tipwin.h
|
|
|
tls.h
|
Added implementation of thread local storage for OS/2.
|
2008-08-30 21:55:09 +00:00 |
tokenzr.h
|
|
|
toolbar.h
|
|
|
toolbook.h
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
|
2008-08-01 13:46:46 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
|
|
tracker.h
|
|
|
treebase.h
|
#9591: Item state (icons) for wxTreeCtrl on any platform
|
2008-06-16 17:50:40 +00:00 |
treebook.h
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
|
2008-08-01 13:46:46 +00:00 |
treectrl.h
|
#9591: Item state (icons) for wxTreeCtrl on any platform
|
2008-06-16 17:50:40 +00:00 |
txtstrm.h
|
|
|
types.h
|
|
|
unichar.h
|
fix some of icc 11.0 warnings and disable a few others
|
2008-11-16 14:24:13 +00:00 |
uri.h
|
really fix compilation for PCH-less builds
|
2008-07-20 12:57:47 +00:00 |
url.h
|
|
|
ustring.h
|
remove consts from casts which don't do anything except provoking HP aCC warnings; also removed useless occurrences of inline keyword
|
2008-11-12 14:29:44 +00:00 |
utils.h
|
deprecate wxStringEq
|
2008-12-10 20:07:33 +00:00 |
valgen.h
|
|
|
validate.h
|
|
|
valtext.h
|
|
|
variant.h
|
remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them
|
2008-11-02 02:16:09 +00:00 |
vector.h
|
fix typo in new wxVector(size_t, T) ctor
|
2008-11-30 03:49:02 +00:00 |
version.h
|
|
|
vidmode.h
|
|
|
vlbox.h
|
move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr
|
2008-10-28 15:03:37 +00:00 |
vms_x_fix.h
|
no changes, just de-TAB-bed
|
2008-08-30 22:01:20 +00:00 |
volume.h
|
give a name to the enum to make it easier to reference it in docs
|
2008-11-22 15:54:33 +00:00 |
vscroll.h
|
|
|
weakref.h
|
make access for virtuals match base
|
2008-11-16 18:20:21 +00:00 |
wfstream.h
|
fixes #9982
|
2008-09-21 19:04:42 +00:00 |
window.h
|
implement wxWindow::DragAcceptFiles() on all platforms
|
2008-11-13 22:30:40 +00:00 |
windowid.h
|
|
|
wizard.h
|
|
|
wrapsizer.h
|
|
|
wupdlock.h
|
|
|
wx_cw_cm.h
|
|
|
wx_cw_d.h
|
|
|
wx_cw.h
|
|
|
wx_cwc_d.h
|
|
|
wx_cwc.h
|
|
|
wx_cwcocoa_cm.h
|
|
|
wx_cwcocoa_d.h
|
|
|
wx_cwcocoa.h
|
|
|
wx_cwu_d.h
|
|
|
wx.h
|
|
|
wxchar.h
|
|
|
wxcrt.h
|
add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it
|
2008-11-29 14:41:02 +00:00 |
wxcrtbase.h
|
correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen() overloads (#9827)
|
2008-08-05 17:13:03 +00:00 |
wxcrtvararg.h
|
|
|
wxhtml.h
|
|
|
wxprec.h
|
|
|
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
|
|
|
xlocale.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
xpmdecod.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
xpmhand.h
|
|
|
xti.h
|
|
|
xtistrm.h
|
|
|
xtixml.h
|
|
|
zipstrm.h
|
|
|
zstream.h
|
give a name to wxZlib enums to make it easier to document them
|
2008-09-27 10:58:15 +00:00 |