.. |
nanox/X11
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
app.h
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
bitmap.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 |
brush.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 |
chkconf.h
|
Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards;
|
2007-07-14 19:06:18 +00:00 |
clipbrd.h
|
1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac
|
2007-03-31 02:57:55 +00:00 |
colour.h
|
fixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) -- do this in all ports, not just wxGTK
|
2007-11-27 20:37:06 +00:00 |
cursor.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
dataform.h
|
use wxString, not wxChar*, in wxDataFormat ctor and SetId() method
|
2007-05-30 22:02:19 +00:00 |
dataobj2.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
dataobj.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
dc.h
|
Moved all the coordinate system calculation to wxDCBase
|
2007-05-02 11:05:45 +00:00 |
dcclient.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 |
dcmemory.h
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
dcprint.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
dcscreen.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
dnd.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 |
font.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
glcanvas.h
|
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp
|
2007-04-15 23:06:45 +00:00 |
joystick.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
minifram.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
palette.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 |
pen.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 |
popupwin.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
print.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
private.h
|
fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strings must be representable in current locale's charset, similarly to MSLU)
|
2007-07-21 16:43:31 +00:00 |
privx.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 |
region.h
|
The Great wxRegion Refactoring:
|
2006-09-25 11:47:23 +00:00 |
reparent.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 |
textctrl.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 |
toplevel.h
|
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
|
2007-04-07 23:40:55 +00:00 |
window.h
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +00:00 |