2001-02-20 |
Vadim Zeitlin | compilation fix (patch 103882) |
blob | commitdiff | raw |
2001-02-08 |
Vadim Zeitlin | (blind) fixes for Motif compilation |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Julian Smart | Removed spurious _ |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-08-24 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-30 |
Unknown (NI) | added null pointer check in DoGetSize functions; else... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Julian Smart | Mmedia, OGL lib directory changes; omitted naughty... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Stefan Neis | Added workaround for life crashing in toolbar deletion. |
blob | commitdiff | raw | diff to current |
2000-03-06 |
Guillermo Rodrigue... | Added blind-fix for vert. scrollbars - not tested yet |
blob | commitdiff | raw | diff to current |
2000-03-05 |
Stefan Neis | Re-added XtDestroyWidget call in ~wxWindow - hopefully... |
blob | commitdiff | raw | diff to current |
2000-02-27 |
Guillermo Rodrigue... | Added support for wxSCROLL[WIN]_THUMBRELEASE events |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | wxMotif::wxControl() ctor added, now wxCalendarCtrl... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Vadim Zeitlin | a fix for the patch |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Vadim Zeitlin | fix for wxMouseEvent::LeftUp() from Stefan.Neis@t-online.de |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | wxMotif compiles (and runs minimal sample) again after... |
blob | commitdiff | raw | diff to current |
1999-10-27 |
Robert Roebling | Minor Motif changes, made scrollsub sample work somehow. |
blob | commitdiff | raw | diff to current |
1999-10-27 |
Julian Smart | Fixed wxMotif's wxRegion/wxRegionIterator to optionally... |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Julian Smart | Removed lots of wxMotif compile warnings. Copied new... |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-16 |
Michael Bedward | Modified wxTranslateMouseEvent so that it can recognize... |
blob | commitdiff | raw | diff to current |
1999-08-31 |
Michael Bedward | Fixes for scrolling in wxScrolledWindow |
blob | commitdiff | raw | diff to current |
1999-08-25 |
Michael Bedward | Fixed bug (hopefully) that caused windows to be only... |
blob | commitdiff | raw | diff to current |
1999-08-10 |
Robert Roebling | New makefiles for GTK and Motif, using configure... |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Michael Bedward | Added code to set m_isBeingDeleted as per wxGTK |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Michael Bedward | Added KeyRelease case to switch in wxTranslateKeyEvent... |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Vadim Zeitlin | wxMotif fixes and common fixes for socket compilation |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
blob | commitdiff | raw | diff to current |
1999-07-21 |
Vadim Zeitlin | 1. Assorted Motif fixes |
blob | commitdiff | raw | diff to current |
1999-06-23 |
Robert Roebling | Motif things. |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Vadim Zeitlin | more Motif fixes (still doesn't compile, but *really... |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Julian Smart | wxUSE_THREADS in sckint.h; wxMotif Clone error fixed... |
blob | commitdiff | raw | diff to current |
1999-04-07 |
Julian Smart | Added imaggif.h, imaggif.cpp (wxImage GIF-reading suppo... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Julian Smart | Fixed wxMSW arrow key bug, changed wxPoem window to... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Julian Smart | Some stubs corrections; Motif corrections incl. busy... |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Julian Smart | Fixed wxMotif's wxExecute again, added OnPaint capabili... |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Julian Smart | Some doc corrections (added blank lines at end of docs... |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
blob | commitdiff | raw | diff to current |
1999-02-08 |
Julian Smart | Tried to fix wxPanel bug (windows now set the panel... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Julian Smart | Added some tentative wxMotif clipboard code; did some... |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Julian Smart | Added OnKeyDown, OnKeyUp. |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Julian Smart | Lots of wxMotif fixes |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Fixes to wxMotif scrolling and colours (wxTreeCtrl... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Julian Smart | Solved a bug in generic wxTreeCtrl whereby CalculatePos... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Julian Smart | In DialogEd, changed Close to Destroy to make it shut... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
blob | commitdiff | raw | diff to current |
1998-12-04 |
Robert Roebling | Run fix for Lesstif |
blob | commitdiff | raw | diff to current |
1998-12-04 |
Julian Smart | More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl... |
blob | commitdiff | raw | diff to current |
1998-12-03 |
Julian Smart | Changed wxRectangle to wxRect. Sorry for the bandwidth... |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Julian Smart | Various wxMotif changes including size optimisation... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Julian Smart | 2nd attempt at MDI in wxMotif, using wxNotebook this... |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Julian Smart | Fix to parser.y to make it compile with makefile.unx... |
blob | commitdiff | raw | diff to current |
1998-11-12 |
Julian Smart | Accelerators implemented for wxMotif; some wxComboBox... |
blob | commitdiff | raw | diff to current |
1998-11-11 |
Julian Smart | Motif bug fixes; dialog OnPaint works now; wxColourDial... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Julian Smart | OGL fixes for wxMotif; added Set/GetClientData to wxMen... |
blob | commitdiff | raw | diff to current |
1998-10-27 |
Julian Smart | Motif wxNotebook about done; added print/preview to... |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Julian Smart | Motif and other mods |
blob | commitdiff | raw | diff to current |
1998-10-23 |
Julian Smart | More Motif changes (colour/font stuff) |
blob | commitdiff | raw | diff to current |
1998-10-21 |
Julian Smart | More Motif stuff incl. beginnings of wxToolBar |
blob | commitdiff | raw | diff to current |
1998-10-18 |
Julian Smart | Motif additions |
blob | commitdiff | raw | diff to current |
1998-10-17 |
Julian Smart | Motif updates |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Julian Smart | Misc. Motif; removed duplicate wxICON; variant compile... |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-23 |
Julian Smart | wxMotif: wxWindow/Client/PaintDC starting to work. |
blob | commitdiff | raw | diff to current |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
blob | commitdiff | raw | diff to current |
1998-09-20 |
Julian Smart | More Motif stuff, minor stubs correction |
blob | commitdiff | raw | diff to current |
1998-09-18 |
Julian Smart | Some more wxMotif stuff: menus |
blob | commitdiff | raw | diff to current |
1998-09-18 |
Julian Smart | Motif files added. |
blob | commitdiff | raw | diff to current |
|