2003-07-07 |
Vadim Zeitlin | compilation fix (extra semicolon) |
tree | commitdiff |
2003-07-06 |
Vadim Zeitlin | implemented GetDefaultBorder() in wxControl, override... |
tree | commitdiff |
2003-07-06 |
Vadim Zeitlin | wxNotebook::HitTest() for wxMSW added (patch 748469) |
tree | commitdiff |
2003-07-05 |
Václav Slavík | workaround a Watcom build |
tree | commitdiff |
2003-07-05 |
Václav Slavík | define wxCHECK_W32API_VERSION for OpenWatcom and Digita... |
tree | commitdiff |
2003-07-05 |
Václav Slavík | define wxCHECK_W32API_VERSION for OpenWatcom and Digita... |
tree | commitdiff |
2003-07-04 |
Václav Slavík | fixed compilation of multilib dll |
tree | commitdiff |
2003-07-04 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-07-04 |
Václav Slavík | define __GNUWIN32__ if __MINGW32__ is defined, so that... |
tree | commitdiff |
2003-07-04 |
Václav Slavík | fixes for moving wxHTML files into their own DLL |
tree | commitdiff |
2003-07-04 |
Václav Slavík | compilation fixes for multilib/DLL build |
tree | commitdiff |
2003-07-02 |
Julian Smart | Fixed ambiguity |
tree | commitdiff |
2003-07-02 |
Julian Smart | Removed BC++ hidden virtual function warning |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!) |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
tree | commitdiff |
2003-07-01 |
Mattia Barbon | MinGW compilation fixes. |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | removed wxFunction |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
tree | commitdiff |
2003-06-28 |
Vadim Zeitlin | fixed fatal crash in Create() after my last change |
tree | commitdiff |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implemen... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-21 |
Mattia Barbon | Add a missing structure definition, move all rich... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed Win16 horrors |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some... |
tree | commitdiff |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
tree | commitdiff |
2003-06-17 |
Julian Smart | Added corrected Show() to wxPopupWindow |
tree | commitdiff |
2003-06-16 |
Julian Smart | Platform and compiler-specific checking for MSW and... |
tree | commitdiff |
2003-06-14 |
Julian Smart | Can now skip default manifest inclusion by defining... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | added a few #ifdefs needed to build a smaller library... |
tree | commitdiff |
2003-06-11 |
Julian Smart | Add back #endif |
tree | commitdiff |
2003-06-11 |
Julian Smart | Removing vestiges of wxUSE_NEW_GRID |
tree | commitdiff |
2003-06-08 |
Julian Smart | Added shaped sample copying |
tree | commitdiff |
2003-06-02 |
Julian Smart | Attempt to make wxWindows play better with XP themes |
tree | commitdiff |
2003-06-01 |
Julian Smart | Fix for bug [ 744199 ] wxBringWindowToTop, child window... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619386 ] uxtheme.dll support |
tree | commitdiff |
2003-06-01 |
Julian Smart | Partially applied patch [ 531199 ] new EVT_MOVING and... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619539 ] patch to get small icon via... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 743194 ] HitTest for wxNotebook |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied [ 745533 ] implemented wxNotebook::DoGetBestSize |
tree | commitdiff |
2003-05-27 |
Vadim Zeitlin | force wxUSE_IOSTREAMH to 0 with VC 7.1 |
tree | commitdiff |
2003-05-26 |
Chris Elliott | fix SF bug 742496 |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 740012 ] GetKeyState returns 16-Bit... |
tree | commitdiff |
2003-05-11 |
Vadim Zeitlin | fixed bug in WinStruct<> ctor |
tree | commitdiff |
2003-05-11 |
Vadim Zeitlin | added WinStruct<> |
tree | commitdiff |
2003-05-11 |
Vadim Zeitlin | moved missing constants definitions to their right... |
tree | commitdiff |
2003-05-10 |
Vadim Zeitlin | added LVSICF_NOSCROLL |
tree | commitdiff |
2003-05-09 |
Vadim Zeitlin | Insert() patch from John Labenski |
tree | commitdiff |
2003-05-06 |
Julian Smart | Revamped border handling. |
tree | commitdiff |
2003-05-03 |
Robin Dunn | Reversed the meaning of black and white in wxRegion... |
tree | commitdiff |
2003-05-02 |
Julian Smart | Added m_isOpened variable to simulate opening/closing |
tree | commitdiff |
2003-05-02 |
Chris Elliott | digital mars updated |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | show the taskbar icon even after Explorer restart ... |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | fix the wrong size of the first page when it's added... |
tree | commitdiff |
2003-04-28 |
Chris Elliott | SF patch [ 708702 ] Wide character filename support... |
tree | commitdiff |
2003-04-28 |
Vadim Zeitlin | new template-based more flexible and hopefully more... |
tree | commitdiff |
2003-04-24 |
Chris Elliott | explicit cast for digital mars to use OLE |
tree | commitdiff |
2003-04-23 |
Chris Elliott | digital mars compiler updated - test no longer needed |
tree | commitdiff |
2003-04-19 |
Chris Elliott | update to make digitalmars compile |
tree | commitdiff |
2003-04-13 |
Vadim Zeitlin | removed accidentally left #ifdef WATCOM |
tree | commitdiff |
2003-04-13 |
Vadim Zeitlin | renamed GlobalHandle class to GlobalPtr to avoid confli... |
tree | commitdiff |
2003-04-13 |
Vadim Zeitlin | premultiply the colours by the alpha value |
tree | commitdiff |
2003-04-13 |
Vadim Zeitlin | added wxBitmap::UseAlpha() |
tree | commitdiff |
2003-04-11 |
Václav Slavík | added WindowsXP manifest directly into application... |
tree | commitdiff |
2003-04-11 |
Vadim Zeitlin | fixes for user dash handling (patch 717736) |
tree | commitdiff |
2003-04-07 |
Vadim Zeitlin | support for optionnally using DirectX for display manip... |
tree | commitdiff |
2003-04-06 |
Vadim Zeitlin | added assert to check that notebook page does have... |
tree | commitdiff |
2003-04-05 |
Chris Elliott | changes to watcom makefiles for OpenWatcom |
tree | commitdiff |
2003-04-04 |
Václav Slavík | preparation for X11 wxTaskBarIcon version: |
tree | commitdiff |
2003-03-30 |
Julian Smart | Removing deprecated classes |
tree | commitdiff |
2003-03-28 |
Robin Dunn | Added wxTLW::SetShape and implementations for wxGTK... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | wxDIB::Create(wxBitmap) shouldn't do any conversions... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | oops, forgot default value for MemoryHDC ctor parameter |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | MemoryHDC can now be used to create DCs compatible... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | fix Alt-letter navigation with spin controls (bug 672974) |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | removed wxUSE_IMAGE_LOADING_IN_MSW and wxUSE_RESOURCE_L... |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added wxDIB::Save() and wxDIB to/from wxBitmap) convers... |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added GlobalHandle |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed obsolete wxDate and wxTime classes. |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed 16-bit gauge code (Microsoft) |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed dibutils |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | got rid of more duplicated code for working with DIBs |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | removed GetBitmapForDC() and supporting functions |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added CreateDDB() and CreatePalette() |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added CopyFromDIB() |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | Win16 cursor/icon functions are not needed any longer |
tree | commitdiff |
2003-03-22 |
Vadim Zeitlin | added wxBitmapToHICON/CURSOR helper functions |
tree | commitdiff |
2003-03-22 |
Vadim Zeitlin | modifications for raw bitmap support and for using... |
tree | commitdiff |
2003-03-21 |
Václav Slavík | fixed MSLU link |
tree | commitdiff |
2003-03-18 |
Julian Smart | Some code tidying; removing dibutils.cpp which |
tree | commitdiff |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
tree | commitdiff |
2003-03-14 |
Chris Elliott | fix build for borland 5.0 |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | new wxDIB class |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | start of alpha transparency support |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | implemented video mode support (getting the current... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | added wxUSE_DISPLAY |
tree | commitdiff |
next |