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-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 |
2000-07-29 |
Julian Smart | FloodFill correction, wxQuantize correction |
tree | commitdiff |
2000-07-29 |
Julian Smart | Added version of Quantize that manages the palette... |
tree | commitdiff |
2000-07-29 |
Julian Smart | Added Set/Get/HasOption members and moved palette to... |
tree | commitdiff |
2000-07-28 |
Julian Smart | Added wxQuantize, wxSplashScreen, wxEffects & added... |
tree | commitdiff |
2000-07-28 |
Michael Bedward | Renamed existing wxGrid::SelectBlock to HighlightBlock. |
tree | commitdiff |
2000-07-27 |
Julian Smart | Generic dirctrl corrections |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Changed wxGridCellAttr::HasAlignment to treat values... |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Changed cell and label alignment functions to use wxALI... |
tree | commitdiff |
2000-07-25 |
Václav Slavík | wxGTK compilation fix (undefined wxDirDialogDefaultFold... |
tree | commitdiff |
2000-07-24 |
Guillermo Rodrigue... | Corrected comment about Norlander headers (no changes... |
tree | commitdiff |
2000-07-24 |
Julian Smart | Updated version number. |
tree | commitdiff |
2000-07-23 |
Julian Smart | Added wxGenericDirCtrl, wxGenericDirDialog and associat... |
tree | commitdiff |
2000-07-22 |
Julian Smart | Cygwin 1.1 mods (main branch) |
tree | commitdiff |
2000-07-21 |
David Webster | fixes for trailing commas for OS/2 from WX_2_2_BRANCH |
tree | commitdiff |
2000-07-21 |
Michael Bedward | Added ForceRefresh() to request immediate repainting... |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Really cheesy attempt to make wxDC::DrawText() utilize... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | May as well also add a GTK_CLASS_TYPE macro for compati... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Added "stand-ins" for a couple of Pango (Owen Taylor... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | wxGTKDash is also a gint8 under WXGTK20 |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Replaced WXGTK13 with WXGTK20 |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-05-17 |
Guilhem Lavaux | Added WXDLLEXPORT symbol for DynLib classes |
tree | commitdiff |
2000-05-05 |
Julian Smart | Misc fixes |
tree | commitdiff |
2000-04-11 |
Vadim Zeitlin | const cast inside WXWIN_COMPATIBILITY |
tree | commitdiff |
2000-03-22 |
David Webster | Reworked Frame class |
tree | commitdiff |
2000-03-21 |
Julian Smart | Added WXDLLEXPORT keywords |
tree | commitdiff |
2000-03-20 |
Julian Smart | Docview mended (grrr) and OGL studio partially working... |
tree | commitdiff |
2000-03-20 |
David Webster | OS/2 Updates |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | wxFTP::Close() shouldn't hide base wxSocket function |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | 1. corrected HAVE_PW_GECOS detection in configure ... |
tree | commitdiff |
2000-03-19 |
Julian Smart | Some VC++ makefile fixes; minor comment mods to setup0.h |
tree | commitdiff |
2000-03-19 |
Stefan Neis | Chnaged includes to work without precompiled headers |
tree | commitdiff |
2000-03-19 |
Robin Dunn | wxUSE_DYNAMIC_CLASSES was left out. |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | 1. fixed crash in wxDateTime::ParseDate |
tree | commitdiff |
2000-03-18 |
Stefan Neis | Removed redundant member variable. |
tree | commitdiff |
2000-03-18 |
Stefan Neis | No precompiled headers for gcc, even if compiling WXPM. |
tree | commitdiff |
2000-03-18 |
Stefan Neis | Added a couple of fixes. |
tree | commitdiff |
2000-03-18 |
Julian Smart | Added def files for making OpenGL DLLs (Mingw32); added... |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | HTTP_PROXY bug (freeze on program startup) should be... |
tree | commitdiff |
2000-03-17 |
Julian Smart | Some doc fixes; BC++, Watcom C++, Mingw32 fixes |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
tree | commitdiff |
2000-03-17 |
Stefan Neis | bool-> int, gcc doesn't like bool in _C_ code. |
tree | commitdiff |
2000-03-17 |
George Tasker | RCS left a turd in the previous checkin |
tree | commitdiff |
2000-03-17 |
George Tasker | Fixed compilation in release mode |
tree | commitdiff |
2000-03-17 |
Julian Smart | Doc updates; new grid disabled for BC++/WIN16 (too... |
tree | commitdiff |
2000-03-17 |
Mark Johnson | db.h |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
tree | commitdiff |
2000-03-16 |
George Tasker | Fixed a typo in wxDbConnectionsInUse() |
tree | commitdiff |
2000-03-16 |
George Tasker | Cleaned up the API for class/structure/function names... |
tree | commitdiff |
2000-03-16 |
George Tasker | Cleaned up the API for class/structure/function names... |
tree | commitdiff |
2000-03-16 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-15 |
Unknown (NI) | included missing header files - without them mingw32... |
tree | commitdiff |
2000-03-15 |
Ron Lee | removed TAB_TRAVERSAL style |
tree | commitdiff |
next |