projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Only link with libwxscintilla if using Scintilla is enabled.
[wxWidgets.git]
/
include
/
wx
/
wxprec.h
2012-12-28
Vadim Zeitlin
Allow building wxGTK under Windows with MSVC.
blob
|
commitdiff
|
raw
2012-04-05
Vadim Zeitlin
Remove support for MetroWerks CodeWarrior compiler.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-15
Vadim Zeitlin
Remove wxMGL port.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-15
Vadim Zeitlin
Remove Palm OS port.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Václav Slavík
split wxchar.h into several smaller headers
blob
|
commitdiff
|
raw
|
diff to current
2006-05-31
Włodzimierz Skiba
PCH support for !MSW/!autoconf platforms.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Włodzimierz Skiba
More wxMSW specific headers in precompiled headers.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-15
Włodzimierz Skiba
Minor cleanings.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-31
Włodzimierz Skiba
wxMGL revitalised with OpenWatcom.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Włodzimierz Skiba
Support for automatic setup.h in OS/2 with OW builds...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Włodzimierz Skiba
Global platform header (<PalmOS.h>) removed from public...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-04
Julian Smart
Added licence/copyright information
blob
|
commitdiff
|
raw
|
diff to current
2005-02-20
David Elliott
Don't automatically define WX_PRECOMP when building...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-10
Włodzimierz Skiba
Some unnecessary wxUSE_MFC occurences removed following...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-23
Włodzimierz Skiba
Make some long #ifs shorter but multiline so diffs...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2003-08-14
Chris Elliott
remove no longer treu comment about dmars
blob
|
commitdiff
|
raw
|
diff to current
2003-07-15
Václav Slavík
no need to define STRICT here either
blob
|
commitdiff
|
raw
|
diff to current
2003-07-15
Václav Slavík
added <windows.h> wrapper
blob
|
commitdiff
|
raw
|
diff to current
2003-06-18
Chris Elliott
fix DMars compilation to use precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-05-02
Chris Elliott
info about digitalmars in header
blob
|
commitdiff
|
raw
|
diff to current
2002-05-09
Vadim Zeitlin
applied patch to build wxMSW with CW7 (patch 550445)
blob
|
commitdiff
|
raw
|
diff to current
2001-07-07
Vadim Zeitlin
applied patch 439186 (mingw and VC5 fixes)
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-18
Stefan Neis
No precompiled headers for gcc, even if compiling WXPM.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-10
Julian Smart
Small fixes for Tex2RTF but alas, we still get memory...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-20
Vadim Zeitlin
restored windows.h
blob
|
commitdiff
|
raw
|
diff to current
2000-01-18
George Tasker
Changed code to allow for removal of the #include ...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-13
Karsten Ballüder
more compilation fixes, some object files were missing
blob
|
commitdiff
|
raw
|
diff to current
1999-08-02
Vadim Zeitlin
1. minor headers rearrangement: wxprec.h doesn't includ...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-29
David Webster
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
1999-07-28
David Webster
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
1999-05-31
Brian Macy
Reworked the undef stuff a little
blob
|
commitdiff
|
raw
|
diff to current
1999-05-29
Brian Macy
fixed #if !NOPCH to be #if !defined(NOPCH)
blob
|
commitdiff
|
raw
|
diff to current
1999-02-06
Vadim Zeitlin
restored "#include <windows.h>"
blob
|
commitdiff
|
raw
|
diff to current
1999-02-04
Julian Smart
Fixed compilation for when not including <windows.h>
blob
|
commitdiff
|
raw
|
diff to current
1999-02-03
Vadim Zeitlin
_MSC_VER change fixes - now compiles again
blob
|
commitdiff
|
raw
|
diff to current
1999-02-03
Vadim Zeitlin
_MSC_VER => __VISUALC__ change
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Julian Smart
TWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Julian Smart
Some changes in a vain attempt to make Salford C++...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-08
Julian Smart
Changes to allow Cygwin to compile in non-PCH mode
blob
|
commitdiff
|
raw
|
diff to current
1998-12-10
Stefan Csomor
wxMac support added
blob
|
commitdiff
|
raw
|
diff to current
1998-10-12
Vadim Zeitlin
1. wxTimer::Start() returns bool in wxGTK too (other...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-15
Julian Smart
Changes mostly as a result of __WXSTUBS__ compilation...
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current