2000-01-17 |
Julian Smart | Makeproj.cpp corrections; wxTextCtrl resource loading... |
tree | commitdiff |
2000-01-17 |
Guillermo Rodrigue... | Please turn off pchs when testing! |
tree | commitdiff |
2000-01-16 |
Václav Slavík | somebody added #ifdefed #pragma to disable warnings... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | search progress bar has smooth gauge under win95 now |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxProgressDialog now accepts wxGA_SMOOTH style |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added encoding conversion to wxHTML |
tree | commitdiff |
2000-01-16 |
Václav Slavík | <pre> environment uses charset conversion as well |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added <meta http-equiv> handler |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxHtmlFilterHTML adds fake <meta> tag so that the parse... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxNativeEncoding::To/FromString now stores wxFontEncodi... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | changed format of wxFontMapper entries: facename_encodi... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added case sensitive and whole words only search |
tree | commitdiff |
2000-01-16 |
Václav Slavík | minor change in passing arguments to CreateAntialiasedB... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | fixed default button size, finally |
tree | commitdiff |
2000-01-16 |
Robert Roebling | file dialogs now remembers the width of the |
tree | commitdiff |
2000-01-16 |
Václav Slavík | index search is case insensitive now; index panel indic... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | file dialog now remebers list/report and hidden files... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | KDE support for icons and mime types finished (icons... |
tree | commitdiff |
2000-01-15 |
Stefan Neis | SN: Added first try for dir.cpp. Since the version... |
tree | commitdiff |
2000-01-15 |
Stefan Neis | SN: Removed use of undefined refData |
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 |
Robert Roebling | Next try at avoiding too few or too many size events. |
tree | commitdiff |
2000-01-15 |
Václav Slavík | fixed my previous commit that broke help context/index... |
tree | commitdiff |
2000-01-15 |
Robert Roebling | Slightly better fix for resize problems. |
tree | commitdiff |
2000-01-15 |
Robert Roebling | Fixed resize behaviour under certain circumstances. |
tree | commitdiff |
2000-01-15 |
Robert Roebling | Typos in docs. |
tree | commitdiff |
2000-01-15 |
Robert Roebling | black now denotes 0 on mono-bitmaps. |
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 |
Stefan Neis | SN: Added a 'wxDefaultValidator' where it seems to... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Fixed inlcudes for EMX, commented out lines like... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Disable some features not supported by EMX (#ifndef... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Added #pragma implementation. Make it compile even... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Added #pragma implementation needed by GCC - expect... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Use wxDummyChar only if __VISAGECPP__ is defined. |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Added suitable includes for EMX (#ifdef'ed __EMX__), |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Replaced more ':' in VPATH statements by PATH_IFS... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | code fragment that adds one more line to each html... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | optimized wxHtmlContainerCell - now proceeds layouting... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | removed a condition (l. 124) that always eval to true |
tree | commitdiff |
2000-01-14 |
Václav Slavík | wxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL |
tree | commitdiff |
2000-01-14 |
Václav Slavík | added <address>, <code>, <kbd>, <samp>, <small>, <big... |
tree | commitdiff |
2000-01-14 |
Robert Roebling | image to bitmap rewrite, |
tree | commitdiff |
2000-01-14 |
Julian Smart | Further fixes to Dialog Editor; additions to .dsp files |
tree | commitdiff |
2000-01-14 |
Robert Roebling | TIFF fix. |
tree | commitdiff |
2000-01-14 |
Guillermo Rodrigue... | Added a comment about the 'UpdateWindow' issue in SetSc... |
tree | commitdiff |
2000-01-14 |
Guillermo Rodrigue... | wxSocekt now uses wxPostEvent. |
tree | commitdiff |
2000-01-14 |
Guillermo Rodrigue... | Mumit Khan's patches for cross compilation |
tree | commitdiff |
2000-01-14 |
Ryan Norton | This commit was generated by cvs2svn to compensate... |
tree | commitdiff |
2000-01-14 |
Vadim Zeitlin | Initial revision |
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-13 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-01-13 |
Stefan Csomor | cw pro 5.3 adaptions |
tree | commitdiff |
2000-01-13 |
Stefan Csomor | a base for geometry operations |
tree | commitdiff |
2000-01-13 |
Stefan Csomor | adaptions for CW Pro 5.3 on mac |
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 |
Robert Roebling | Chnages to mono-bitmap code. |
tree | commitdiff |
2000-01-12 |
Vadim Zeitlin | added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove... |
tree | commitdiff |
2000-01-12 |
Vadim Zeitlin | regenerated from template |
tree | commitdiff |
2000-01-12 |
Karsten Ballüder | compilation fix for non-threaded compilation (threads... |
tree | commitdiff |
2000-01-12 |
Václav Slavík | added wxHtmlLinkInfo::GetHtmlCell so that you know... |
tree | commitdiff |
2000-01-12 |
Guillermo Rodrigue... | Fixes to allow DLL compilation |
tree | commitdiff |
2000-01-11 |
Václav Slavík | added mouse event member into wxHtmlLinkInfo. wxHtmlWin... |
tree | commitdiff |
2000-01-11 |
Vadim Zeitlin | fixed refresh problem with holidays in wxCalendarCtrl |
tree | commitdiff |
2000-01-11 |
Bart A.M. Jourquin | Bug fix in GetLabelFromText |
tree | commitdiff |
2000-01-11 |
Bart A.M. Jourquin | Fix bug in GetLableFromText |
tree | commitdiff |
2000-01-11 |
Bart A.M. Jourquin | Adding GetCount() to wxHashTable |
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 |
Robin Dunn | incremented version number for DLL |
tree | commitdiff |
2000-01-10 |
David Webster | New wxWin.icc for monolithic build. |
tree | commitdiff |
2000-01-10 |
Vadim Zeitlin | check for wxUSE_DYNLIB_CLASS corrected |
tree | commitdiff |
2000-01-10 |
Bart A.M. Jourquin | #define DEBUG_MAIN_THREAD for non __WXDEBUG__ compilation |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Important changes to avoid dependence on events inside... |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Ops, small typo |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Fixed from Mumit Khan to allow DLL compilation for... |
tree | commitdiff |
2000-01-09 |
Robert Roebling | Themes crash fix. |
tree | commitdiff |
2000-01-09 |
Guillermo Rodrigue... | Add XPM handlers by default if XPM support is enabled |
tree | commitdiff |
2000-01-09 |
Guillermo Rodrigue... | Was using CPPFLAGS instead of CFLAGS for C files |
tree | commitdiff |
2000-01-09 |
Guillermo Rodrigue... | Removed mingw32 fix |
tree | commitdiff |
2000-01-08 |
Václav Slavík | added IsEncodingAvailable and GetAltForEncoding extende... |
tree | commitdiff |
2000-01-08 |
Václav Slavík | add wxFontEncoding member into wxNativeEncodingInfo |
tree | commitdiff |
2000-01-08 |
Václav Slavík | Borland #include hack |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | tried to correct the colour problems |
tree | commitdiff |
2000-01-08 |
Robert Roebling | Applied listbox isselected fix. |
tree | commitdiff |
2000-01-08 |
Robert Roebling | Themes and threads testing code. |
tree | commitdiff |
2000-01-08 |
Guillermo Rodrigue... | ?? |
tree | commitdiff |
2000-01-08 |
Guillermo Rodrigue... | ?? |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | regenerated from template |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | wxLongLongWx::Assign(double) works - thanks Guillermo |
tree | commitdiff |
next |