projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
small code cleanup while looking for an inexistent problem
[wxWidgets.git]
/
src
/
common
/
2002-04-29
Václav Slavík
fixed wxZipInputStream::OnSysSeek wrt memory requiremen...
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
fixed uninitialized m_bPassMessages and wxLogChain...
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
really fixed memory leak in wxLogChain
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
fixed memory leak in wxLogChain
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
wxArray(int n) mods for wxArrayString
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
fixed wxFileName::GetModificationTime()
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
fixes for operator new declaration/definition (patch...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
clean up of memory debugging macros and chanegs to...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
added support for add/insert/deleting many items at...
tree
|
commitdiff
2002-04-26
Julian Smart
Fixed my sloppy fix for redundant path separators
tree
|
commitdiff
2002-04-25
Vadim Zeitlin
fixed typo in wxString::swap() which was completely...
tree
|
commitdiff
2002-04-25
Julian Smart
In GetPath(), don't append separator if there's already...
tree
|
commitdiff
2002-04-22
Vadim Zeitlin
compilation fix for ms_dllext definition and old compilers
tree
|
commitdiff
2002-04-22
Vadim Zeitlin
fixed a fatal bug in DLL loading code: the deleted...
tree
|
commitdiff
2002-04-21
Vadim Zeitlin
use SetFocusFromKbd() instead of SetFocus()
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
fixed initial focus handling in the dialog and made...
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
added wxGetTopLevelParent()
tree
|
commitdiff
2002-04-19
Ron Lee
Added knowledge of virtual size to wx(Scrolled)Windows...
tree
|
commitdiff
2002-04-17
Vadim Zeitlin
corrected assert even better
tree
|
commitdiff
2002-04-17
Julian Smart
Corrected assertion
tree
|
commitdiff
2002-04-17
Julian Smart
Added wxDF_HTML
tree
|
commitdiff
2002-04-16
Vadim Zeitlin
removed redundant code
tree
|
commitdiff
2002-04-16
Vadim Zeitlin
return NULL from the functions returning a pointer...
tree
|
commitdiff
2002-04-15
Vadim Zeitlin
fixed remove() return code test to avoid spurious debug...
tree
|
commitdiff
2002-04-15
Vadim Zeitlin
corrected passing const char * to a function taking...
tree
|
commitdiff
2002-04-15
Gilles Depeyrot
corrections for compilation with Apple DevTools
tree
|
commitdiff
2002-04-14
Julian Smart
Applied custom character filter patch for text validator
tree
|
commitdiff
2002-04-13
Julian Smart
Added missing CreateManifest() to initialisation
tree
|
commitdiff
2002-04-13
Robin Dunn
Changed the #if used to turn on UNIX domain sockets...
tree
|
commitdiff
2002-04-12
Julian Smart
Implemented wxMouseCaptureChangedEvent and made wxGener...
tree
|
commitdiff
2002-04-12
Vadim Zeitlin
implemented IPC using Unix domain sockets
tree
|
commitdiff
2002-04-12
Julian Smart
Applied docview patch
tree
|
commitdiff
2002-04-12
Vadim Zeitlin
bug/typo fixed: function returning a pointer should...
tree
|
commitdiff
2002-04-11
Julian Smart
Undo/Redo update handlers now set the text as well
tree
|
commitdiff
2002-04-11
Julian Smart
Sorry, that SetClientSize change was wrong, since sizer...
tree
|
commitdiff
2002-04-11
Vadim Zeitlin
fixed 2 bugs which were fixed in GetFullPath() but...
tree
|
commitdiff
2002-04-11
Julian Smart
Added back the missing Undo/Redo accelerators that...
tree
|
commitdiff
2002-04-11
Vadim Zeitlin
fixed GetPath() trailing separator bug, rewrote GetFull...
tree
|
commitdiff
2002-04-11
Vadim Zeitlin
added missing WINAPI to GET_LONG_PATH_NAME typedef...
tree
|
commitdiff
2002-04-11
Julian Smart
wxSizer::Fit calls SetClientSize, not SetSize. This...
tree
|
commitdiff
2002-04-10
David Webster
Fixed LINKAGEMODE use
tree
|
commitdiff
2002-04-10
Julian Smart
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
tree
|
commitdiff
2002-04-09
Vadim Zeitlin
fixed a bug in wxStopWatch::Pause() (wouldn't pause...
tree
|
commitdiff
2002-04-08
Vadim Zeitlin
fixed format parameter in wxGetVolumeString() (closes...
tree
|
commitdiff
2002-04-08
Vadim Zeitlin
fixed several bugs in Mkdir() and also modified its...
tree
|
commitdiff
2002-04-08
Vadim Zeitlin
added GetPath(flags) version to allow retrieving the...
tree
|
commitdiff
2002-04-08
Julian Smart
Re-enabled dynamic library code in wxFileName so
tree
|
commitdiff
2002-04-07
Václav Slavík
cleaned up the mess caused by FloodFill patch
tree
|
commitdiff
2002-04-07
Vadim Zeitlin
fix for splitting the UNC paths
tree
|
commitdiff
2002-04-07
Vadim Zeitlin
added wxTextCtrl::EmulateKeyPress
tree
|
commitdiff
2002-04-06
Václav Slavík
added wxFontMapper::Get/Set
tree
|
commitdiff
2002-04-06
Václav Slavík
clear wxArtProvider cache when pushing new provider
tree
|
commitdiff
2002-04-05
David Webster
need wxUSE_WCHAR_T around wxConvLocal
tree
|
commitdiff
2002-04-05
David Webster
FALSE not false
tree
|
commitdiff
2002-04-05
Vadim Zeitlin
minor fix to wxFileName::MakeRelativeTo(), removed...
tree
|
commitdiff
2002-04-05
Jouk Jansen
Committing in .
tree
|
commitdiff
2002-04-04
Julian Smart
Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
tree
|
commitdiff
2002-04-03
Mattia Barbon
Fix for broken BCC
tree
|
commitdiff
2002-04-03
Vadim Zeitlin
fixed error checking in wxKill
tree
|
commitdiff
2002-04-03
Vadim Zeitlin
reuse the fonts in the resource loading code (patch...
tree
|
commitdiff
2002-04-03
Gilles Depeyrot
corrected FSSpec to POSIX file name conversions for...
tree
|
commitdiff
2002-04-02
Vadim Zeitlin
fixed paper size calculation (convert from 10ths of...
tree
|
commitdiff
2002-04-02
Vadim Zeitlin
compilation warning fixes
tree
|
commitdiff
2002-04-02
Julian Smart
Added includes to correct compilo
tree
|
commitdiff
2002-04-02
Julian Smart
Added wxImage::FloodFill file
tree
|
commitdiff
2002-04-01
Vadim Zeitlin
more informational assert about the base class being...
tree
|
commitdiff
2002-04-01
Julian Smart
Separated wxImage::FloodFill from image.cpp
tree
|
commitdiff
2002-04-01
Julian Smart
Applied FloodFill patch
tree
|
commitdiff
2002-04-01
Vadim Zeitlin
use the new wxExecute() API (no real changes)
tree
|
commitdiff
2002-03-31
Robert Roebling
Compile fix for MinGW32
tree
|
commitdiff
2002-03-30
Robin Dunn
Don't set the longhelp in the statusbar if there isn...
tree
|
commitdiff
2002-03-28
Vadim Zeitlin
fixed VC++ warning in optimized build
tree
|
commitdiff
2002-03-28
Mattia Barbon
Fixed problems with wxFrame::SetIcons
tree
|
commitdiff
2002-03-28
Vadim Zeitlin
unapplied part of Dimitri's patch at his request
tree
|
commitdiff
2002-03-28
Stefan Csomor
changed image.h include to be correct in all (precomp...
tree
|
commitdiff
2002-03-28
Vadim Zeitlin
fixed compilation in Unicode build
tree
|
commitdiff
2002-03-28
Vadim Zeitlin
basic wxFileName functions seem to work under Windows
tree
|
commitdiff
2002-03-27
Vadim Zeitlin
wxFileName::Get/SetTimes() finally seem to work under...
tree
|
commitdiff
2002-03-27
Vadim Zeitlin
fixed bug in ConvertWxToFileTime (bug 525868)
tree
|
commitdiff
2002-03-27
Vadim Zeitlin
Unicode compilation fixes (patch from Dimitri)
tree
|
commitdiff
2002-03-27
Jouk Jansen
Committing in .
tree
|
commitdiff
2002-03-26
Mattia Barbon
wxIconBundle implementation.
tree
|
commitdiff
2002-03-26
Jouk Jansen
Committing in .
tree
|
commitdiff
2002-03-26
Robin Dunn
switch to _EXPORTED_ hash maps to avoid VC++ warnings
tree
|
commitdiff
2002-03-25
Václav Slavík
forgot to check in modified artstd.cpp
tree
|
commitdiff
2002-03-25
Václav Slavík
surround deprecated wxImage methods in WXWIN_COMPATIBIL...
tree
|
commitdiff
2002-03-25
Vadim Zeitlin
implemented (but it doesn't work yet) the radio buttons...
tree
|
commitdiff
2002-03-25
Vadim Zeitlin
fixed compilation for wxBase
tree
|
commitdiff
2002-03-25
Vadim Zeitlin
fixed compilation under Unix where SQL_DATETIME is...
tree
|
commitdiff
2002-03-24
Václav Slavík
added wxTheme::GetArtProvider to wxUniv
tree
|
commitdiff
2002-03-24
Václav Slavík
add automatic rescaling to wxArtProvider
tree
|
commitdiff
2002-03-24
Václav Slavík
don't use deprecated wxImage methods inside wxWin
tree
|
commitdiff
2002-03-23
Julian Smart
Added hack to make standard art provider link with app
tree
|
commitdiff
2002-03-22
Václav Slavík
port proplist.cpp to wxArtProvider
tree
|
commitdiff
2002-03-22
Václav Slavík
use wxArtProvider in wxFileDialog
tree
|
commitdiff
2002-03-22
Vadim Zeitlin
recognize ANSI_X3.4-1968 as US-ASCII
tree
|
commitdiff
2002-03-22
George Tasker
Semi-Blind fixes for trying to handle different version...
tree
|
commitdiff
2002-03-22
Václav Slavík
fixed compilation problem with old gcc releases
tree
|
commitdiff
2002-03-21
Václav Slavík
(hopefully) final touches to wxArtProvider
tree
|
commitdiff
2002-03-21
Vadim Zeitlin
let the popup listbox process the kbd messages in wxCom...
tree
|
commitdiff
next