2008-01-28 |
Vadim Zeitlin | fix compilation error for wxUSE_DC_CACHEING==0; use... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | fix assert when using owner-drawn menu items with the... |
tree | commitdiff |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl... |
tree | commitdiff |
2008-01-19 |
Vadim Zeitlin | skip focus events after handling them in wxTextCtrl... |
tree | commitdiff |
2008-01-17 |
Vadim Zeitlin | restored wxEnhMetaFileDC::Close() lost in wxDC reorgani... |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | don't enable disabled windows when showing them (patch... |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | don't create unnecessary temporary wxFont (patch theFont) |
tree | commitdiff |
2008-01-14 |
Paul Cornett | make XPM data pointer parameter fully const |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Blind compilation fixes. |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | restore SetSelection(-1, -1) behaviour which was broken... |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix after wxWindowIDRef changes |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix for STL build; also don't pass unknown... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | initialize wxMSWSystemMenuFontModule stuff on demand... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | adjust the minimal menu item height to be lesser than... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | don't use wxSubwindows with a single element to store... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | store ids of sub-items directly in wxSubwindows instead... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | fix crash in wxExecuteModule::OnExit() (never noticed... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | fix wxExecute thread shutdown and free wxExecuteData... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | draw the bitmap manually under Win9x and 2000 because... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | fix comparison of BYTE variable with -1 after last... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | fix handling of OEM VKs in wxCharCodeWXToMSW() (patch... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-03 |
Vadim Zeitlin | don't hardcode 16/32 as sizes for small/normal icons... |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | ensure that gsockmsw.obj is linked in, it was optimized... |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Compilo |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | allow centering wxMessageDialog on its parent window... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMe... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | discard any pending messages for the socket being destr... |
tree | commitdiff |
2007-12-20 |
Julian Smart | Corrected wxRTTI for wxNotebook so dynamic casting... |
tree | commitdiff |
2007-12-20 |
Paul Cornett | remove unused variables, tabs |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Use IsOk() instead of Ok() |
tree | commitdiff |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fix gcc warning about possibly uninitialized variables |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fix signed/unsigned comparison warnings |
tree | commitdiff |
2007-12-13 |
Robin Dunn | Applied patch [ 1845819 ] wxMSW Top level window freeze... |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-11 |
Vadim Zeitlin | fix unused variable warning if !HAS_AUTOCOMPLETE |
tree | commitdiff |
2007-12-09 |
Vadim Zeitlin | don't use the native implementation if wxTaskBarIcon... |
tree | commitdiff |
2007-12-09 |
Vadim Zeitlin | don't use FillRect() in DoDrawRectangle() but always... |
tree | commitdiff |
2007-12-08 |
Vadim Zeitlin | call Clear() in dtor: this is necessary at least to... |
tree | commitdiff |
2007-12-08 |
Vadim Zeitlin | add wxUSE_TASKBARICON_BALLOONS to make it possible... |
tree | commitdiff |
2007-12-07 |
Chris Elliott | SF patch 1840451 |
tree | commitdiff |
2007-12-06 |
Václav Slavík | fixed wxSpinCtrl's client size computation in wxMSW... |
tree | commitdiff |
2007-12-04 |
Vadim Zeitlin | use CreateWindow() instead of CreateStatusWindow()... |
tree | commitdiff |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
tree | commitdiff |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
tree | commitdiff |
2007-12-03 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-03 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxNotificationMessage::AlwaysUseGeneric() MSW... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | removed the "Silver theme fix" which made the controls... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | correct the wxEVT_TASKBAR_BALLOON_CLICK handler name... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | implemented wxNotificationMessage for wxMSW using wxTas... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | delete the TLW used by taskbar icons instead of destroy... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxApp::GetShell32Version() to test for shell32... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | define NIN_BALLOONXXX constants if the SDK doesn't |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will... |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | added MSW-specific wxTaskBarIcon::ShowBalloon() method... |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | use correct text format depending on build in XTYP_EXEC... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | remove default wxDC ctor to make it impossible to const... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise... |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | fix an unused variable warning in release build |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | define AW_XXX constants if SDK doesn't (fixes VC6 compi... |
tree | commitdiff |
2007-11-28 |
Julian Smart | Fixed bug in border style translation |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | set disposition to OPEN_ALWAYS for write and read-write... |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | return immediately after processing TaskbarCreated... |
tree | commitdiff |
2007-11-26 |
Vadim Zeitlin | unload msimg32.dll earlier (before static cleanup time... |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added Show/HideWithEffect() and implemented them using... |
tree | commitdiff |
2007-11-23 |
Vadim Zeitlin | return int from wxGetWindowId(), not WORD, to ensure... |
tree | commitdiff |
2007-11-20 |
Vadim Zeitlin | use FindWindowEx() instead of ChildWindowFromPoint... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429) |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | no real changes: just some cleanup, better error handli... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | fix several problems in handling of the menu items... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | PCH-less compilation fix after last commit |
tree | commitdiff |
2007-11-17 |
Chris Elliott | add watcom to #include shlguid.h |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | test for remote drive existence using wxDirExists(... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | handle NULL BSTRs as empty ones per Microsoft convention |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | allow to optionally use vendor name component in standa... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | fix wxColourDialog::Centre() and SetSize() (modified... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown... |
tree | commitdiff |
2007-11-16 |
Julian Smart | Don't suppress accelerators that include Enter just... |
tree | commitdiff |
2007-11-15 |
Paul Cornett | fix reference to temporary |
tree | commitdiff |
2007-11-14 |
Julian Smart | Don't try to call CanUndo/CanRedo for read-only combobo... |
tree | commitdiff |
next |