1999-01-13 |
Julian Smart | Added dnd classes, data object classes, changed clipboa... |
tree | commitdiff |
1999-01-12 |
Vadim Zeitlin | added an error message if a bitmap can't be addedto... |
tree | commitdiff |
1999-01-12 |
Vadim Zeitlin | catches program exceptions in release build (VC++ only) |
tree | commitdiff |
1999-01-12 |
Vadim Zeitlin | some really minor changes (the most important one:... |
tree | commitdiff |
1999-01-11 |
Julian Smart | Corrected thread.h inline problem. Set WXWIN_COMPATIBIL... |
tree | commitdiff |
1999-01-09 |
Julian Smart | More SC++ fixes; HelpGen starting to compile with VC... |
tree | commitdiff |
1999-01-09 |
Vadim Zeitlin | thread fixes for MSW (samples doesn't compile currently... |
tree | commitdiff |
1999-01-08 |
Julian Smart | Changes to allow Cygwin to compile in non-PCH mode |
tree | commitdiff |
1999-01-08 |
Unknown (UG) | WXDLLEXPORT added to wxPendingList |
tree | commitdiff |
1999-01-08 |
Julian Smart | Corrected grey scrolling windows; added C++Builder... |
tree | commitdiff |
1999-01-07 |
Julian Smart | Watcom C++ mods |
tree | commitdiff |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
tree | commitdiff |
1999-01-04 |
Julian Smart | Simplified BC++ makefiles; C++Builder 1.0 compilation... |
tree | commitdiff |
1999-01-04 |
Julian Smart | Corrected memory.cpp compilation error; Cygwin makefile... |
tree | commitdiff |
1999-01-02 |
Vadim Zeitlin | Thread fixes (but they still don't work at all...) |
tree | commitdiff |
1999-01-02 |
Robert Roebling | Triued in vain to fix threads segvs with gcc |
tree | commitdiff |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
tree | commitdiff |
1998-12-31 |
Julian Smart | Added Property List classes to main library; added... |
tree | commitdiff |
1998-12-29 |
Julian Smart | BC++/16-bit support now working, but without resource... |
tree | commitdiff |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
tree | commitdiff |
1998-12-27 |
Vadim Zeitlin | 1. Pause()/Resume() implemented for wxMSW |
tree | commitdiff |
1998-12-26 |
Unknown (UG) | no message |
tree | commitdiff |
1998-12-24 |
Vadim Zeitlin | wxGetUserName() returns the user name (wxGetUserId... |
tree | commitdiff |
1998-12-23 |
Julian Smart | Got generic wxListCtrl, wxTreeCtrl working under Window... |
tree | commitdiff |
1998-12-20 |
Julian Smart | wxPaintDC -> wxDC in wxListCtrl; fixed compile problems... |
tree | commitdiff |
1998-12-20 |
Vadim Zeitlin | missing functions implemented in wxMSW tree ctrl (custo... |
tree | commitdiff |
1998-12-18 |
Julian Smart | Partial Watcom C++ 10.6 support added (doesn't link... |
tree | commitdiff |
1998-12-18 |
Vadim Zeitlin | added stubs for wxTreeCtrl functions not yet implemente... |
tree | commitdiff |
1998-12-18 |
Julian Smart | Added dummy DeleteChildren so the sample will at least... |
tree | commitdiff |
1998-12-18 |
Julian Smart | In DialogEd, changed Close to Destroy to make it shut... |
tree | commitdiff |
1998-12-17 |
Julian Smart | Just a teeny change -- addition of wxFrame::IsMaximized... |
tree | commitdiff |
1998-12-16 |
Julian Smart | Removed some unnecessary bitmaps; other minor changes |
tree | commitdiff |
1998-12-15 |
Julian Smart | Cured radiobutton non-setting by using BS_AUTORADIOBUTT... |
tree | commitdiff |
1998-12-14 |
Julian Smart | Various; wxRadioButton::GetValue corrected |
tree | commitdiff |
1998-12-14 |
Mart Raudsepp | wxFileSelector set the filterIndex |
tree | commitdiff |
1998-12-12 |
Vadim Zeitlin | removed wxDialog::SetSize() which just called wxWindow... |
tree | commitdiff |
1998-12-12 |
Julian Smart | Added script to help make wxMotif via configure; nativd... |
tree | commitdiff |
1998-12-11 |
Robin Dunn | Changed the "delete win" to the more proper "win->Destr... |
tree | commitdiff |
1998-12-11 |
Julian Smart | Some stubs includes removed from wxMotif; wxNotebook... |
tree | commitdiff |
1998-12-11 |
Robert Roebling | ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK |
tree | commitdiff |
1998-12-11 |
Julian Smart | Corrections to Forty Thieves; wxMemoryDC problem tempor... |
tree | commitdiff |
1998-12-11 |
Robin Dunn | Added wxTaskBarIcon::PopupMenu() |
tree | commitdiff |
1998-12-10 |
Julian Smart | #ifdefed out Ole... functions for Cygwin. |
tree | commitdiff |
1998-12-10 |
Julian Smart | Dialog Editor corrections for latest wxWin changes... |
tree | commitdiff |
1998-12-10 |
Unknown (AN) | remove the line for image.h, restore a line commented... |
tree | commitdiff |
1998-12-10 |
Vadim Zeitlin | minValue and maxValue are interpreted correctly in... |
tree | commitdiff |
1998-12-09 |
Julian Smart | wxImage changes |
tree | commitdiff |
1998-12-09 |
Unknown (AN) | dec 9, 1998 wxImage related changes |
tree | commitdiff |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
tree | commitdiff |
1998-12-08 |
Julian Smart | Added wxAutomationObject class. |
tree | commitdiff |
1998-12-08 |
Julian Smart | Additions to wxTime; always inits OLE now in wxMSW |
tree | commitdiff |
1998-12-06 |
Julian Smart | Some more WXWIN_COMPATIBILITY fixes. |
tree | commitdiff |
1998-12-05 |
Vadim Zeitlin | 1. suppressed some messages from HasEntry()/HasKeys() |
tree | commitdiff |
1998-12-05 |
Vadim Zeitlin | corrected a crash in wxDialog::Show() which would happe... |
tree | commitdiff |
1998-12-05 |
Vadim Zeitlin | a warning suppressed (arg to MessageBeep is UINT) |
tree | commitdiff |
1998-12-04 |
Julian Smart | Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp |
tree | commitdiff |
1998-12-04 |
Julian Smart | More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl... |
tree | commitdiff |
1998-12-03 |
Julian Smart | Changed wxRectangle to wxRect. Sorry for the bandwidth... |
tree | commitdiff |
1998-12-02 |
Julian Smart | Added wxRegion version of wxWindowDC::SetClippingRegion |
tree | commitdiff |
1998-12-01 |
Robin Dunn | Changed wxBell to only use MessageBeep() |
tree | commitdiff |
1998-11-30 |
Julian Smart | Fixed toolbar gaffe. |
tree | commitdiff |
1998-11-30 |
Julian Smart | Hierarchy fixes; bug fix for tabg that was introduced... |
tree | commitdiff |
1998-11-30 |
Vadim Zeitlin | 1. added wxTreeCtrl::SetItemBold and IsBold, updated... |
tree | commitdiff |
1998-11-29 |
Julian Smart | Added Win95 implementation of OutputDebugString; added... |
tree | commitdiff |
1998-11-28 |
Vadim Zeitlin | toolbar tooltips fix |
tree | commitdiff |
1998-11-28 |
Vadim Zeitlin | moved common code from ctor and Create() to a separate... |
tree | commitdiff |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
tree | commitdiff |
1998-11-28 |
Unknown (UG) | no message |
tree | commitdiff |
1998-11-26 |
Julian Smart | Fixed Dialog Editor compilation and window sizing bug... |
tree | commitdiff |
1998-11-25 |
Julian Smart | Various fixes. |
tree | commitdiff |
1998-11-25 |
Robin Dunn | Enabled the wxUSE_VC_CRTDBG to be optional even if... |
tree | commitdiff |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
tree | commitdiff |
1998-11-24 |
Julian Smart | 2nd attempt at MDI in wxMotif, using wxNotebook this... |
tree | commitdiff |
1998-11-24 |
Guilhem Lavaux | * Fixed a memory leak in wxThread |
tree | commitdiff |
1998-11-23 |
Julian Smart | Removed rogue AIAI icon; removed PostScript files from... |
tree | commitdiff |
1998-11-23 |
Julian Smart | Fix to wxTreeCtrl::GetNextChild from Marcel Rasche... |
tree | commitdiff |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
tree | commitdiff |
1998-11-22 |
Robin Dunn | Changed the event handling to use events, instead of... |
tree | commitdiff |
1998-11-21 |
Julian Smart | Doc updates (debug stuff); Cygwin corrections |
tree | commitdiff |
1998-11-21 |
Guilhem Lavaux | * Changed fstream.* in wfstream.* |
tree | commitdiff |
1998-11-15 |
Julian Smart | Fix to parser.y to make it compile with makefile.unx... |
tree | commitdiff |
1998-11-11 |
Julian Smart | Changed setup.h so that global memory operators are... |
tree | commitdiff |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
tree | commitdiff |
1998-11-08 |
Julian Smart | OGL fixes for wxMotif; added Set/GetClientData to wxMen... |
tree | commitdiff |
1998-11-08 |
Julian Smart | Minor changes |
tree | commitdiff |
1998-11-04 |
Julian Smart | Added GetRect to region iterator; cured window.cpp... |
tree | commitdiff |
1998-11-03 |
Julian Smart | Dialog Editor bug fixes, several other small ones |
tree | commitdiff |
1998-10-27 |
Julian Smart | Motif wxNotebook about done; added print/preview to... |
tree | commitdiff |
1998-10-26 |
Julian Smart | Added OnEraseBackground to wxNotebook on wxMSW to avoid... |
tree | commitdiff |
1998-10-25 |
Unknown (UG) | no message |
tree | commitdiff |
1998-10-24 |
Vadim Zeitlin | some new functions: |
tree | commitdiff |
1998-10-23 |
Julian Smart | More Motif changes (colour/font stuff) |
tree | commitdiff |
1998-10-22 |
Julian Smart | Added casts to fix compile problem |
tree | commitdiff |
1998-10-22 |
Julian Smart | Mods for Gnu-Win32 |
tree | commitdiff |
1998-10-20 |
Vadim Zeitlin | wxColour(const char *) ctor related modifications |
tree | commitdiff |
1998-10-20 |
Julian Smart | Removed WS_BORDER style since borders have suddenly... |
tree | commitdiff |
1998-10-19 |
Julian Smart | More Motif additions: mdi and sashtest samples now... |
tree | commitdiff |
1998-10-19 |
Vadim Zeitlin | 1. wxTextCtrl::SetBackgroundColour() now works |
tree | commitdiff |
1998-10-18 |
Vadim Zeitlin | new wxTreeCtrl files |
tree | commitdiff |
1998-10-17 |
Unknown (UG) | fixes the invalid index problem |
tree | commitdiff |
next |