2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti change |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | WXWIN_COMPATIBILITY_2_2 should be 0 by default now |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | moved some more stuff from .cpp files to here |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | removed _WIN_IE from here, we normally shouldn't need... |
tree | commitdiff |
2003-08-03 |
Mattia Barbon | Fix some wrong code: add parentheses to correct prece... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-08-02 |
Václav Slavík | wxUSE_NEW_GRID is no longer used |
tree | commitdiff |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
tree | commitdiff |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix for bcc |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | check for comctl32.dll version in wxUxThemeEngine:... |
tree | commitdiff |
2003-08-01 |
Julian Smart | Only draw borders if wxSP_3DBORDER specified, as before |
tree | commitdiff |
2003-07-31 |
Julian Smart | Removed some warnings in widgets sample |
tree | commitdiff |
2003-07-31 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-07-31 |
Vadim Zeitlin | added wxUxThemeHandle class for opening/closing theme... |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | [start of] cleanup uxtheme support code |
tree | commitdiff |
2003-07-29 |
Julian Smart | Added wxPaintDCEx class, to handle the case where an HDC |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxBrush() ctor from wxColou... |
tree | commitdiff |
2003-07-21 |
Mattia Barbon | Compilation fixes for wxUSE_STL=1 and for |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxPen() ctor from wxColour... |
tree | commitdiff |
2003-07-20 |
Julian Smart | Added a resource for Smartphone menubar |
tree | commitdiff |
2003-07-20 |
Václav Slavík | moved XML classes to the core |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | replaced untyped hash with a typed one; 64 bit fixes... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | added NO_PTR versions of ARRAY macros to suppress warni... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | added Show/HideNativeCaret() (patch 759924) |
tree | commitdiff |
2003-07-19 |
Julian Smart | Added minimal file dialog for SmartPhone |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | extracted common code into a single wxfileDialogBase... |
tree | commitdiff |
2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes. |
tree | commitdiff |
2003-07-18 |
Julian Smart | Added WCE toolbar |
tree | commitdiff |
2003-07-17 |
Vadim Zeitlin | useh higher value of _WIN32_IE |
tree | commitdiff |
2003-07-17 |
Václav Slavík | compilation fixes for msw_gl |
tree | commitdiff |
2003-07-15 |
Julian Smart | Compile with EVC 3.0 2002 |
tree | commitdiff |
2003-07-15 |
Václav Slavík | added <windows.h> wrapper |
tree | commitdiff |
2003-07-13 |
Vadim Zeitlin | wxSEHReport renamed to wxCrashReport enhanced and debug... |
tree | commitdiff |
2003-07-13 |
Vadim Zeitlin | first version of crash reporting code |
tree | commitdiff |
2003-07-12 |
Julian Smart | Use WM_INITMENUPOPUP |
tree | commitdiff |
2003-07-12 |
Julian Smart | Added wxWinceHelpController |
tree | commitdiff |
2003-07-12 |
Julian Smart | Added net stuff, some fixes to gsock code for WinCE |
tree | commitdiff |
2003-07-12 |
Julian Smart | Removed obsolete file |
tree | commitdiff |
2003-07-11 |
Julian Smart | More WinCE mods |
tree | commitdiff |
2003-07-11 |
Julian Smart | More WinCE mods |
tree | commitdiff |
2003-07-11 |
Julian Smart | More WinCE mods. |
tree | commitdiff |
2003-07-11 |
Julian Smart | Further WinCE mods |
tree | commitdiff |
2003-07-10 |
Julian Smart | Some WinCE fixes |
tree | commitdiff |
2003-07-10 |
Mattia Barbon | Missing CHARSET_HANGUL fix. |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added state image support (patch 530155) |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | linking fixes and code cleanup after hotkey patch |
tree | commitdiff |
2003-07-10 |
Julian Smart | Applied patch [ 758687 ] RegisterHotkey implemented |
tree | commitdiff |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
tree | commitdiff |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
tree | commitdiff |
2003-07-08 |
Vadim Zeitlin | warnings fixes |
tree | commitdiff |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
tree | commitdiff |
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 |
next |