2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
tree | commitdiff |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | (blind) fixes for Motif compilation |
tree | commitdiff |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
tree | commitdiff |
2001-01-26 |
Vadim Zeitlin | dynamic event types actually work with these changes... |
tree | commitdiff |
2000-12-20 |
Vadim Zeitlin | compilation fix (?) |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | applied wxNativeFontInfo patch from Derry Bryson (with... |
tree | commitdiff |
2000-09-27 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-07-30 |
Unknown (NI) | added a wrapper class for opengl contexts (like that... |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-13 |
Ron Lee | moved wxDash typedef to gdicmn.h |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Added wxIcon(const char **) ctor (same as char **) |
tree | commitdiff |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Added support for timer events in Motif |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-15 |
Václav Slavík | removed duplicate defines of wxSYS_ constants |
tree | commitdiff |
2000-02-06 |
Stefan Neis | long -> wxCoord |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | missing Init() added to wxMenu(wxCallback) ctors |
tree | commitdiff |
2000-01-12 |
Vadim Zeitlin | added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove... |
tree | commitdiff |
2000-01-11 |
Vadim Zeitlin | wxMenuItem::GetLabelFromText() added/documented, bug... |
tree | commitdiff |
2000-01-07 |
Bart A.M. Jourquin | wxControl child of wxControlBase |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
tree | commitdiff |
2000-01-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | wxMotif::wxControl() ctor added, now wxCalendarCtrl... |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | compilation fixes, doesn't work yet |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | wxCreateMaskedBitmap() is more const correct |
tree | commitdiff |
1999-12-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | compilation fix (long -> wxCoord) |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
tree | commitdiff |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | Motif compilation fix |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | wxTimer/timercmn.cpp change |
tree | commitdiff |
1999-11-08 |
Julian Smart | Made various Motif fixes, wxListBox/wxChoice derive... |
tree | commitdiff |
1999-11-06 |
George Tasker | Added wxODBC_FWD_ONLY_CURSORS to allow for drivers... |
tree | commitdiff |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | wxMotif compiles (and runs minimal sample) again after... |
tree | commitdiff |
1999-10-28 |
Julian Smart | Do... fixes and OnMenuHighlight correction (so MDI... |
tree | commitdiff |
1999-10-27 |
Robert Roebling | Minor Motif changes, made scrollsub sample work somehow. |
tree | commitdiff |
1999-10-27 |
Vadim Zeitlin | 1. wxMenu{Item|Bar} modifications for wxMotif |
tree | commitdiff |
1999-10-27 |
Julian Smart | Fixed wxMotif's wxRegion/wxRegionIterator to optionally... |
tree | commitdiff |
1999-10-26 |
Julian Smart | Removed lots of wxMotif compile warnings. Copied new... |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | wxMotif compilation fixes for wxDataObject and PROCESS_... |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | wxDataObejct and related changes (won't compile right... |
tree | commitdiff |
1999-10-19 |
Michael Bedward | Numerous changes to comply with use of wxCoord. |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
tree | commitdiff |
1999-10-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
tree | commitdiff |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | wxMotif::wxFont supports encodings too (and shares... |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | renamed gsockmot.cpp to *.c |
tree | commitdiff |
1999-09-29 |
Sylvain Bougnoux | Factorize timercmm.cpp code |
tree | commitdiff |
1999-09-05 |
Julian Smart | Misc. 16-bit compilation fixes |
tree | commitdiff |
1999-09-05 |
Guilhem Lavaux | Updated wxSocket documentation |
tree | commitdiff |
1999-08-12 |
Robert Roebling | Augmented beta to 9, |
tree | commitdiff |
1999-08-10 |
Robert Roebling | New makefiles for GTK and Motif, using configure... |
tree | commitdiff |
1999-08-02 |
Michael Bedward | Added function GetDefaultSize |
tree | commitdiff |
1999-07-30 |
Michael Bedward | Added wxApp::CheckForKeyUp MB |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | SetIcon added |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | wxMotif fixes and common fixes for socket compilation |
tree | commitdiff |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
tree | commitdiff |
1999-07-21 |
Vadim Zeitlin | 1. Assorted Motif fixes |
tree | commitdiff |
1999-07-05 |
Karsten Ballüder | Made icons configurable via a wxMApp virtual function... |
tree | commitdiff |
1999-06-29 |
Vadim Zeitlin | my wxMotif fixes (merged with Robert's changes), wxMoti... |
tree | commitdiff |
1999-06-23 |
Robert Roebling | wxMotif compiles and links now. |
tree | commitdiff |
1999-06-23 |
Robert Roebling | Motif compile fixes |
tree | commitdiff |
1999-06-21 |
Robert Roebling | Motif compile fixes. |
tree | commitdiff |
1999-06-08 |
Vadim Zeitlin | more Motif fixes (still doesn't compile, but *really... |
tree | commitdiff |
1999-06-07 |
Robert Roebling | Just ignore CVS. It's better for you. |
tree | commitdiff |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
tree | commitdiff |
1999-06-04 |
Vadim Zeitlin | 1. warnings suppressed in wave.cpp |
tree | commitdiff |
1999-06-02 |
Vadim Zeitlin | removing (finally) autogenerated files |
tree | commitdiff |
1999-06-02 |
Vadim Zeitlin | headers are now installed by automake too |
tree | commitdiff |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
tree | commitdiff |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo... |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | setup.h for makefile builds |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | Motif compilation fixes (now ok) |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | this file is now called setup0.h |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified |
tree | commitdiff |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
tree | commitdiff |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
tree | commitdiff |
1999-03-16 |
Vadim Zeitlin | wxCommandEvent::SetString() change - now uses wxString |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | some fixes for AIX compilation |
tree | commitdiff |
1999-03-05 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
1999-02-28 |
Julian Smart | wxUSE_SOCKETS added to setup(0).h; Cygwin corrections... |
tree | commitdiff |
1999-02-26 |
Julian Smart | DoSetClientSize omissions fixed; some doc fixes |
tree | commitdiff |
1999-02-26 |
Julian Smart | Fixed wxMSW arrow key bug, changed wxPoem window to... |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | SetSize() fixes |
tree | commitdiff |
1999-02-24 |
Julian Smart | Some stubs corrections; Motif corrections incl. busy... |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
tree | commitdiff |
1999-02-18 |
Julian Smart | Fixed wxMotif's wxExecute again, added OnPaint capabili... |
tree | commitdiff |
1999-02-18 |
Julian Smart | Added 'tardist' script for creating .tgz archives of... |
tree | commitdiff |
1999-02-12 |
Julian Smart | Small Tex2RTF fixes; wxMotif compile fixes (motif.inc... |
tree | commitdiff |
1999-02-12 |
Julian Smart | Some doc corrections (added blank lines at end of docs... |
tree | commitdiff |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
tree | commitdiff |
next |