.. |
objc
|
Fixed various typos.
|
2011-03-22 14:17:38 +00:00 |
private
|
Fixed various typos.
|
2011-03-22 14:17:38 +00:00 |
app.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
autorelease.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
bitmap.h
|
Add wxBitmap::NewFromPNGData() for creating bitmaps from PNG data.
|
2012-09-13 17:15:00 +00:00 |
bmpbuttn.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
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
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
checkbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
checklst.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
chkconf.h
|
Replaced C++ comments with C ones in C files.
|
2011-04-15 19:18:34 +00:00 |
choice.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
clipbrd.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
colordlg.h
|
|
|
colour.h
|
fixing file paths after renaming
|
2008-06-11 19:17:41 +00:00 |
combobox.h
|
added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)
|
2009-03-02 12:25:01 +00:00 |
control.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
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
|
use wxString, not wxChar*, in wxDataFormat ctor and SetId() method
|
2007-05-30 22:02:19 +00:00 |
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
|
wxCocoa compilation fixes for visibility (missing DLL export macros)
|
2007-08-15 13:05:35 +00:00 |
dc.h
|
use const arrays for wxDC array parameters, closes #10712
|
2013-01-18 17:27:51 +00:00 |
dcclient.h
|
Make wxCocoa compile with new pImpl wxDC.
|
2007-12-04 04:22:16 +00:00 |
dcmemory.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
dcscreen.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dialog.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dirdlg.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +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
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
font.h
|
Add wxFont ctor taking a single flags argument instead of style/weight/...
|
2012-01-23 11:28:21 +00:00 |
fontdlg.h
|
|
|
frame.h
|
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
|
2009-04-25 12:59:09 +00:00 |
gauge.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
glcanvas.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
icon.h
|
Add wxIcon::GetSize() to wxIcon in wxOSX.
|
2010-10-23 21:47:22 +00:00 |
listbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
log.h
|
|
|
mbarman.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
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
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
notebook.h
|
No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND.
|
2011-08-21 14:08:49 +00:00 |
NSApplication.h
|
Fixed various typos.
|
2011-03-22 14:17:38 +00:00 |
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
|
Add WXUNUSED to unused parameters in several inline-implemented methods.
|
2007-10-29 16:18:59 +00:00 |
NSPanel.h
|
CVS tags cleaning (with other minor cleaning).
|
2006-10-16 09:30:01 +00:00 |
NSScroller.h
|
|
|
NSSlider.h
|
Globally use "wxWindows licence" consistently.
|
2010-07-13 13:29:13 +00:00 |
NSTableDataSource.h
|
Add support for uniquifying to all wxCocoa Objective-C classes.
|
2007-08-15 16:10:19 +00:00 |
NSTableView.h
|
|
|
NSTabView.h
|
|
|
NSTextField.h
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
NSView.h
|
Fix most of the Objective-C GC problems by using the stronger CFRetain/CFRelease in wxObjcAutoRef.
|
2008-02-06 20:10:07 +00:00 |
NSWindow.h
|
Add WXUNUSED to unused parameters in several inline-implemented methods.
|
2007-10-29 16:18:59 +00:00 |
ObjcAssociate.h
|
CVS tags cleaning (with other minor cleaning).
|
2006-10-16 09:30:01 +00:00 |
ObjcRef.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
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
|
Fixed various typos.
|
2011-03-22 14:17:38 +00:00 |
radiobut.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
region.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
scrolbar.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
slider.h
|
Deprecate second parameter of wxSlider::SetTickFreq().
|
2011-02-05 16:36:30 +00:00 |
sound.h
|
Change wxSound ctor from in-memory data to use size_t/void *.
|
2011-09-21 15:08:02 +00:00 |
spinbutt.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statbmp.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statline.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
stattext.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
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
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
textctrl.h
|
Revert all wxNOEXCEPT-related changes.
|
2012-11-20 12:49:03 +00:00 |
toolbar.h
|
wxCocoa compilation fixes for visibility (missing DLL export macros)
|
2007-08-15 13:05:35 +00:00 |
tooltip.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
toplevel.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
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 virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextExtent() on wxWindow objects without any ugly casts/scope resolution operators
|
2009-06-10 16:41:41 +00:00 |