2000-03-05 |
Ron Lee | couple of typo/thinko bug fixes |
tree | commitdiff |
2000-03-05 |
Robert Roebling | Various makefile and installation things. |
tree | commitdiff |
2000-03-05 |
Stefan Neis | *** empty log message *** |
tree | commitdiff |
2000-03-05 |
Václav Slavík | added missing wxImageList::Add methods |
tree | commitdiff |
2000-03-05 |
Vadim Zeitlin | create null, not empty, region in default wxRegion... |
tree | commitdiff |
2000-03-05 |
Vadim Zeitlin | 1. wxWindowDisabler modified to bring parent window... |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Compilation fixes (true->TRUE, false->FALSE) |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Added a fix for compilers with problems to compute... |
tree | commitdiff |
2000-03-04 |
Vadim Zeitlin | removed warning about wxDrawRectangle being unused |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Improved handling of selection/deselection events. |
tree | commitdiff |
2000-03-04 |
Václav Slavík | fixed couple of bugs in wxZlibInputStream -- mainly... |
tree | commitdiff |
2000-03-04 |
Václav Slavík | fixed wxDataInputStream::ReadString for empty strings |
tree | commitdiff |
2000-03-04 |
Václav Slavík | fixes for wxBase compilation |
tree | commitdiff |
2000-03-04 |
Václav Slavík | added more stuff to wxBase: zipstrm, zstream, fs_*... |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Bugfixes; added selection modes demo to griddemo |
tree | commitdiff |
2000-03-04 |
Robert Roebling | Some more drawing things, |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Added SetSelectionMode |
tree | commitdiff |
2000-03-04 |
Robert Roebling | Lotta stuff for drawing etc. |
tree | commitdiff |
2000-03-04 |
Julian Smart | Fixed non-standard C++ syntax errors |
tree | commitdiff |
2000-03-04 |
Robert Roebling | Adapted wxGTK to wxMSW's notion of region setting. |
tree | commitdiff |
2000-03-04 |
Guillermo Rodrigue... | Stupidity fixed in WaitOnConnect() |
tree | commitdiff |
2000-03-03 |
Václav Slavík | added compression ratio argument to wxZlibOutputStream... |
tree | commitdiff |
2000-03-03 |
Guillermo Rodrigue... | Removed dependency on tiffiop.h |
tree | commitdiff |
2000-03-03 |
Robert Roebling | Clean-up, speed-up and bug-fix for wxListCtrl drawing, |
tree | commitdiff |
2000-03-03 |
Guillermo Rodrigue... | Added Destroy() |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | bug in month day parsing - now check that it's > 1 too |
tree | commitdiff |
2000-03-03 |
Guillermo Rodrigue... | no more _ftime instead of ftime |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | regenerated from filelist.txt |
tree | commitdiff |
2000-03-03 |
Stefan Neis | Added extended selection support. |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | fatal bug in wxSplitPath fixed |
tree | commitdiff |
2000-03-03 |
Guillermo Rodrigue... | Added HAVE_FTIME for all Windows compilers |
tree | commitdiff |
2000-03-03 |
Julian Smart | Removed OGL prior to re-adding; some Watcom corrections |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
tree | commitdiff |
2000-03-02 |
David Webster | More framework updates |
tree | commitdiff |
2000-03-02 |
Stefan Neis | Added class to handle selection inside wxGrid |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
tree | commitdiff |
2000-03-02 |
Guillermo Rodrigue... | Latest OS/2 changes broke xpmlib for MSW. Fixed. |
tree | commitdiff |
2000-03-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-02 |
Ron Lee | made msw wxRegion(wxRect&) constructor consistant with... |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
tree | commitdiff |
2000-03-01 |
Robert Roebling | Various changes due to OGL and glcanvas having changed |
tree | commitdiff |
2000-03-01 |
Robert Roebling | OGL: misc.cpp clashes with misc.c frim iODBC, therefore |
tree | commitdiff |
2000-03-01 |
Robert Roebling | typo in plot.cpp |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
tree | commitdiff |
2000-03-01 |
Julian Smart | Full-screen dragging fix (GC setting) |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | asserts in wxGridStringTable corrected |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS() for wxMenuBar correction |
tree | commitdiff |
2000-03-01 |
Guillermo Rodrigue... | DrawButtonFrame was a bit wrong because it was ignoring... |
tree | commitdiff |
2000-03-01 |
Julian Smart | Fixing commit problem |
tree | commitdiff |
2000-03-01 |
Guillermo Rodrigue... | wxBitmapButton transparency fixed by using wxDC API... |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-03-01 |
Bart A.M. Jourquin | remove 'extern' from IsKeyDown,... for bcc |
tree | commitdiff |
2000-03-01 |
Michael Bedward | Minor compilation fix for Borland |
tree | commitdiff |
2000-02-29 |
George Tasker | Added a #include of wx/module.h |
tree | commitdiff |
2000-02-29 |
David Webster | no message |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | Beginning the thread with _beginthreadex but ending... |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | Tell is now compatible with the wback buffer |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | Changed to use current wxSocket flag names instead... |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | moved Destroy() to the beginning |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | Fixed potential bug related to clock skew when differen... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | setting parameters for wxGridCellFloatRenderer seems... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. more corrections for ref counted editors/renderers... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | wxGridCellRenderer/Editor made ref counted |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. added range checks in wxGridStringTable |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | added wxHashTableLong |
tree | commitdiff |
2000-02-29 |
Ron Lee | added missing include mdi.h |
tree | commitdiff |
2000-02-29 |
Robert Roebling | Commented out debug code. |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | wxListCtrl uses SetWindowChange() in its OnChar |
tree | commitdiff |
2000-02-29 |
George Tasker | Fixed a misleading comment regarding MySQL and Postgres |
tree | commitdiff |
2000-02-29 |
Unknown (MT) | add wxTE_AUTO_SCROLL |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | typo(s) fixed |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. fixed bug with MDI child frames changign state when... |
tree | commitdiff |
2000-02-29 |
Michael Bedward | Added wxWANTS_CHARS style to all windows so that the... |
tree | commitdiff |
2000-02-28 |
David Webster | no message |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | wxGridCellAttr::Clone() added to allow the demo of... |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | correction for Fit() which didn't handle properly windo... |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | Ctrl-TAB works when notebook has focus |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | use _beginthreadex() for mingw32 if possible |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | fixed wxPD_AUTO_HIDE bug (didn't auto hide) |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | grid autosize fixes/changes |
tree | commitdiff |
2000-02-28 |
Julian Smart | Some corrections |
tree | commitdiff |
2000-02-28 |
Julian Smart | Removed old wxGLCanvas stuff; moved wxTreeLayout to... |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved OGL to new locations. |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-28 |
David Webster | More updates to wxWindow, wxMenu, GdiImage to get minim... |
tree | commitdiff |
2000-02-27 |
Václav Slavík | added --enable-filesystem |
tree | commitdiff |
2000-02-27 |
Václav Slavík | minimalistic build fixes (mostly #if wxUSE_something) |
tree | commitdiff |
2000-02-27 |
Robert Roebling | Added bitmap create |
tree | commitdiff |
2000-02-27 |
Robert Roebling | More wxPlotWindow goodies. |
tree | commitdiff |
2000-02-27 |
Guilhem Lavaux | Inserted "stdio catch" in wxExecute. The activation... |
tree | commitdiff |
2000-02-27 |
Guillermo Rodrigue... | Added support for wxSCROLL[WIN]_THUMBRELEASE events |
tree | commitdiff |
2000-02-27 |
Guillermo Rodrigue... | Added support for bitmap buttons with standard Win95... |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | wxGrid::AutoSize() added |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | oops, a stray C++ comment |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | removing the IsWindow() test in ~wxWindow |
tree | commitdiff |
2000-02-26 |
Guillermo Rodrigue... | Corrected small miniframe-realted bug (itsy bitsy is... |
tree | commitdiff |
2000-02-26 |
Robert Roebling | Compile fixes. |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | only modal dialogs ignore busy cursor, not all dialogs |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
tree | commitdiff |
2000-02-25 |
George Tasker | Replaced <iostream.h> reference with "wx/ioswrap.h" |
tree | commitdiff |
next |