2004-02-15 |
Vadim Zeitlin | added tech note about writing unit tests
|
commit | commitdiff | tree |
2004-02-15 |
Vadim Zeitlin | added (draft of) a unit test for wxMBConv
|
commit | commitdiff | tree |
2004-02-15 |
Vadim Zeitlin | added wrapper header for CppUnit headers
|
commit | commitdiff | tree |
2004-02-15 |
Vadim Zeitlin | include stdlib.h to get malloc/free decl
|
commit | commitdiff | tree |
2004-02-14 |
Vadim Zeitlin | don't truncate filenames by default (why?)
|
commit | commitdiff | tree |
2004-02-13 |
Vadim Zeitlin | DMC compilation fix
|
commit | commitdiff | tree |
2004-02-13 |
Vadim Zeitlin | added /usr/lib and lib32 to SEARCH_LIB (trying to fix...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | set argc/argv properly in Unicode build (fixes bug...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | don't override GetSize(), this doesn't work (bug 732758)
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | hopefully fixed strings.h mess completely now by not...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | fix yet another assert when the initial combo box value...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | suppress triple clicks generation completely for GTK2...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | added Select() test
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | corrected wxTreeCtrl::Select() broken by previously...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | compilation fix for strict(er) compilers
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | define DWORD_PTR &c for Win32 compilation whatever...
|
commit | commitdiff | tree |
2004-02-12 |
Vadim Zeitlin | compilation fix (PASCAL should be inside the parenthesis...
|
commit | commitdiff | tree |
2004-02-11 |
Vadim Zeitlin | another part of adding error checking to event table...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | reversed last accidental commit
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | allow generating PS on an output stream and not only...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | reverted wxStaticCast change which obviously can't...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added wxStaticCast, moved wxConstCast from wx/object...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added HAVE_STATIC_CAST
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | compilation fix for wxUSE_LOG == 0 (part of patch 843206)
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | restored defaults in switchs removed in the last commit
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | implemented SelectItem(item, bool); UnselectItem()...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added wxTreeCtrl::UnselectItem() and ToggleItemSelection...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added auto check count as otherwise calling EnableAutoCheck...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | fixed the value returned by GetSize()
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | compiles under win64
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | part of Ictrl -> Iscntrl change I forgot to commit...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: use wxUIntPtr instead of long
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: define SIZEOF_SIZE_T, added...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >...
|
commit | commitdiff | tree |
2004-02-10 |
Vadim Zeitlin | added wxGet/SetWindowProc/UserData()
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | don't just drop click events resulting from triple...
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | no changes, simply added a comment
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | size combobox/choices properly initially by considering...
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | use correct name for the icon
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | don't assert when creating an initially empty wxCB_READONLY...
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | multiline checkbox doesn't make sense for listbook
|
commit | commitdiff | tree |
2004-02-09 |
Vadim Zeitlin | wxUniv compilation fix after last commit
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | added WC_NO_BEST_FIT_CHARS
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | resolving conflicts in files I had forgot to commit...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | updated the year
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | add line breaks in the base classes list
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | make it clear that the size returned by Fit() is window...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | wxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | don't use char hook to handle Esc in the dialogs, it...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | estimate size of multiline text controls more accurately...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | fixed wxEVT_CONTEXT_MENU generation (it works differently...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | as after recent change wxID_SEPARATOR is now -2, it...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | don't try O(N) actions in virtual view, this gives...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | ugly attempt to fix compilation for BCB 6 (bug 819700)
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | fixed and documented GetItemText/BackgroundColour(...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | don't call SelectObject() twice in SetBrush() nor SetFont...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | renamed wxEventFixModule to wxWakeUpIdleModule; added...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | added GetHbrush() and GetHbrushOf()
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | don't call SelectObject() twice in SetPen() (slow!...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | fixed operator=(), ==() and !=() for wxPen
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | fixed small bug in operator=() (comparing equal but...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | added GetHpen() and GetHpenOf()
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | define WXMICROWIN_CHECK_HDC macro once instead of having...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | use wxBusyCursor class instead of wxBeginBusyCursor...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | use hard coded default size for top level windows instead...
|
commit | commitdiff | tree |
2004-02-08 |
Vadim Zeitlin | background colour of a combobox may now be set (bug...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | reset m_frameTool/StatusBar pointers before deleting...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | don't show the accels on the controls if the system...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | added WM_UPDATEUISTATE and related stuff
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | trying to fix breakage in wxBufferedPaintDC after the...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | one line fix for a bug with focus switching to the...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | no changes (just removed some long unused junk)
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | fixes for page positioning for notebooks with wxNB_MULTILINE...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | added checkbox for testing wxNB_MULTILINE
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | don't change the control width when adjusting the height...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | use new style creation (MSWCreateControl() and MSWGetStyle...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | don't give error messages if ws2_32.dll is not available...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | compilation fix for wxUSE_VALIDATORS == 0
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | added wxDC::DrawPolyPolygon() (patch 882189)
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | multiple fixes to wxChoice/wxCombobox height getting...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | added wxDC::DrawPolyPolygon() (patch 882189)
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | wxBufferedDC changes
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | documented wxBuffered[Paint]DC
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | files for LaTeX 2e compilation
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | made it possible to preserve background when using...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | made wxFFile a bit more safe: don't crash when Tell...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | documeneted Error()
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | trying to speed up wxExecute(SYNC) -- by adding sleep...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | minor cleanup (patch 876248)
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | wxURL implementation using WinInet functions under...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | Digital Mars compilation warnings and Unicode fixes...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | respect xsrc, ysrc parameters in DoBlit() (patch 733961)
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | better leak error reporting using VC CRT (patch 828250)
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | removed inclusion of malloc.h (part of patch 828250...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | show first item added with InsertItem() correctly ...
|
commit | commitdiff | tree |
2004-02-07 |
Vadim Zeitlin | fixes for compiling with more stuff disabled in setup...
|
commit | commitdiff | tree |
next |