2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | compilation fix after NULL cast removal; also used... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | correct Id tags |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | added forward declaration of FrameSite apparently neede... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | export wxActiveX stuff from core (not media) DLL (close... |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | don't use hardcoded constant 200; use wxSTACKWALKER_MAX... |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935) |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | disable new events for VC9 too, it fails when linking... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | fix the MSVC check in the last comment and accompanying... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | disable new events for MSVC 7, it fails to compile... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | remove old (and unused) MSW-only wxFontEnumerator header |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | disable the events when we get a notification about... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the now unused Connect_Timeout() |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix for compilation with newer DMC headers (see #10112) |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the... |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Implemented wxBitmapToggleButton generically for now |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | fix several bugs in index/position translation code... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't use the hack with adding hidden columns to the... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | don't lose the scroll offset when the window is reposit... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | define I_IMAGENONE now that we use it, at least VC6... |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | define HDS_FLAT outside of __DMC__ section so that... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | define HDS_FLAT not defined in VC6 headers |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
tree | commitdiff |
2008-11-29 |
Francesco Montorsi | add GetSize also to wxGDIImage since wxBitmap under... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-24 |
Vadim Zeitlin | remove extraneous class scope qualifier |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate SetInitialSocketBuffers() |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | define wxUSE_REGKEY for WinCE too (closes #10211) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix WinCE compilation after tbar95.h ->t oolbar.h renam... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | forgot to commit toplevel.h as part of r56374 |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_acce... |
tree | commitdiff |
2008-09-28 |
Vadim Zeitlin | extact common GAddress declarations to the common heade... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-25 |
Robin Dunn | More changes needed to fix problems resulting from... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | implement EnableTextChangedEvents() to make ChangeValue... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | disable AUI (and also MDI in 2.8) under CE, it doesn... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937) |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | replace the static control in wxMessageDialog with... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | implement support for custom button labels in wxMessage... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | extract button size calculation from button label size... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | extract wrapper for SystemParametersInfo(SPI_GETNONCLIE... |
tree | commitdiff |
2008-09-04 |
Vadim Zeitlin | show the "Window" menu only when we have any MDI childr... |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | implement operator!=() inline (forgot to commit before) |
tree | commitdiff |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add comparison operators for UUID class (#9871) |
tree | commitdiff |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUniv/MSW after r54937 (#9866) |
tree | commitdiff |
2008-08-10 |
Václav Slavík | pch-less compilation fix |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | compilation fix for PCH-less build; also moved some... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | add support for multiline labels in wxToggleButton |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | don't use our custom WM_PAINT handler with composited... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxGet/Set/HasWindowExStyle() helpers and use them |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | clean up wxBitmapButton::Create(); override MSWGetStyle... |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | remove code for drawing icon of minimized window manual... |
tree | commitdiff |
next |