1999-04-06 |
Julian Smart | Fixed some bugs in new code (CanPaste, GetSelection) |
tree | commitdiff |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo... |
tree | commitdiff |
1999-04-06 |
Julian Smart | JPEG and PNG code taken out of image.cpp |
tree | commitdiff |
1999-04-06 |
Julian Smart | Fixed OnMenuHighlight, wxPrintData problems |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | bug in FindItemForId() fixed (?) |
tree | commitdiff |
1999-04-06 |
Julian Smart | ShowPosition fix to allow negative numbers |
tree | commitdiff |
1999-04-05 |
Julian Smart | MSWOnCommand bug fixed |
tree | commitdiff |
1999-04-04 |
Julian Smart | Win16 corrections |
tree | commitdiff |
1999-04-03 |
Vadim Zeitlin | wxMenu and wxMenuBar modifications: now works much... |
tree | commitdiff |
1999-04-03 |
Brian Macy | First attempt at clean-up |
tree | commitdiff |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | more backwards compatibility for printing |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | a simpler fix of textctrl key doubling bug |
tree | commitdiff |
1999-04-02 |
Julian Smart | Fixed doubled-up key effects in wxTextCtrl by resetting... |
tree | commitdiff |
1999-04-01 |
Julian Smart | Fixed wxPalette memory leak when loading BMP files |
tree | commitdiff |
1999-03-31 |
Robin Dunn | Fixed the "Can't open file" message in ReadDIB so that... |
tree | commitdiff |
1999-03-30 |
J. Russell Smyth | Fixed wxApp::SendIdleEvents for Vadim's new wxWindowLis... |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
tree | commitdiff |
1999-03-29 |
Brian Macy | Ignore failure when deleting something that might not... |
tree | commitdiff |
1999-03-29 |
Julian Smart | Undefed Yield symbol if defined, else syntax error |
tree | commitdiff |
1999-03-29 |
Julian Smart | Fixed missing brace in app.cpp |
tree | commitdiff |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
tree | commitdiff |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | char handling fixed again |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | fix for scrolling in checklistboxes (Win32 only) |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | hack to allow icons in wxStaticBitmap as well as bitmaps |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | char handling fixed once again |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | CollapseAndReset() fixed |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | wxMenu code clean up |
tree | commitdiff |
1999-03-23 |
Julian Smart | WS_CLIPCHILDREN is not always enabled in wxNotebook... |
tree | commitdiff |
1999-03-21 |
Julian Smart | Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); |
tree | commitdiff |
1999-03-21 |
J. Russell Smyth | Modified wxMSW listbox.cpp to work with wxCommandEvent... |
tree | commitdiff |
1999-03-16 |
Vadim Zeitlin | wxCommandEvent::SetString() change - now uses wxString |
tree | commitdiff |
1999-03-14 |
Vadim Zeitlin | typos in error messages corrected |
tree | commitdiff |
1999-03-12 |
Julian Smart | Minor doc tweaks plus major wxTreeCtrl bug fixed (doubl... |
tree | commitdiff |
1999-03-09 |
Stefan Csomor | Read was not copying back the buffers contents into... |
tree | commitdiff |
1999-03-08 |
Julian Smart | Small changes incl. making wxTAB_TRAVERSAL always on... |
tree | commitdiff |
1999-03-06 |
Julian Smart | Small changes |
tree | commitdiff |
1999-03-06 |
Vadim Zeitlin | Borland makefile fixes |
tree | commitdiff |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
tree | commitdiff |
1999-03-01 |
Vadim Zeitlin | wxCriticalSection changes undone - should work now |
tree | commitdiff |
1999-03-01 |
Julian Smart | Removed my buggy bug-fix |
tree | commitdiff |
1999-03-01 |
Vadim Zeitlin | argc == 0 bug fixed |
tree | commitdiff |
1999-03-01 |
Julian Smart | Added dummy OnIdle to wxWindow in wxGTK; doc tweaks |
tree | commitdiff |
1999-02-28 |
Julian Smart | wxUSE_SOCKETS added to setup(0).h; Cygwin corrections... |
tree | commitdiff |
1999-02-28 |
Julian Smart | Doc mods; fixed return non-processing problem; fixed... |
tree | commitdiff |
1999-02-28 |
Vadim Zeitlin | wxCheckListBox fixes: crash/memory leak when items... |
tree | commitdiff |
1999-02-28 |
Vadim Zeitlin | SetCursor() doesn't set cursor for children of the... |
tree | commitdiff |
1999-02-28 |
Guilhem Lavaux | * Added "--with-sockets" and made wxSocket optionnal. |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | 1. wxListCtrl fixes |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | VK_APPS handling |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | MSWProcessMessage speed up by a factor of 100 (at least) |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | wxTreeCtrl::GetBoundRect() implemented |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | keyboard navigation in dialogs works (again) |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | wxSetCursor() bug with splitters corrected |
tree | commitdiff |
1999-02-26 |
Julian Smart | DoSetClientSize omissions fixed; some doc fixes |
tree | commitdiff |
1999-02-26 |
Julian Smart | Fixed wxMSW arrow key bug, changed wxPoem window to... |
tree | commitdiff |
1999-02-24 |
Vadim Zeitlin | SetCursor() works now |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | wxCritSection change to accomodate mem checking system... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | wxCritSection change to accomodate mem checking system |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | more cursor fixes (now ::wxSetCursor() works too) |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | some very minor fixes (I don't even remember what exactly) |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | menu help string fix |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | wxBeginBusyCursor now works (better) |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | wxLogXXX() functions called near app termiantion should... |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | listview has LVS_EX_FULLROWSELECT style when supported |
tree | commitdiff |
1999-02-22 |
Julian Smart | Soem corrections for SetSize changes |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
tree | commitdiff |
1999-02-22 |
Julian Smart | Corrected WM_KEYDOWN bug (missing 'break') |
tree | commitdiff |
1999-02-22 |
Julian Smart | Minor changes |
tree | commitdiff |
1999-02-20 |
Vadim Zeitlin | wxListCtrl column resize bug corrected |
tree | commitdiff |
1999-02-19 |
Julian Smart | Added George Tasker's forward slash fix to file dialog... |
tree | commitdiff |
1999-02-19 |
Robin Dunn | added wxSetInstance() |
tree | commitdiff |
1999-02-18 |
Julian Smart | Cured last focus bug (I hope); some wxMotif mods |
tree | commitdiff |
1999-02-18 |
Stefan Csomor | mbstowcs hack for CodeWarrior's MSL |
tree | commitdiff |
1999-02-18 |
Julian Smart | Doesn't overwrite setup.h now |
tree | commitdiff |
1999-02-18 |
Julian Smart | Added 'tardist' script for creating .tgz archives of... |
tree | commitdiff |
1999-02-17 |
Vadim Zeitlin | wxExecute() fixes and doc updates: the return value... |
tree | commitdiff |
1999-02-17 |
Julian Smart | Added missing const to wxGTK's wxMDIChildFrame::GetTool... |
tree | commitdiff |
1999-02-17 |
Julian Smart | Changed .vc makefiles to allow different configurations... |
tree | commitdiff |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxVie... |
tree | commitdiff |
1999-02-15 |
Julian Smart | GnuWin32 corrections (::ZeroMemory doesn't exist) |
tree | commitdiff |
1999-02-14 |
Julian Smart | Added png, zlib targets to 16-bit makefiles |
tree | commitdiff |
1999-02-14 |
Vadim Zeitlin | made wxToolTip::Enable() and SetDelay() static (as... |
tree | commitdiff |
1999-02-12 |
Julian Smart | Small Tex2RTF fixes; wxMotif compile fixes (motif.inc... |
tree | commitdiff |
1999-02-12 |
Julian Smart | Some doc corrections (added blank lines at end of docs... |
tree | commitdiff |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
tree | commitdiff |
1999-02-10 |
Julian Smart | Cured some small doc typos; some WIN16 fixes; transferr... |
tree | commitdiff |
1999-02-09 |
Julian Smart | Added more makefiles; fixed some samples for Cygwin |
tree | commitdiff |
1999-02-08 |
Vadim Zeitlin | wxProcess-related code now works |
tree | commitdiff |
1999-02-08 |
Julian Smart | Tried to fix wxPanel bug (windows now set the panel... |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | made wxProcess-related code compile again (it doesn... |
tree | commitdiff |
1999-02-07 |
Julian Smart | Added wxGenericValidator & doc |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | unneeded line removed |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | menu title is drawn in bold font and the commands from... |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | fixes for compilation without wxUSE_TOOLTIPS |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | resizeable dialogs support |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | wxGTK compatible clipboard implementation (not OLE... |
tree | commitdiff |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
tree | commitdiff |
next |