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 |
tree | commitdiff |
2000-11-14 |
David Webster | TreeCtrl updates |
tree | commitdiff |
2000-11-10 |
Vadim Zeitlin | part of the previous patch |
tree | commitdiff |
2000-11-08 |
Vadim Zeitlin | compilation fix for builds when WXWIN_COMPATIBILITY_2... |
tree | commitdiff |
2000-11-05 |
Václav Slavík | wxHTML src code indentation now conforms (more) to... |
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-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-25 |
David Webster | compile bug fix |
tree | commitdiff |
2000-10-25 |
David Webster | no message |
tree | commitdiff |
2000-10-24 |
David Webster | OS/2 updates for debugging and statusbar processing |
tree | commitdiff |
2000-10-24 |
David Webster | Updates for os/2 -- mostly to allow easier VA debugging |
tree | commitdiff |
2000-10-23 |
Julian Smart | Applying submitted wxOS2 mod |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | fixed problem with calling SetFont() when (multiline... |
tree | commitdiff |
2000-10-18 |
Julian Smart | Fixed memory bug |
tree | commitdiff |
2000-10-17 |
Julian Smart | Made wxGenericDirCtrl compile with Cygwin |
tree | commitdiff |
2000-10-12 |
Vadim Zeitlin | added QueryRawValue() to wxRegKey and test code for... |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | added (MSW/GTK) and documented new frame and dialog... |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | added WS_POPUP style to resizeable dialogs |
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-09 |
Julian Smart | Doc corrections; added HelpGen project files |
tree | commitdiff |
2000-10-08 |
Vadim Zeitlin | wxFileDialog changed to use (new) wxCHANGE_DIR flag... |
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-07 |
Robin Dunn | Added a WXDLLEXPORT |
tree | commitdiff |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
tree | commitdiff |
2000-10-04 |
Vadim Zeitlin | merged in the commit from the 2.2 branch |
tree | commitdiff |
2000-10-04 |
Julian Smart | Removed wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead) |
tree | commitdiff |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
tree | commitdiff |
2000-10-03 |
Julian Smart | Small fixes to defs.h; change "windows.h" to <windows... |
tree | commitdiff |
2000-10-02 |
David Webster | OS/2 Statusbar fixes |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxListCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxNotebook::AssingImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | modified wxHtmlHelpFrame to use AssignImageList |
tree | commitdiff |
2000-09-27 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-09-26 |
Robin Dunn | new and improved wxSTC |
tree | commitdiff |
2000-09-25 |
Julian Smart | Added wxID_IGNORE |
tree | commitdiff |
2000-09-25 |
Ron Lee | implemented wxDisplaySizeMM for gtk, msw & motif. |
tree | commitdiff |
2000-09-22 |
Vadim Zeitlin | wxCaret now uses backing store instead of forcing windo... |
tree | commitdiff |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
tree | commitdiff |
2000-09-13 |
Vadim Zeitlin | 1. wxFrame::IsIconized() fixed - seems to work |
tree | commitdiff |
2000-09-13 |
Vadim Zeitlin | wxTimer::Start() now calls Stop() |
tree | commitdiff |
2000-09-12 |
Vadim Zeitlin | 1. removed 'B' flag from treebase.cpp and regenerated... |
tree | commitdiff |
2000-09-12 |
Julian Smart | Added wxHelpControllerHelpProvider, added DisplayContex... |
tree | commitdiff |
2000-09-11 |
Julian Smart | wxHelpProvider now cleans itself up. wxTipWindow doesn't |
tree | commitdiff |
2000-09-10 |
Vadim Zeitlin | wxTipWindow added and is now used by wxSimpleHelpProvider |
tree | commitdiff |
2000-09-10 |
Vadim Zeitlin | 1. added wxHelpProvider and (unfinished) wxSimpleHelpPr... |
tree | commitdiff |
2000-09-08 |
Vadim Zeitlin | fixed wxContextHelpButton bitmap (dis)appearance |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Put wxContextHelp into cshelp.h/cpp, added wxContextHel... |
tree | commitdiff |
2000-09-08 |
Robin Dunn | Moved from Scintilla version 1.25 to 1.32 |
tree | commitdiff |
2000-09-07 |
Julian Smart | Applied memory allocation patch, and worked around... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
tree | commitdiff |
2000-09-06 |
Julian Smart | Implemented wxHelpContext for wxGTK. |
tree | commitdiff |
2000-09-06 |
Julian Smart | Added wxHelpEvent, wxContextHelp (MSW only so far)... |
tree | commitdiff |
2000-09-05 |
Julian Smart | Added rules to wxListCtrl (MSW now, GTK+ soon) |
tree | commitdiff |
2000-09-05 |
Robert Roebling | Applied DrawArc patch. |
tree | commitdiff |
2000-09-01 |
David Webster | Several updates for fixing the subclassing problems... |
tree | commitdiff |
2000-09-01 |
David Webster | Fix to properly define WXFARPROC for OS/2 |
tree | commitdiff |
2000-09-01 |
Julian Smart | Corrected typo |
tree | commitdiff |
2000-09-01 |
Julian Smart | Added to wxSystemSettings for better GTK+ themes compat... |
tree | commitdiff |
2000-08-29 |
Julian Smart | Added wxCLIP_SIBLINGS. CVS also seems to think lots... |
tree | commitdiff |
2000-08-25 |
Julian Smart | Added a flag to avoid Capture/Release asserts |
tree | commitdiff |
2000-08-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-22 |
Julian Smart | Added Reset() to command line parser and called it... |
tree | commitdiff |
2000-08-21 |
David Webster | no message |
tree | commitdiff |
2000-08-19 |
Robert Roebling | Added wxChoice::GetCount() and Select() |
tree | commitdiff |
2000-08-19 |
Kevin Hock | wxDrawObject::Draw vritual and non const wxDCBase |
tree | commitdiff |
2000-08-18 |
Julian Smart | Implemented IsVisible and GetFirst/NextVisibleItem... |
tree | commitdiff |
2000-08-15 |
Václav Slavík | added wxIcon::CopyFromBitmap to wxGTK |
tree | commitdiff |
2000-08-14 |
Stefan Csomor | thread support for mac finished |
tree | commitdiff |
2000-08-12 |
Mark Johnson | db.h |
tree | commitdiff |
2000-08-11 |
Stefan Csomor | changed license type |
tree | commitdiff |
2000-08-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-10 |
Vadim Zeitlin | wxMDIFrames define DoGetClientSize() and not GetClientS... |
tree | commitdiff |
2000-08-10 |
Vadim Zeitlin | src/gtk/mdi.cpp |
tree | commitdiff |
2000-08-10 |
Stefan Csomor | header files for carbon targets |
tree | commitdiff |
2000-08-10 |
Stefan Csomor | wxMac merge |
tree | commitdiff |
2000-08-09 |
Stefan Csomor | merge of wxMac into main repository |
tree | commitdiff |
2000-08-09 |
Stefan Csomor | merge of wxMac into main repository |
tree | commitdiff |
2000-08-09 |
Stefan Csomor | merge of wxMac into main repository (Carbon Precompiled... |
tree | commitdiff |
2000-08-08 |
Julian Smart | Changed default value for eliminateBorders (MakeExtende... |
tree | commitdiff |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
tree | commitdiff |
2000-08-07 |
Julian Smart | Added first stab at GetBoundingRect for generic tree... |
tree | commitdiff |
2000-08-06 |
Kevin Hock | support for drawing arbitary object on DC's |
tree | commitdiff |
2000-08-04 |
Julian Smart | Generic tree control fixes |
tree | commitdiff |
2000-08-04 |
Julian Smart | Modified generic wxTreeCtrl to work under non-Unix... |
tree | commitdiff |
2000-08-04 |
Michael Bedward | Removed redundant m_left etc. variables |
tree | commitdiff |
2000-08-03 |
Václav Slavík | fixed low resolution problem with wxPostScriptDC |
tree | commitdiff |
2000-08-03 |
Julian Smart | Added ability to call wxWindow::OnPaint under Windows... |
tree | commitdiff |
2000-08-02 |
Julian Smart | Made some member variables protected so derived classes... |
tree | commitdiff |
2000-07-30 |
Unknown (NI) | added a wrapper class for opengl contexts (like that... |
tree | commitdiff |
next |