projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
safer definitions for wx(U)Int32,16 (taken from intl.cpp)
[wxWidgets.git]
/
include
/
wx
/
dynarray.h
2002-03-06
Vadim Zeitlin
fixes to the new pointer array implementation
blob
|
commitdiff
|
raw
2002-03-06
Julian Smart
Moved typedef to within public block to avoid compile...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-06
Gilles Depeyrot
wxArray<T> macros have been changed to fix runtime...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-07
Vadim Zeitlin
added wxCOMPILE_TIME_ASSERT2() macro allowing to give...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-07
Vadim Zeitlin
fixed passing empty macro argument for VC++
blob
|
commitdiff
|
raw
|
diff to current
2002-02-06
Vadim Zeitlin
cleaned up the arrays declaration macros and added...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Vadim Zeitlin
fixes for the compilation warnings with Sun CC:
blob
|
commitdiff
|
raw
|
diff to current
2001-11-18
Ron Lee
Don't add -MMD until we are just about ready to build...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-17
Ron Lee
Added WX_DEFINE_*_USER_EXPORTED_ARRAY macros for extern...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Julian Smart
Added wxUSE_DC_CACHEING and associated code to wxMSW
blob
|
commitdiff
|
raw
|
diff to current
2001-07-07
Vadim Zeitlin
1. fixed typo ('&' instead of '|') in wxNotebook
blob
|
commitdiff
|
raw
|
diff to current
2001-05-20
Václav Slavík
fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-15
Gilles Depeyrot
modifications for compilation under Mac OS X
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-01-02
Vadim Zeitlin
1. wxDateTimeHolidayAuthority class for calculating...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-18
Vadim Zeitlin
Remove() -> RemoveAt()
blob
|
commitdiff
|
raw
|
diff to current
1999-11-18
Vadim Zeitlin
bug in wxArray::Remove() fixed (thanks Robert)
blob
|
commitdiff
|
raw
|
diff to current
1999-11-16
Vadim Zeitlin
RemoveAt() added to array classes
blob
|
commitdiff
|
raw
|
diff to current
1999-10-12
Vadim Zeitlin
1. DLL compilation fixes (wrong WXDLLEXPORT placement...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-10-01
Vadim Zeitlin
wxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h
blob
|
commitdiff
|
raw
|
diff to current
1999-08-06
Robert Roebling
Distrib things,
blob
|
commitdiff
|
raw
|
diff to current
1999-08-05
Robert Roebling
Compile fix for dynarray,
blob
|
commitdiff
|
raw
|
diff to current
1999-08-02
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-06-13
Vadim Zeitlin
WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Ove Kaaven
Oh well, I'll just stuff in the rest of the Unicode...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-16
Julian Smart
Various changes for Salford C++, and commited fileconf...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-14
Vadim Zeitlin
1. NOT_FOUND -> wxNOT_FOUND
blob
|
commitdiff
|
raw
|
diff to current
1999-01-12
Vadim Zeitlin
WX_CLEAR_ARRAY() now calls Empty() too
blob
|
commitdiff
|
raw
|
diff to current
1999-01-09
Vadim Zeitlin
wxObjArray fix (part 2)
blob
|
commitdiff
|
raw
|
diff to current
1998-12-29
Vadim Zeitlin
added WX_CLEAR_ARRAY() macro to delete all the elements...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-24
Vadim Zeitlin
LISTs renamed to OBJARRAYs
blob
|
commitdiff
|
raw
|
diff to current
1998-11-24
Vadim Zeitlin
1. new wxList code
blob
|
commitdiff
|
raw
|
diff to current
1998-09-18
Vadim Zeitlin
wxBaseArray::Shrink() added
blob
|
commitdiff
|
raw
|
diff to current
1998-09-14
Julian Smart
DLL-related changes
blob
|
commitdiff
|
raw
|
diff to current
1998-09-12
Robert Roebling
Removed warnings
blob
|
commitdiff
|
raw
|
diff to current
1998-08-18
Vadim Zeitlin
globally renamed uint to size_t. This has _not_ been...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-17
Vadim Zeitlin
fixed compilation problems under Windows
blob
|
commitdiff
|
raw
|
diff to current
1998-07-16
Vadim Zeitlin
added sorted arrays: they automatically sort items...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-08
Vadim Zeitlin
Last() function added (the same as Item(Count() - 1))
blob
|
commitdiff
|
raw
|
diff to current
1998-06-22
Vadim Zeitlin
wxCHECK/wxCHECK_RET changes
blob
|
commitdiff
|
raw
|
diff to current
1998-06-05
Vadim Zeitlin
Bool replaced by bool (I hope I got it right this time!)
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current