2001-04-08 |
Vadim Zeitlin | applied patch 411059 (mingw win32 api version check) |
tree | commitdiff |
2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
tree | commitdiff |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
tree | commitdiff |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
tree | commitdiff |
2001-03-13 |
George Tasker | Removed the requirement that wxUSE_GUI must be 1 to... |
tree | commitdiff |
2001-02-20 |
Robin Dunn | Added a SetFont method that behaves like SetLabel does... |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | applied (slightly modified) wxToggleButton patch from... |
tree | commitdiff |
2001-02-08 |
Ron Lee | More mostly cross compiling related mods.. |
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 |
2001-01-24 |
Vadim Zeitlin | applied wxNativeFontInfo patch #103089 |
tree | commitdiff |
2001-01-24 |
Vadim Zeitlin | MIME type manager fixes described earlier on the list: |
tree | commitdiff |
2001-01-22 |
Julian Smart | Fixed wxToolBar colour mapping problem (I hope) |
tree | commitdiff |
2001-01-22 |
Julian Smart | And a 'standard colours' bitmap to help fix wxToolBar... |
tree | commitdiff |
2001-01-16 |
Robert Roebling | Removing wxPlotWindow. |
tree | commitdiff |
2001-01-09 |
Julian Smart | Extended ProcessTextCommand so processes SETFOCUS/KILLF... |
tree | commitdiff |
2000-12-21 |
Vadim Zeitlin | wxSpinCtrl now sens TEXT_UPDATED events as in wxGTK |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | compilation fixes for wxMSW |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | wxMimeTypesManager now supports creating associations... |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | applied wxNativeFontInfo patch from Derry Bryson (with... |
tree | commitdiff |
2000-11-25 |
Václav Slavík | added wxFrame::IsMDIChild() (msw only, protected) |
tree | commitdiff |
2000-10-12 |
Vadim Zeitlin | added QueryRawValue() to wxRegKey and test code for... |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | added WS_POPUP style to resizeable dialogs |
tree | commitdiff |
2000-10-07 |
Vadim Zeitlin | 1. a couple of compilation warnings fixed (strconv... |
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-12 |
Julian Smart | Added wxHelpControllerHelpProvider, added DisplayContex... |
tree | commitdiff |
2000-09-08 |
Vadim Zeitlin | fixed wxContextHelpButton bitmap (dis)appearance |
tree | commitdiff |
2000-09-08 |
Julian Smart | Put wxContextHelp into cshelp.h/cpp, added wxContextHel... |
tree | commitdiff |
2000-09-05 |
Julian Smart | Added rules to wxListCtrl (MSW now, GTK+ soon) |
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-04 |
Julian Smart | Modified generic wxTreeCtrl to work under non-Unix... |
tree | commitdiff |
2000-08-03 |
Julian Smart | Added ability to call wxWindow::OnPaint under Windows... |
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-20 |
Unknown (NI) | applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-04-11 |
Vadim Zeitlin | const cast inside WXWIN_COMPATIBILITY |
tree | commitdiff |
2000-03-19 |
Julian Smart | Some VC++ makefile fixes; minor comment mods to setup0.h |
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 |
Julian Smart | Added def files for making OpenGL DLLs (Mingw32); added... |
tree | commitdiff |
2000-03-17 |
Julian Smart | Some doc fixes; BC++, Watcom C++, Mingw32 fixes |
tree | commitdiff |
2000-03-17 |
Julian Smart | Doc updates; new grid disabled for BC++/WIN16 (too... |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
tree | commitdiff |
2000-03-15 |
Unknown (NI) | included missing header files - without them mingw32... |
tree | commitdiff |
2000-03-15 |
Julian Smart | Various compiler changes |
tree | commitdiff |
2000-03-15 |
Guillermo Rodrigue... | Forgot to commit this one - changes for wxBase |
tree | commitdiff |
2000-03-15 |
Vadim Zeitlin | some fwd declarations added to the header |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Added gsockmsw which now contains all GUI-specific... |
tree | commitdiff |
2000-03-13 |
Ron Lee | moved wxDash typedef to gdicmn.h |
tree | commitdiff |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
tree | commitdiff |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | removed wxUSE_WXCONFIG (obsoleted by wxUSE_CONFIG |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Disabled memory tracing code for mingw32, |
tree | commitdiff |
2000-03-06 |
Ron Lee | set m_clipXX so dc.GetClippingBox returns real bounding box |
tree | commitdiff |
2000-03-04 |
Vadim Zeitlin | removed extern from inline function declarations |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. fixed bug with MDI child frames changign state when... |
tree | commitdiff |
2000-02-28 |
Julian Smart | Removed old wxGLCanvas stuff; moved wxTreeLayout to... |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-27 |
Václav Slavík | added --enable-filesystem |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | attempts at making wxSocket work with wxBase - it doesn... |
tree | commitdiff |
2000-02-25 |
Julian Smart | Added fix to wxMDIClientWindow to redisplay contents... |
tree | commitdiff |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
tree | commitdiff |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | moved wxMenuBar::FindMenu(title) from MSW to common... |
tree | commitdiff |
2000-02-17 |
Julian Smart | Removed redundant wxColour constructor (how come this... |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
tree | commitdiff |
2000-02-15 |
Václav Slavík | removed duplicate defines of wxSYS_ constants |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
tree | commitdiff |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
tree | commitdiff |
2000-02-14 |
Vadim Zeitlin | USE_DYNLIB_CLASS set to 1 by default |
tree | commitdiff |
2000-02-13 |
Robert Roebling | Applied colour reduction and changes to use |
tree | commitdiff |
2000-02-12 |
Julian Smart | BC++ doesn't like periods in resource names |
tree | commitdiff |
2000-02-11 |
Julian Smart | Some BC++ 5.4 fixes |
tree | commitdiff |
2000-02-11 |
Robert Roebling | Added BMP files for wxPlotWindow, |
tree | commitdiff |
2000-02-08 |
Julian Smart | Added ShowFullScreen |
tree | commitdiff |
2000-02-08 |
Vadim Zeitlin | 1. wxWizard appears in the centre of the screen by... |
tree | commitdiff |
2000-02-07 |
Vadim Zeitlin | trying to fix memory leak in wxListCtrl (attributes... |
tree | commitdiff |
2000-02-06 |
Julian Smart | long -> wxCoord |
tree | commitdiff |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
tree | commitdiff |
2000-02-02 |
Vadim Zeitlin | 1. wxStaticBitmap now uses mask even for bitmaps (and... |
tree | commitdiff |
2000-02-01 |
Julian Smart | Set/GetWindowMenu added to MDI parent frame under MSW |
tree | commitdiff |
2000-01-30 |
Vadim Zeitlin | wxDialog change (Show() completely rewritten, modal... |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | these aren't being used any more |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | missing Init() added to wxMenu(wxCallback) ctors |
tree | commitdiff |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added wxFileType::GetMimeTypes |
tree | commitdiff |
2000-01-22 |
Vadim Zeitlin | I think I finally fixed activation behaviour under... |
tree | commitdiff |
2000-01-21 |
Vadim Zeitlin | 1. fixed (to test) the bug with bitmaps without masks... |
tree | commitdiff |
2000-01-21 |
Guillermo Rodrigue... | GSocket: |
tree | commitdiff |
2000-01-20 |
George Tasker | Comment associated with wxODBC_FWD_ONLY_CURSORS modified |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw |
tree | commitdiff |
2000-01-14 |
Julian Smart | Further fixes to Dialog Editor; additions to .dsp files |
tree | commitdiff |
next |