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 |
1998-12-07 |
Vadim Zeitlin | 1. wxNotebook::GetPageCount() returns only the number...
|
commit | commitdiff | tree |
1998-12-05 |
Vadim Zeitlin | 1. suppressed some messages from HasEntry()/HasKeys()
|
commit | commitdiff | tree |
1998-12-05 |
Vadim Zeitlin | corrected a crash in wxDialog::Show() which would happen...
|
commit | commitdiff | tree |
1998-12-05 |
Vadim Zeitlin | a warning suppressed (arg to MessageBeep is UINT)
|
commit | commitdiff | tree |
1998-12-04 |
Vadim Zeitlin | id are generated as in wxMSW if the default value ...
|
commit | commitdiff | tree |
1998-12-02 |
Vadim Zeitlin | disabled DeleteAll()
|
commit | commitdiff | tree |
1998-12-02 |
Vadim Zeitlin | added wxListCtrl::DeleteAllColumns()
|
commit | commitdiff | tree |
1998-12-02 |
Vadim Zeitlin | added wxNode::IndexOf and wxList::IndexOf (patch by...
|
commit | commitdiff | tree |
1998-11-30 |
Vadim Zeitlin | linux compile fix
|
commit | commitdiff | tree |
1998-11-30 |
Vadim Zeitlin | 1. added wxTreeCtrl::SetItemBold and IsBold, updated...
|
commit | commitdiff | tree |
1998-11-29 |
Vadim Zeitlin | some Linux compilation fixes
|
commit | commitdiff | tree |
1998-11-28 |
Vadim Zeitlin | toolbar tooltips fix
|
commit | commitdiff | tree |
1998-11-28 |
Vadim Zeitlin | compilation fixes for !wxUSE_POSTSCRIPT
|
commit | commitdiff | tree |
1998-11-28 |
Vadim Zeitlin | moved common code from ctor and Create() to a separate...
|
commit | commitdiff | tree |
1998-11-28 |
Vadim Zeitlin | added wxTB_FLAT to default style in wxFrame::CreateToolbar()
|
commit | commitdiff | tree |
1998-11-27 |
Vadim Zeitlin | wxStringList::copy ctor and assignment operator added...
|
commit | commitdiff | tree |
1998-11-26 |
Vadim Zeitlin | wxTreeCtrl::Delete() bug corrected, sample expanded...
|
commit | commitdiff | tree |
1998-11-26 |
Vadim Zeitlin | accidentally removed IMPLEMENT_DYNAMIC_CLASS added...
|
commit | commitdiff | tree |
1998-11-26 |
Vadim Zeitlin | vsprintf() is ANSI so there is normally no need to...
|
commit | commitdiff | tree |
1998-11-26 |
Vadim Zeitlin | some sprintf()s replaced with wxString::Printf
|
commit | commitdiff | tree |
1998-11-26 |
Vadim Zeitlin | wxList::Insert() bug fixed
|
commit | commitdiff | tree |
1998-11-25 |
Vadim Zeitlin | added untyped Sort() for compatibility
|
commit | commitdiff | tree |
1998-11-24 |
Vadim Zeitlin | LISTs renamed to OBJARRAYs
|
commit | commitdiff | tree |
1998-11-24 |
Vadim Zeitlin | renamed old listimpl.cpp (because now there is a "real...
|
commit | commitdiff | tree |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code
|
commit | commitdiff | tree |
1998-11-24 |
Vadim Zeitlin | 1. Empty() now doesn't free memory - Clear() does
|
commit | commitdiff | tree |
1998-11-23 |
Vadim Zeitlin | __WIN16__ not defined any more for !MSW build
|
commit | commitdiff | tree |
1998-11-13 |
Vadim Zeitlin | 1. GetNextChild() bug fixed in generic version
|
commit | commitdiff | tree |
1998-11-12 |
Vadim Zeitlin | "make depend" finally seems to work (thanks to Kristján...
|
commit | commitdiff | tree |
1998-10-30 |
Vadim Zeitlin | items without children couldn't be expanded even after...
|
commit | commitdiff | tree |
1998-10-28 |
Vadim Zeitlin | (very) small changes for Windows compilation
|
commit | commitdiff | tree |
1998-10-28 |
Vadim Zeitlin | some old changes I forgot to check in
|
commit | commitdiff | tree |
1998-10-28 |
Vadim Zeitlin | Mac fixes (thanks to Stefan Csomor)
|
commit | commitdiff | tree |
1998-10-27 |
Vadim Zeitlin | "unsigned char" restored in wxColour ctor
|
commit | commitdiff | tree |
1998-10-26 |
Vadim Zeitlin | final (?) changes to the generic tree ctrl -- seems...
|
commit | commitdiff | tree |
next |