2000-01-20 |
Vadim Zeitlin | oops... extra #endif removed |
tree | commitdiff |
2000-01-20 |
Vadim Zeitlin | 'FAR redefined' warning fixed |
tree | commitdiff |
2000-01-20 |
Vadim Zeitlin | added test for _WIN32 |
tree | commitdiff |
2000-01-20 |
Vadim Zeitlin | added wxMenuITemBase copy ctor decl apparently needed... |
tree | commitdiff |
2000-01-20 |
Robert Roebling | More life in wxPlot. |
tree | commitdiff |
2000-01-20 |
George Tasker | Comment associated with wxODBC_FWD_ONLY_CURSORS modified |
tree | commitdiff |
2000-01-20 |
George Tasker | Commented out the #include of <windows.h> as it should... |
tree | commitdiff |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
tree | commitdiff |
2000-01-20 |
George Tasker | Uses src/iodbc headers rather than windows headers... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | rewritten to use wxTheMimeTypesManager |
tree | commitdiff |
2000-01-19 |
Václav Slavík | split mimetype.h/.cpp into platform specific code |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added encoding support to help contents |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw |
tree | commitdiff |
2000-01-19 |
Václav Slavík | it is now possible to add custom buttons into wxHtmlHel... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added wxFSFile::GetModificationTime |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added wxFileModificationTime |
tree | commitdiff |
2000-01-19 |
Václav Slavík | .cached format of help books is now endian-independent... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | generic wxFileDialog now stores customizations to regis... |
tree | commitdiff |
2000-01-18 |
Guillermo Rodrigue... | isScrolling() in wxScroll[Win]Event |
tree | commitdiff |
2000-01-18 |
Václav Slavík | icons for generic file dialog |
tree | commitdiff |
2000-01-18 |
George Tasker | Changed code to allow for removal of the #include ... |
tree | commitdiff |
2000-01-18 |
Václav Slavík | m_LastPage changed to wxChar*, forgot to commit |
tree | commitdiff |
2000-01-18 |
Václav Slavík | added wxHTML_ALIGN_JUSTIFY |
tree | commitdiff |
2000-01-18 |
Václav Slavík | added align=justify support ; also removed relic:... |
tree | commitdiff |
2000-01-18 |
Vadim Zeitlin | 1. small fix in wxDirDialog: SHBrowseForFolder() doesn... |
tree | commitdiff |
2000-01-17 |
Václav Slavík | removed show_progress argument in some private function... |
tree | commitdiff |
2000-01-17 |
Robert Roebling | Add draft wxPlotWindow |
tree | commitdiff |
2000-01-17 |
Václav Slavík | fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig |
tree | commitdiff |
2000-01-17 |
Václav Slavík | changed wxConfigBase::Get signature to wxConfigBase... |
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 | added case sensitive and whole words only search |
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 | compilation fix for DLL build |
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 | wxFileDialog's report/list view icons changed to some... |
tree | commitdiff |
2000-01-15 |
Robert Roebling | Next try at avoiding too few or too many size events. |
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-14 |
Stefan Neis | SN: Derive wxSpinButton from wxSpinButtonBase instead... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Removed second of two declarations declaring wxMDIC... |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Don't include (non-existing) pmstddlg.h for EMX |
tree | commitdiff |
2000-01-14 |
Stefan Neis | SN: Added a forward declaration of class wxOwnerDrawn... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | optimized wxHtmlContainerCell - now proceeds layouting... |
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 |
Guillermo Rodrigue... | wxSocekt now uses wxPostEvent. |
tree | commitdiff |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
tree | commitdiff |
2000-01-13 |
David Webster | LINKAGEMODE under OS/2 is only applicable for VisualAge... |
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 |
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 |
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 |
Václav Slavík | added wxHtmlLinkInfo::GetHtmlCell so that you know... |
tree | commitdiff |
2000-01-12 |
Guillermo Rodrigue... | Added missing WXDLLEXPORTs |
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 | Adding GetCount() to wxHashTable |
tree | commitdiff |
2000-01-11 |
Vadim Zeitlin | wxMenuItem::GetLabelFromText() added/documented, bug... |
tree | commitdiff |
2000-01-11 |
George Tasker | Replaced typo that had wxCALLBACK being redefined.... |
tree | commitdiff |
2000-01-10 |
Robin Dunn | MSW Caret is now destroyed and recreated when resized. |
tree | commitdiff |
2000-01-10 |
Vadim Zeitlin | wxAPIENTRY fixes (?) |
tree | commitdiff |
2000-01-10 |
Robin Dunn | Wrong Init was being called in ctor. |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Important changes to avoid dependence on events inside... |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Fixes from Mumit Khan to allow DLL compilation; most... |
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 |
Guillermo Rodrigue... | ops. SetFocus should be public |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | wxLongLongWx::Assign(double) works - thanks Guillermo |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | keyword search should work now |
tree | commitdiff |
2000-01-07 |
Vadim Zeitlin | added test mode to wxLongLongWx which allowed to find... |
tree | commitdiff |
2000-01-07 |
Guillermo Rodrigue... | Fixed problem with tab traversal in wxSpinCtrl (added... |
tree | commitdiff |
2000-01-07 |
Bart A.M. Jourquin | wxControl child of wxControlBase |
tree | commitdiff |
2000-01-07 |
Robin Dunn | Trying out addition of SetSize to wxCaret... |
tree | commitdiff |
2000-01-07 |
Vadim Zeitlin | attempts at providing clipboard/dnd support for metafil... |
tree | commitdiff |
2000-01-06 |
Guillermo Rodrigue... | Fixed virtual function hiding problem |
tree | commitdiff |
2000-01-06 |
Guillermo Rodrigue... | Removing warnings |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more HP-UX warning fixes (almost done...) |
tree | commitdiff |
2000-01-06 |
Guillermo Rodrigue... | Rewrote large parts of the non-DDE IPC stuff (wxTCPServ... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | 1. added wfstream.cpp to wxBase (needed by filesys... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | more stream-like insertion operators |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | more fixes to compilation warnings from HP-UX build... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | wxRegion should work with wxCoord, not long |
tree | commitdiff |
2000-01-05 |
David Webster | General fixes |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | 1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC |
tree | commitdiff |
2000-01-04 |
Robert Roebling | Compilation fix, |
tree | commitdiff |
2000-01-04 |
Vadim Zeitlin | wxMSW compilation fixes for old mingw32 |
tree | commitdiff |
2000-01-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-01-04 |
David Webster | Add some "USE" defs that were missing. |
tree | commitdiff |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
tree | commitdiff |
2000-01-03 |
Vadim Zeitlin | 1. wxTreeCtrl::SetBackgroundColour() works (with new... |
tree | commitdiff |
2000-01-03 |
David Webster | Visualage C++ V4.0 has a native long long data type. |
tree | commitdiff |
2000-01-03 |
David Webster | VisualAge C++ V4.0 fixups, can't differentiate between... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Better make it a const reference then. |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Make wxColour parameter be passed by reference to inlin... |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Those wxTRACE_* string constants appears to need wxT() |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Halved DEFAULT_ITEM_WIDTH so default sizes resembles... |
tree | commitdiff |
next |