2000-01-20 |
Vadim Zeitlin | (run-time) fix for !wxUSE_IPC build |
tree | commitdiff |
2000-01-19 |
Vadim Zeitlin | XBM loading finally works (thanks Guillermo) |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,max,msw |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw |
tree | commitdiff |
2000-01-19 |
Bart A.M. Jourquin | adding intl.h and wxString -> char* conversion in DDEAt... |
tree | commitdiff |
2000-01-18 |
George Tasker | Fixed so this file will compile if wxUSE_IPC is 0 ... |
tree | commitdiff |
2000-01-18 |
Vadim Zeitlin | 1. fixed compilation of wxExecute() for !wxUSE_IPC |
tree | commitdiff |
2000-01-18 |
Guillermo Rodrigue... | Added IsScrollng() support for scroll and scrollwin... |
tree | commitdiff |
2000-01-18 |
Julian Smart | Avoided rounding errors in font point size calculations |
tree | commitdiff |
2000-01-18 |
Julian Smart | Put Stefan's speedup fix into DoBlit |
tree | commitdiff |
2000-01-18 |
Julian Smart | Change to wxWindow::HandleCommand to allow accelerators... |
tree | commitdiff |
2000-01-18 |
George Tasker | Changed code to allow for removal of the #include ... |
tree | commitdiff |
2000-01-18 |
Vadim Zeitlin | 1. small fix in wxDirDialog: SHBrowseForFolder() doesn... |
tree | commitdiff |
2000-01-17 |
Guillermo Rodrigue... | Please turn off pchs when testing! |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added <meta http-equiv> handler |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxNativeEncoding::To/FromString now stores wxFontEncodi... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | fixed default button size, finally |
tree | commitdiff |
2000-01-15 |
Vadim Zeitlin | 1. fixed small bug with toolbar size updates |
tree | commitdiff |
2000-01-15 |
Guillermo Rodrigue... | Compile fix for mingw32 |
tree | commitdiff |
2000-01-15 |
Julian Smart | 16-bit fixes |
tree | commitdiff |
2000-01-15 |
Vadim Zeitlin | drawing mono bitmaps now uses correct colours |
tree | commitdiff |
2000-01-15 |
Vadim Zeitlin | use HWND in HandleCommand() to let buggy programs using... |
tree | commitdiff |
2000-01-14 |
Julian Smart | Further fixes to Dialog Editor; additions to .dsp files |
tree | commitdiff |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
tree | commitdiff |
2000-01-13 |
Julian Smart | Changed wxWindowBase foreground to use wxSystemSettings... |
tree | commitdiff |
2000-01-13 |
Julian Smart | Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but..... |
tree | commitdiff |
2000-01-13 |
Stefan Csomor | mac updates and msw bitmapdrawing on printer |
tree | commitdiff |
2000-01-13 |
Julian Smart | Fixed read-only colour for wxTextCtrl (TODO: wxComboBox... |
tree | commitdiff |
2000-01-13 |
Julian Smart | Removed ::UpdateWindow from scrolwin.cpp; corrected... |
tree | commitdiff |
2000-01-12 |
Vadim Zeitlin | some compilation fixes for mingw32 and not only |
tree | commitdiff |
2000-01-12 |
Robin Dunn | fix for red to blue mapping in toolbar buttons |
tree | commitdiff |
2000-01-12 |
Julian Smart | Made filter index zero-based |
tree | commitdiff |
2000-01-12 |
Vadim Zeitlin | regenerated from template |
tree | commitdiff |
2000-01-11 |
Bart A.M. Jourquin | Fix bug in GetLableFromText |
tree | commitdiff |
2000-01-11 |
Vadim Zeitlin | wxMenuItem::GetLabelFromText() added/documented, bug... |
tree | commitdiff |
2000-01-10 |
George Tasker | No #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObj... |
tree | commitdiff |
2000-01-10 |
Robin Dunn | MSW Caret is now destroyed and recreated when resized. |
tree | commitdiff |
2000-01-10 |
Vadim Zeitlin | check for wxUSE_DYNLIB_CLASS corrected |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Fixed from Mumit Khan to allow DLL compilation for... |
tree | commitdiff |
2000-01-09 |
Guillermo Rodrigue... | Add XPM handlers by default if XPM support is enabled |
tree | commitdiff |
2000-01-08 |
Václav Slavík | add wxFontEncoding member into wxNativeEncodingInfo |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | tried to correct the colour problems |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | regenerated from template |
tree | commitdiff |
2000-01-07 |
Guillermo Rodrigue... | Fixed problem with tab traversal in wxSpinCtrl (added... |
tree | commitdiff |
2000-01-07 |
Bart A.M. Jourquin | wxFONTENUMPROC definition changed for mingwin 2.95 |
tree | commitdiff |
2000-01-07 |
Bart A.M. Jourquin | fix _beginthreadex problem with bcc |
tree | commitdiff |
2000-01-07 |
Vadim Zeitlin | attempts at providing clipboard/dnd support for metafil... |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | MSW compilation fixes for !wxUSE_VALIDATORS |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
tree | commitdiff |
2000-01-06 |
Julian Smart | BC++ IDE compile mod to thread.cpp; other small stuff |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | 1. added wfstream.cpp to wxBase (needed by filesys... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | added cmdline.h/.cpp to the makefiles |
tree | commitdiff |
2000-01-05 |
Robin Dunn | Fixed a bug so the toggle flag is set correctly |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | 1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC |
tree | commitdiff |
2000-01-04 |
Vadim Zeitlin | wxMSW compilation fixes for old mingw32 |
tree | commitdiff |
2000-01-04 |
Guillermo Rodrigue... | Corrected problem related to wxSIZE_ALLOW_MINUS_ONE |
tree | commitdiff |
2000-01-04 |
Vadim Zeitlin | wxSIZE_ALLOW_MINUS_ONE handling corrected |
tree | commitdiff |
2000-01-03 |
Vadim Zeitlin | 1. wxTreeCtrl::SetBackgroundColour() works (with new... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | BC++ 5.x also supports _beginthreadex and _endthreadex |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | BC++ 5 does not have Unicode version of GetProcAddress. |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Another Unicode compilation fix |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes |
tree | commitdiff |
2000-01-02 |
Václav Slavík | refreshed makefiles to be in sync with filelist.txt |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | wxCalendarCtrl works under MSW too |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
tree | commitdiff |
1999-12-29 |
Julian Smart | Tidied some doc references; added Stefan's Blit optimis... |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. some minor compilation fixes in datetime.cppm |
tree | commitdiff |
1999-12-28 |
Julian Smart | Watford C++ related changes. Unfortunately, the linker... |
tree | commitdiff |
1999-12-28 |
Julian Smart | Added Bil Simser to wxBook page; fixed bug in notebook... |
tree | commitdiff |
1999-12-28 |
Guillermo Rodrigue... | Added GetSubBitmap() |
tree | commitdiff |
1999-12-24 |
Julian Smart | Small changes |
tree | commitdiff |
1999-12-23 |
Robin Dunn | Added a constructor that allows creation of independent... |
tree | commitdiff |
1999-12-23 |
Vadim Zeitlin | patches for BC++ 5.3 from Ricky Gonzales <gonzales... |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. corrected some owner-drawn buttons bugs |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. coloured buttons seem to work |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | memory leak in ~wxMutex fixed |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | removed date.cpp and time.cpp from the makefiles |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | 1. wxLongLong and wxDateTime compilation fixed for... |
tree | commitdiff |
1999-12-20 |
Guillermo Rodrigue... | strange comment in gsocket_read (?) |
tree | commitdiff |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
tree | commitdiff |
1999-12-20 |
Václav Slavík | added support for definition lists (DL,DT,DD) to wxHTML |
tree | commitdiff |
1999-12-17 |
Julian Smart | Misc small mods |
tree | commitdiff |
1999-12-17 |
Vadim Zeitlin | 1. compilation fix for wxDir |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | some more consts here and there |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
tree | commitdiff |
1999-12-16 |
Robin Dunn | Killed a bug that sometimes prevented ShowModal from... |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMD... |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | slight bug in waitconnection |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | Added #if wxUSE_OWNER_DRAWN |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | Compilation fix when wxUSE_OWNER_DRAWN is 0 |
tree | commitdiff |
1999-12-15 |
Václav Slavík | image handlers moved to separate headers (imagbmp.h... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | small compilation fix |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | added datetime.h/cpp to filelist and regenerated the... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | fixed wxBitmapButton bug with bitmaps with masks |
tree | commitdiff |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
tree | commitdiff |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARIES |
tree | commitdiff |
1999-12-14 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
next |