.. |
objc
|
|
|
private
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
app.h
|
first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling
|
2009-03-21 23:36:37 +00:00 |
autorelease.h
|
|
|
bitmap.h
|
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create
|
2009-03-14 13:57:51 +00:00 |
bmpbuttn.h
|
|
|
brush.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
button.h
|
|
|
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h
|
2008-09-11 11:20:33 +00:00 |
choice.h
|
|
|
clipbrd.h
|
|
|
colordlg.h
|
|
|
colour.h
|
|
|
combobox.h
|
added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)
|
2009-03-02 12:25:01 +00:00 |
control.h
|
|
|
cursor.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dataform.h
|
|
|
dataobj2.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
dataobj.h
|
|
|
dc.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dcclient.h
|
|
|
dcmemory.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
dcscreen.h
|
|
|
dialog.h
|
|
|
dirdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
drawer.h
|
|
|
evtloop.h
|
second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker
|
2009-02-15 14:25:08 +00:00 |
filedlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
font.h
|
add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes
|
2009-03-15 16:28:33 +00:00 |
fontdlg.h
|
|
|
frame.h
|
|
|
gauge.h
|
|
|
glcanvas.h
|
|
|
icon.h
|
complete rev55777 with some icon.h modifications which I missed in the first place
|
2008-09-21 21:09:36 +00:00 |
listbox.h
|
|
|
log.h
|
|
|
mbarman.h
|
|
|
mdi.h
|
Review/simplify/cleanup MDI classes for all platforms and introduce base
|
2008-11-04 02:46:19 +00:00 |
menu.h
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
menuitem.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
msgdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
notebook.h
|
|
|
NSApplication.h
|
|
|
NSBox.h
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
NSButton.h
|
|
|
NSControl.h
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
NSMenu.h
|
|
|
NSPanel.h
|
|
|
NSScroller.h
|
|
|
NSSlider.h
|
|
|
NSTableDataSource.h
|
|
|
NSTableView.h
|
|
|
NSTabView.h
|
|
|
NSTextField.h
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
NSView.h
|
|
|
NSWindow.h
|
|
|
ObjcAssociate.h
|
|
|
ObjcRef.h
|
|
|
pen.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
radiobox.h
|
|
|
radiobut.h
|
|
|
region.h
|
|
|
scrolbar.h
|
|
|
slider.h
|
|
|
sound.h
|
|
|
spinbutt.h
|
|
|
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
string.h
|
check that string passed to FromUTF8() is valid even in release build, this is safer; add a separate FromUTF8Unchecked() which can be used for maximal efficiency
|
2008-07-19 19:59:59 +00:00 |
taskbar.h
|
|
|
textctrl.h
|
|
|
toolbar.h
|
|
|
tooltip.h
|
|
|
toplevel.h
|
|
|
trackingrectmanager.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
window.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |