1999-01-27 |
Vadim Zeitlin | made wxSplitterWindow::SplitXXX() virtual
|
commit | commitdiff | tree |
1999-01-26 |
Vadim Zeitlin | Added Upper() and Lower() - return the copy of the...
|
commit | commitdiff | tree |
1999-01-26 |
Vadim Zeitlin | some gixes to PositionToXY() - not sure if I made it...
|
commit | commitdiff | tree |
1999-01-26 |
Vadim Zeitlin | Oops... compilation error just checked in fixed
|
commit | commitdiff | tree |
1999-01-26 |
Vadim Zeitlin | SetInsertionPointEnd() bug corrected (was off by 1)
|
commit | commitdiff | tree |
1999-01-25 |
Vadim Zeitlin | width and height arguments are no longer ignored in...
|
commit | commitdiff | tree |
1999-01-24 |
Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead...
|
commit | commitdiff | tree |
1999-01-24 |
Vadim Zeitlin | Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for...
|
commit | commitdiff | tree |
1999-01-23 |
Vadim Zeitlin | compilation fix for MSW
|
commit | commitdiff | tree |
1999-01-23 |
Vadim Zeitlin | 1. registry files corresponding to the recent registry...
|
commit | commitdiff | tree |
1999-01-22 |
Vadim Zeitlin | Rename() (partly) implemented for wxRegConf
|
commit | commitdiff | tree |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed)
|
commit | commitdiff | tree |
1999-01-22 |
Vadim Zeitlin | wxThread POSIX implementation seems to work (under...
|
commit | commitdiff | tree |
1999-01-21 |
Vadim Zeitlin | thread fixes (compiles, but doesn't work yet)
|
commit | commitdiff | tree |
1999-01-21 |
Vadim Zeitlin | wxMimeTypesManagerImpl::GetFileTypeFromMimeType() implemented
|
commit | commitdiff | tree |
1999-01-21 |
Vadim Zeitlin | common/mimetype.cpp added
|
commit | commitdiff | tree |
1999-01-20 |
Vadim Zeitlin | compilation fix (wxFAIL() must have a ';')
|
commit | commitdiff | tree |
1999-01-20 |
Vadim Zeitlin | RenameEntry/Group() functions added to wxConfig and...
|
commit | commitdiff | tree |
1999-01-20 |
Vadim Zeitlin | fixes to previous fixes for Sun's CC 5.0
|
commit | commitdiff | tree |
1999-01-20 |
Vadim Zeitlin | fixes for Sun CC 5.0 (unlike 4.2 it understands bool)
|
commit | commitdiff | tree |
1999-01-20 |
Vadim Zeitlin | wxUSE_STREAM corrected to wxUSE_STREAMS
|
commit | commitdiff | tree |
1999-01-20 |
Vadim Zeitlin | wxString::Right() changed to AfterLast() (config works...
|
commit | commitdiff | tree |
1999-01-19 |
Vadim Zeitlin | 1. wxMotif fixes for compilation in "no compatible...
|
commit | commitdiff | tree |
1999-01-19 |
Vadim Zeitlin | compilation fixes for "nocompatibility" mode
|
commit | commitdiff | tree |
1999-01-17 |
Vadim Zeitlin | thread docs updated
|
commit | commitdiff | tree |
1999-01-17 |
Vadim Zeitlin | OnExit() is called for modules which were initialized...
|
commit | commitdiff | tree |
1999-01-17 |
Vadim Zeitlin | more thread fixes
|
commit | commitdiff | tree |
1999-01-17 |
Vadim Zeitlin | wxThread fixes - compilation under Unix temporarily...
|
commit | commitdiff | tree |
1999-01-17 |
Vadim Zeitlin | warning suppressed for MSVC++
|
commit | commitdiff | tree |
1999-01-15 |
Vadim Zeitlin | even less spelling errors...
|
commit | commitdiff | tree |
1999-01-14 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND
|
commit | commitdiff | tree |
1999-01-13 |
Vadim Zeitlin | compilation problem fixed
|
commit | commitdiff | tree |
1999-01-13 |
Vadim Zeitlin | updated i18n sample, french translations are now in...
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | minor samples fixes
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | images in the notebook work under MSW too (with or...
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | memory leak plugged
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | added an error message if a bitmap can't be addedto...
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | catches program exceptions in release build (VC++ only)
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | some really minor changes (the most important one:...
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | changed "inline"s to "extern"
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | WX_CLEAR_ARRAY() now calls Empty() too
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | more files I forgot to commit (wxFile/wxTempFile/wxTextFile...
|
commit | commitdiff | tree |
1999-01-12 |
Vadim Zeitlin | changed #ifdef wxUSE_XXX into #if wxUSE_XXX
|
commit | commitdiff | tree |
1999-01-11 |
Vadim Zeitlin | TestDestroy() bug corrected
|
commit | commitdiff | tree |
1999-01-11 |
Vadim Zeitlin | wxCriticalSection implemented using mutexes for !MSW...
|
commit | commitdiff | tree |
1999-01-11 |
Vadim Zeitlin | added the missing sentence end...
|
commit | commitdiff | tree |
1999-01-10 |
Vadim Zeitlin | 1. wxFile docs updated, wxTextFile and wxTempFile docs...
|
commit | commitdiff | tree |
1999-01-10 |
Vadim Zeitlin | changes for wxMSW compilation
|
commit | commitdiff | tree |
1999-01-10 |
Vadim Zeitlin | assignment operators/copy ctors are private for classes...
|
commit | commitdiff | tree |
1999-01-09 |
Vadim Zeitlin | wxObjArray fix (part 2)
|
commit | commitdiff | tree |
1999-01-09 |
Vadim Zeitlin | wxObjArrays code compiles again
|
commit | commitdiff | tree |
1999-01-09 |
Vadim Zeitlin | thread fixes for MSW (samples doesn't compile currently...
|
commit | commitdiff | tree |
1999-01-08 |
Vadim Zeitlin | supports typedefs, generates "See also:" and adds ...
|
commit | commitdiff | tree |
1999-01-08 |
Vadim Zeitlin | HelpGen is a prototype of the tool for automatic generation...
|
commit | commitdiff | tree |
1999-01-07 |
Vadim Zeitlin | storable objects use _() and wxLogXXX instead of message...
|
commit | commitdiff | tree |
1999-01-07 |
Vadim Zeitlin | added version number to the about box
|
commit | commitdiff | tree |
1999-01-05 |
Vadim Zeitlin | bug in wxString::Printf() corrected (the length of...
|
commit | commitdiff | tree |
1999-01-05 |
Vadim Zeitlin | added wx<TemplateListName>::Node typedef for the node...
|
commit | commitdiff | tree |
1999-01-05 |
Vadim Zeitlin | MIME classes with docs (not yet added to the makefiles)
|
commit | commitdiff | tree |
1999-01-05 |
Vadim Zeitlin | file I forgot to commit last time (wxCritSection)
|
commit | commitdiff | tree |
1999-01-02 |
Vadim Zeitlin | 1. New classes documented: wxCriticalSection, wxMutexLocker,
|
commit | commitdiff | tree |
1999-01-02 |
Vadim Zeitlin | restoring wxUSE_GLOBAL_MEMORY_OPERATORS I accidentally...
|
commit | commitdiff | tree |
1999-01-02 |
Vadim Zeitlin | Thread fixes (but they still don't work at all...)
|
commit | commitdiff | tree |
1999-01-01 |
Vadim Zeitlin | wxString(const wxString& str, size_t position, size_t...
|
commit | commitdiff | tree |
1998-12-30 |
Vadim Zeitlin | added directories for Motif headers and libs under...
|
commit | commitdiff | tree |
1998-12-30 |
Vadim Zeitlin | stupid bug corrected (the code was never compiled)
|
commit | commitdiff | tree |
1998-12-29 |
Vadim Zeitlin | added WX_CLEAR_ARRAY() macro to delete all the elements...
|
commit | commitdiff | tree |
1998-12-29 |
Vadim Zeitlin | small optimization in ProcessEvent() (IsKindOf(wxWindow...
|
commit | commitdiff | tree |
1998-12-28 |
Vadim Zeitlin | wxGTK compiles (and links) when configured without...
|
commit | commitdiff | tree |
1998-12-27 |
Vadim Zeitlin | 1. Pause()/Resume() implemented for wxMSW
|
commit | commitdiff | tree |
1998-12-25 |
Vadim Zeitlin | wxStringList::Sort() bug corrected
|
commit | commitdiff | tree |
1998-12-25 |
Vadim Zeitlin | attempt to fix a report about compile problems in generic...
|
commit | commitdiff | tree |
1998-12-24 |
Vadim Zeitlin | wxGetUserName() returns the user name (wxGetUserId...
|
commit | commitdiff | tree |
1998-12-22 |
Vadim Zeitlin | wxTextFile::Type changed to ::wxTextFileType (portability)
|
commit | commitdiff | tree |
1998-12-20 |
Vadim Zeitlin | missing functions implemented in wxMSW tree ctrl (custom...
|
commit | commitdiff | tree |
1998-12-18 |
Vadim Zeitlin | added stubs for wxTreeCtrl functions not yet implemented...
|
commit | commitdiff | tree |
1998-12-18 |
Vadim Zeitlin | wxTreeCtrl::Sort() changed, adapted the sample to show it.
|
commit | commitdiff | tree |
1998-12-17 |
Vadim Zeitlin | The checkbox doesn't eat the first "toggled" event...
|
commit | commitdiff | tree |
1998-12-17 |
Vadim Zeitlin | wxString::Truncates() now doesn't change the sharied...
|
commit | commitdiff | tree |
1998-12-17 |
Vadim Zeitlin | all delete functions now send delete notification event
|
commit | commitdiff | tree |
1998-12-17 |
Vadim Zeitlin | 1. added wxTreeCtrl::DeleteChildren()
|
commit | commitdiff | tree |
1998-12-17 |
Vadim Zeitlin | status bar is created before it's used for the first...
|
commit | commitdiff | tree |
1998-12-16 |
Vadim Zeitlin | listbox kbd handling buglet corrected (event.Skip(...
|
commit | commitdiff | tree |
1998-12-15 |
Vadim Zeitlin | 1. is there any reason to comment out SetColor() in...
|
commit | commitdiff | tree |
1998-12-15 |
Vadim Zeitlin | 1. log::save works with wxGTK
|
commit | commitdiff | tree |
1998-12-15 |
Vadim Zeitlin | somehow this file contained several NUL characters...
|
commit | commitdiff | tree |
1998-12-13 |
Vadim Zeitlin | only one of SetSize()s, SetClientSize()s, GetPosition...
|
commit | commitdiff | tree |
1998-12-13 |
Vadim Zeitlin | IS_KIND_OF -> wxIS_KIND_OF compilation fix
|
commit | commitdiff | tree |
1998-12-12 |
Vadim Zeitlin | corrected (?) wxStringList::Delete()
|
commit | commitdiff | tree |
1998-12-12 |
Vadim Zeitlin | removed wxDialog::SetSize() which just called wxWindow...
|
commit | commitdiff | tree |
1998-12-12 |
Vadim Zeitlin | removed SetSize() methods which just called wxWindow...
|
commit | commitdiff | tree |
1998-12-12 |
Vadim Zeitlin | some very minor changes
|
commit | commitdiff | tree |
1998-12-10 |
Vadim Zeitlin | minValue and maxValue are interpreted correctly in...
|
commit | commitdiff | tree |
1998-12-10 |
Vadim Zeitlin | __MWERKS__ check now doesn't give compilation error...
|
commit | commitdiff | tree |
1998-12-10 |
Vadim Zeitlin | overview of dnd finished
|
commit | commitdiff | tree |
1998-12-09 |
Vadim Zeitlin | "wxGDIObject * => &" changes
|
commit | commitdiff | tree |
1998-12-09 |
Vadim Zeitlin | "wxGDIObject * => &" related changes (see mail to the...
|
commit | commitdiff | tree |
1998-12-08 |
Vadim Zeitlin | (very) preliminary DnD docs
|
commit | commitdiff | tree |
1998-12-08 |
Vadim Zeitlin | uncommented some code which works now
|
commit | commitdiff | tree |
next |