projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
use "..." instead of "..." for wx includes
[wxWidgets.git]
/
src
/
common
/
2001-11-25
Gilles Depeyrot
use "..." instead of "..." for wx includes
tree
|
commitdiff
2001-11-25
Gilles Depeyrot
corrected blind fix of missing .c_str()s
tree
|
commitdiff
2001-11-25
Vadim Zeitlin
fix for focus handling in case when the panel itself...
tree
|
commitdiff
2001-11-25
Vadim Zeitlin
typo: & was used instead of &&
tree
|
commitdiff
2001-11-25
Vadim Zeitlin
blindly added missing .c_str()s to fix compilation
tree
|
commitdiff
2001-11-24
Václav Slavík
forgot to remove ;; when applying the patch
tree
|
commitdiff
2001-11-23
Robert Roebling
Restored wxFileName::GetModificationTime() under Classic.
tree
|
commitdiff
2001-11-23
Václav Slavík
fixed memory leak in imagjpeG (patch #484865)
tree
|
commitdiff
2001-11-23
Jouk Jansen
Committing in .
tree
|
commitdiff
2001-11-23
George Tasker
"char *" changed to "wxChar *" in several places
tree
|
commitdiff
2001-11-23
George Tasker
MS Access support fix
tree
|
commitdiff
2001-11-22
Václav Slavík
blind fix for wxGIFDecoder::ReadGIF
tree
|
commitdiff
2001-11-22
Vadim Zeitlin
fixed memory leaks
tree
|
commitdiff
2001-11-22
Vadim Zeitlin
added check for NULL Clone() return
tree
|
commitdiff
2001-11-22
Vadim Zeitlin
removed read() declaration which resulted in a warning
tree
|
commitdiff
2001-11-22
Vadim Zeitlin
added wxSockAddress copy ctor which, in particular...
tree
|
commitdiff
2001-11-22
Mattia Barbon
Converting uninitialized data is not a Good Idea
tree
|
commitdiff
2001-11-22
Mattia Barbon
Must convert the last part, too
tree
|
commitdiff
2001-11-22
Vadim Zeitlin
fix for Unicode build
tree
|
commitdiff
2001-11-22
Václav Slavík
change to /usr/share/wx/version
tree
|
commitdiff
2001-11-21
Vadim Zeitlin
1. removed wxObject::CopyObject() and Clone() - some...
tree
|
commitdiff
2001-11-21
Vadim Zeitlin
replaced wxSocketEvent::CopyObject() with Clone()
tree
|
commitdiff
2001-11-21
Václav Slavík
more programmer-friendly wxApp::SetDisplayMode
tree
|
commitdiff
2001-11-20
Václav Slavík
fine-tuned API from the ICO patch
tree
|
commitdiff
2001-11-20
Vadim Zeitlin
more DBCS-related changes (patch 481898)
tree
|
commitdiff
2001-11-20
Vadim Zeitlin
don't use wxTheXXXList in wxXXX ctor/dtor, only objects...
tree
|
commitdiff
2001-11-18
Gilles Depeyrot
use class name instead of generic message in event...
tree
|
commitdiff
2001-11-18
Robert Roebling
This form of the event cloning patch survived my
tree
|
commitdiff
2001-11-18
Robert Roebling
Applied Chris' patch for support for ICO loading.
tree
|
commitdiff
2001-11-17
Gilles Depeyrot
added const for constant char pointer function parameters
tree
|
commitdiff
2001-11-14
Vadim Zeitlin
added wxTextBuffer and wxMemoryText which allow to...
tree
|
commitdiff
2001-11-14
Robin Dunn
GetSelection --> GetStringSelection
tree
|
commitdiff
2001-11-14
Vadim Zeitlin
added wxTextCtrl::GetSelection() returning a wxString...
tree
|
commitdiff
2001-11-13
Vadim Zeitlin
fixed bugs in rfind() (patch 481325)
tree
|
commitdiff
2001-11-13
Robert Roebling
Applied patch from SF on menu command not blocked
tree
|
commitdiff
2001-11-13
Vadim Zeitlin
fixed bug with redoing the command when there was nothi...
tree
|
commitdiff
2001-11-12
Gilles Depeyrot
corrected Carbon to/from POSIX path conversions for...
tree
|
commitdiff
2001-11-12
Gilles Depeyrot
added parentheses (corrects smart preprocessor error...
tree
|
commitdiff
2001-11-09
Vadim Zeitlin
s/Chiniese/Chinese/g
tree
|
commitdiff
2001-11-09
Vadim Zeitlin
applied DBCS patch
tree
|
commitdiff
2001-11-07
Vadim Zeitlin
applied a patch to ignore the modifiers (things like...
tree
|
commitdiff
2001-11-07
Jouk Jansen
Committing in .
tree
|
commitdiff
2001-11-06
Vadim Zeitlin
part of wxWizard loading from WXR patch I forgot to...
tree
|
commitdiff
2001-11-05
Gilles Depeyrot
use Unix line ending when compiling with Apple DevTools
tree
|
commitdiff
2001-11-05
Gilles Depeyrot
use Unix raise for wxTrap when compiling with Apple...
tree
|
commitdiff
2001-11-05
Gilles Depeyrot
corrected path format for wxMac compiled with Apple...
tree
|
commitdiff
2001-11-04
Václav Slavík
fixed stupid bug in display mode error reporting
tree
|
commitdiff
2001-11-04
Václav Slavík
implemented wxApp::Get/SetDisplayMode
tree
|
commitdiff
2001-11-02
Stefan Csomor
corrected findfirst/next on mac
tree
|
commitdiff
2001-11-02
Vadim Zeitlin
check for wxOnAssert reentrancy
tree
|
commitdiff
2001-11-02
Vadim Zeitlin
fixed wxString::resize() which was completely broken
tree
|
commitdiff
2001-11-02
Vadim Zeitlin
replaced a static buffer with wxString
tree
|
commitdiff
2001-10-31
Gilles Depeyrot
added comment concerning native line endings under...
tree
|
commitdiff
2001-10-31
Gilles Depeyrot
corrected access to NULL parameters in wxGetOsVersion
tree
|
commitdiff
2001-10-31
Gilles Depeyrot
corrections for path handling under Mac OS X
tree
|
commitdiff
2001-10-31
Vadim Zeitlin
made wxFileName::Set/GetTimes() work under Win32
tree
|
commitdiff
2001-10-30
Vadim Zeitlin
applied wxDirSelector() patch and regenerated the makef...
tree
|
commitdiff
2001-10-30
Vadim Zeitlin
added stat.h include
tree
|
commitdiff
2001-10-30
Vadim Zeitlin
fixed compilation problem in SetTimes
tree
|
commitdiff
2001-10-30
Vadim Zeitlin
added and partly implemented the time functions for...
tree
|
commitdiff
2001-10-29
Gilles Depeyrot
path/file corrections for Darwin/Mac OS X
tree
|
commitdiff
2001-10-29
Gilles Depeyrot
corrected wxMacFSSpec2MacFilename and wxMacFilename2FSS...
tree
|
commitdiff
2001-10-29
Vadim Zeitlin
extracted platform/compiler detection macros from wx...
tree
|
commitdiff
2001-10-26
David Webster
removed defs.h include
tree
|
commitdiff
2001-10-24
Mattia Barbon
Various cygwin compilation fixes.
tree
|
commitdiff
2001-10-23
Vadim Zeitlin
applied patch 473558: fixes for CW compilation under MSW
tree
|
commitdiff
2001-10-22
David Webster
Elimiante include of defs.h for VisualAge compiles
tree
|
commitdiff
2001-10-21
Robert Roebling
Correction for wxFileConfig where UNIX was taken
tree
|
commitdiff
2001-10-21
Robin Dunn
Added wxClientDataContainer to wxSizer, so sizers can...
tree
|
commitdiff
2001-10-20
Stefan Csomor
corrected #ifdef TARGET_CARBON to #if TARGET_CARBON
tree
|
commitdiff
2001-10-19
Vadim Zeitlin
added wxApp::Yield()
tree
|
commitdiff
2001-10-19
Vadim Zeitlin
added wxStreamToTextRedirector
tree
|
commitdiff
2001-10-19
George Tasker
Removed a line of debug code that got left in
tree
|
commitdiff
2001-10-18
Mattia Barbon
#elif -> #else
tree
|
commitdiff
2001-10-18
Stefan Csomor
corrected wxGetWorkingDirectory for mac (stripping...
tree
|
commitdiff
2001-10-17
Kendall Bennett
Mutiple updates from SciTech for wxWindows including...
tree
|
commitdiff
2001-10-17
Julian Smart
Applied patch sent to me for xpmdecod.cpp/VC++ compilat...
tree
|
commitdiff
2001-10-16
Mattia Barbon
Changed char* to wxChar* in wxColour constructor.
tree
|
commitdiff
2001-10-16
Jouk Jansen
Committing in .
tree
|
commitdiff
2001-10-15
Vadim Zeitlin
reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS
tree
|
commitdiff
2001-10-15
Robert Roebling
wxStatusBar doesn't link with double IMPLEMENT.....
tree
|
commitdiff
2001-10-14
Vadim Zeitlin
1. added wxStatusBarUniv
tree
|
commitdiff
2001-10-13
Gilles Depeyrot
use MoreFiles under Mac OS X
tree
|
commitdiff
2001-10-13
Gilles Depeyrot
corrected typo in conditional compilation for Darwin...
tree
|
commitdiff
2001-10-13
Gilles Depeyrot
strcasecmp is in the system libraries under Mac OS X
tree
|
commitdiff
2001-10-12
Vadim Zeitlin
added base parameter to wxString::To[U]Long
tree
|
commitdiff
2001-10-12
Robin Dunn
Added style parameter to wxPopupWindow ctors so they...
tree
|
commitdiff
2001-10-12
Vadim Zeitlin
fix for Solaris realloc() which moves the memory block...
tree
|
commitdiff
2001-10-12
Robin Dunn
Moved client data stuff directly into wxEvtHandler...
tree
|
commitdiff
2001-10-10
Jouk Jansen
Committing in .
tree
|
commitdiff
2001-10-09
Robin Dunn
Moved the [Set|Get]Client[Data|Object] and such out...
tree
|
commitdiff
2001-10-09
Václav Slavík
fixed off by one error in wxXPMDecoder::ReadFile
tree
|
commitdiff
2001-10-08
Vadim Zeitlin
replaced C++ comments with C ones
tree
|
commitdiff
2001-10-08
Vadim Zeitlin
added and documented wxWS_EX_BLOCK_EVENTS flag
tree
|
commitdiff
2001-10-05
Vadim Zeitlin
fixed the problem with the ampersand [mis]handling...
tree
|
commitdiff
2001-10-04
Gilles Depeyrot
use wxWindows zlib.h instead of Mac OS X system zlib...
tree
|
commitdiff
2001-10-04
George Tasker
Added code to handle SQLSERVER, ACCESS, and MSDE allowi...
tree
|
commitdiff
2001-10-04
George Tasker
Removed a bunch of unreachable BREAK statements that...
tree
|
commitdiff
2001-10-04
George Tasker
Changed code in unzip.c/.h for #including zlib.h to...
tree
|
commitdiff
2001-10-04
Vadim Zeitlin
reverted the fix for Unicode compilation with VC++...
tree
|
commitdiff
next