2000-11-23 |
Robert Roebling | Busy cursor don't need wxYield(), SendIdleEvents() |
tree | commitdiff |
2000-11-23 |
Vadim Zeitlin | more fixes to stream code: allow deriving from wxStream... |
tree | commitdiff |
2000-11-23 |
Vadim Zeitlin | compilation fixes for wxMemoryStreams |
tree | commitdiff |
2000-11-23 |
Vadim Zeitlin | fixed memory allocation code of wxStreamBuffer to not... |
tree | commitdiff |
2000-11-22 |
David Webster | Update OS/2 Frame WM_PAINT processing |
tree | commitdiff |
2000-11-22 |
George Tasker | Fixed problems with the wxDb::Open(wxDb *copyDb) not... |
tree | commitdiff |
2000-11-22 |
George Tasker | Added what I think is full support for Null column... |
tree | commitdiff |
2000-11-21 |
Vadim Zeitlin | fixed wxTextCtrl::GetValue() bug for empty richedit... |
tree | commitdiff |
2000-11-21 |
Vadim Zeitlin | fixed bug with Broadcast() not waking up all threads... |
tree | commitdiff |
2000-11-20 |
George Tasker | SQL Server and (preliminary) DB2 support added |
tree | commitdiff |
2000-11-20 |
George Tasker | Added preliminary DB2 support. |
tree | commitdiff |
2000-11-20 |
George Tasker | Fixed the wxDirExists() function so that if asked about... |
tree | commitdiff |
2000-11-20 |
David Webster | Another DC fix. |
tree | commitdiff |
2000-11-20 |
David Webster | Fix and errant commented out line of code in DoGetPixel. |
tree | commitdiff |
2000-11-20 |
David Webster | More OS/2 Updates |
tree | commitdiff |
2000-11-19 |
David Webster | Window proc processing updates |
tree | commitdiff |
2000-11-18 |
Václav Slavík | added wxCursor ctor for creation from bits array |
tree | commitdiff |
2000-11-17 |
David Webster | New, reworked frame class for wxOS2 and more drawing... |
tree | commitdiff |
2000-11-16 |
Vadim Zeitlin | patch from Mike Oliver <oliver@math.ucla.edu> to have... |
tree | commitdiff |
2000-11-15 |
David Webster | For some reason VA needs a default ctor for wxHtmlHelpT... |
tree | commitdiff |
2000-11-15 |
David Webster | Need to define wxArrayGenericTreeItems as WX_DEFINE_WXP... |
tree | commitdiff |
2000-11-15 |
David Webster | Some OS/2 updates for VA3.0, specifically, in gsocket |
tree | commitdiff |
2000-11-15 |
David Webster | bad delete operator, should be delete [] for gs_FSMimeF... |
tree | commitdiff |
2000-11-13 |
David Webster | no message |
tree | commitdiff |
2000-11-12 |
Julian Smart | Minor tweaks |
tree | commitdiff |
2000-11-12 |
Robin Dunn | Changed wxGridCellEditor::IsAcceptedKey to only check... |
tree | commitdiff |
2000-11-11 |
Robin Dunn | Allow a NULL editor and/or renderer to be passed to... |
tree | commitdiff |
2000-11-11 |
Vadim Zeitlin | added missing function |
tree | commitdiff |
2000-11-10 |
Vadim Zeitlin | applied patches from Mike Oliver <oliver@math.ucla... |
tree | commitdiff |
2000-11-09 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2 and some... |
tree | commitdiff |
2000-11-06 |
Vadim Zeitlin | compilation/warning fixes for HP-UX |
tree | commitdiff |
2000-11-06 |
Vadim Zeitlin | ugly compilation fix for wxMotif |
tree | commitdiff |
2000-11-05 |
Václav Slavík | fixed typo (IsOK instead of IsOk) |
tree | commitdiff |
2000-11-05 |
Václav Slavík | wxHTML src code indentation now conforms (more) to... |
tree | commitdiff |
2000-11-05 |
Václav Slavík | fixed <li><p> paragraph break problem |
tree | commitdiff |
2000-11-04 |
Václav Slavík | workarounded false memory leak report |
tree | commitdiff |
2000-11-03 |
Vadim Zeitlin | ok, it does work - it's just that wxGTK doesn't |
tree | commitdiff |
2000-11-03 |
Vadim Zeitlin | added wxGetMultiChoice() (which refuses to work for... |
tree | commitdiff |
2000-11-03 |
Julian Smart | Replaced comparisons with zero, with IsOk() |
tree | commitdiff |
2000-11-03 |
Vadim Zeitlin | regenerated |
tree | commitdiff |
2000-11-01 |
Václav Slavík | fixed incorrect GetTextExtent for wxTELETYPE font |
tree | commitdiff |
2000-10-31 |
Robin Dunn | Changed version number in DLL name to 23_0 |
tree | commitdiff |
2000-10-31 |
Vadim Zeitlin | compilation fix (sorry!) |
tree | commitdiff |
2000-10-30 |
Robin Dunn | Merged some STC fixes over to the main branch |
tree | commitdiff |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
tree | commitdiff |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
tree | commitdiff |
2000-10-30 |
Vadim Zeitlin | fixes from the 2.2 branch |
tree | commitdiff |
2000-10-26 |
Vadim Zeitlin | replaced ++/-- with InterlockedInc/Decrement for access... |
tree | commitdiff |
2000-10-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-10-25 |
David Webster | OS/2 fixes |
tree | commitdiff |
2000-10-25 |
David Webster | compile bug fix |
tree | commitdiff |
2000-10-24 |
David Webster | OS/2 updates for statusbar processing and easier VA... |
tree | commitdiff |
2000-10-24 |
David Webster | OS/2 updates for statusbar processing |
tree | commitdiff |
2000-10-24 |
David Webster | OS/2 updates for easier VA debugging |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | removed the pad from wxWindow::DoGetBestSize(), now... |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | an implementation of wxListBox::SetFirstItem() which... |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | fixed off by 1 error in CharsetToEncoding() for CP... |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | fixed problem with calling SetFont() when (multiline... |
tree | commitdiff |
2000-10-19 |
Vadim Zeitlin | 1. some more tests in console |
tree | commitdiff |
2000-10-19 |
Vadim Zeitlin | fixed GetItemRect() and GetItemPosition() for scrolled... |
tree | commitdiff |
2000-10-19 |
Vadim Zeitlin | set more event object fields for lbox dbl click events |
tree | commitdiff |
2000-10-18 |
Vadim Zeitlin | crash due to missing break before WM_HELP handler fixed |
tree | commitdiff |
2000-10-17 |
Václav Slavík | added automatic growing of in-place wxTextCtrls for... |
tree | commitdiff |
2000-10-17 |
Julian Smart | Made wxGenericDirCtrl compile with Cygwin |
tree | commitdiff |
2000-10-16 |
Julian Smart | Fixed memory leak |
tree | commitdiff |
2000-10-14 |
Vadim Zeitlin | fixed false alert in wxRegKey::DeleteSelf |
tree | commitdiff |
2000-10-14 |
Vadim Zeitlin | oops, removed the fix from the main branch which I... |
tree | commitdiff |
2000-10-13 |
Julian Smart | Doc/distribution script mods |
tree | commitdiff |
2000-10-12 |
Vadim Zeitlin | added QueryRawValue() to wxRegKey and test code for... |
tree | commitdiff |
2000-10-12 |
Vadim Zeitlin | another GetInt/GetId bug fix |
tree | commitdiff |
2000-10-12 |
Vadim Zeitlin | fix for assert when setting tooltip for a readonly... |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | cosmetic fixes to font encoding names |
tree | commitdiff |
2000-10-11 |
Václav Slavík | fixed Cyrillic encodings |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | added (MSW/GTK) and documented new frame and dialog... |
tree | commitdiff |
2000-10-10 |
Václav Slavík | added wxHtmlWindow::HistoryCanBack/Forward |
tree | commitdiff |
2000-10-10 |
Julian Smart | Added VC++ project files (seems logical) |
tree | commitdiff |
2000-10-10 |
Vadim Zeitlin | fixed MDI accel bug, more tests for it in the sample |
tree | commitdiff |
2000-10-10 |
Vadim Zeitlin | attempts at making modal dialogs without parent work... |
tree | commitdiff |
2000-10-10 |
Vadim Zeitlin | make msg boxes without parent owned by top level app... |
tree | commitdiff |
2000-10-10 |
Julian Smart | Removed 'interface' pragma for gcc 2.96 |
tree | commitdiff |
2000-10-08 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2000-10-08 |
Vadim Zeitlin | wxFileDialog changed to use (new) wxCHANGE_DIR flag... |
tree | commitdiff |
2000-10-08 |
Václav Slavík | fixed EditLabel() for wxLC_REPORT mode |
tree | commitdiff |
2000-10-07 |
Vadim Zeitlin | 1. more warnings fixed |
tree | commitdiff |
2000-10-07 |
Vadim Zeitlin | 1. a couple of compilation warnings fixed (strconv... |
tree | commitdiff |
2000-10-06 |
Václav Slavík | fixed bug in parsing incomplete HTML when the very... |
tree | commitdiff |
2000-10-06 |
Václav Slavík | changed \n\r to \r\n |
tree | commitdiff |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
tree | commitdiff |
2000-10-05 |
Julian Smart | Removed wxFindFocusDescendant for non-wxMSW platforms. |
tree | commitdiff |
2000-10-04 |
Vadim Zeitlin | merged in the commit from the 2.2 branch |
tree | commitdiff |
2000-10-04 |
Julian Smart | More fixes |
tree | commitdiff |
2000-10-04 |
Julian Smart | Removed wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead) |
tree | commitdiff |
2000-10-04 |
Julian Smart | Fixes to generic dir dialog |
tree | commitdiff |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
tree | commitdiff |
2000-10-03 |
Jouk Jansen | Modified Files: |
tree | commitdiff |
2000-10-03 |
Julian Smart | Small fixes to defs.h; change "windows.h" to <windows... |
tree | commitdiff |
2000-10-02 |
Vadim Zeitlin | fix for group names containing ']' |
tree | commitdiff |
2000-10-02 |
David Webster | interface additions (mostly for new generic/toolwin) |
tree | commitdiff |
2000-10-02 |
David Webster | Add some new files for interface additions |
tree | commitdiff |
2000-10-02 |
David Webster | OS/2 Statusbar fixes, and class interface updates |
tree | commitdiff |
next |