2007-03-30 |
Vadim Zeitlin | don't crash when attempting to select hidden tree root... |
tree | commitdiff |
2007-03-29 |
Vadim Zeitlin | fix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP... |
tree | commitdiff |
2007-03-27 |
Julian Smart | Need an extra pixel when divider present |
tree | commitdiff |
2007-03-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | assert if AddRoot() is called twice for a wxTR_HIDE_ROO... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | don't use TPM_RECURSE under NT4, it results in TrackPop... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | correct the checked flag in the event generated by... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | don't lose the combobox text when it's opened and close... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | use correct background colour for the box label when... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | call GetTextExtent() after selecting the correct font... |
tree | commitdiff |
2007-03-21 |
Vadim Zeitlin | use wxIsEmpty() instead of deprecated IsEmpty() |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | removed unnecessary WXDLLIMPEXP_CORE from private class... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | corrected VT_DATE conversion (bug 1683882) |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fix non-PCH build after latest change |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | shutdown sockets gracefully instead of doing it with... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | VC6 has problems with std::vector and identifiers names... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | VC6 compilation fix (don't reuse the same variable... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | added more message names to wxGetMessageName() (modifie... |
tree | commitdiff |
2007-03-16 |
Julian Smart | Further correction in case where string value is omitted |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | use safer RemoveEventHandler() instead of PopEventHandl... |
tree | commitdiff |
2007-03-15 |
Julian Smart | Don't send initial event in ctor |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wrapper functions allowing to postpone loading... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | extracted code including gdiplus.h in a separate header |
tree | commitdiff |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendl... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | don't really enable the window when its parent is disab... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | allocate HPEN on demand instead of doing every time... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | allocate HFONT on demand instead of doing every time... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | fix setting the properties of a valid but unshared... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | compilation fix after last commit: wxPenRefData, not... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | fixed compilation with wxUSE_WXDIB==0 (bug 1667819) |
tree | commitdiff |
2007-03-10 |
Paul Cornett | make wxPenRefData private |
tree | commitdiff |
2007-03-10 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | include wx/utils.h in PCH-less build to ensure that... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | avoid flicker when setting the text which is the same... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-07 |
Chris Elliott | fix for sf bug 1671804 |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | wxCreateGreyedImage() deprecated, use wxImage::ConvertT... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-21 |
Julian Smart | Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Minor parts from FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | use AllocExclusive() instead of duplicating its code... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | corrected StartDoc() return value testing broken in... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | fix warning about unused variable in release build... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | fix warning about unused TRACE_MASK variable in release... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure... |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | Avoid do-nothing virtuals in WinCE. |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | Make QS_ALLPOSTMESSAGE available everywhere regardless... |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | update the popup menu item when it's [un]checked too... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | return the restored window size from GetSize() when... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | changed GetFromWindow() to take const pointer |
tree | commitdiff |
2007-02-07 |
Julian Smart | Removed unnecessary assignment |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Allow wxWANTS_CHARS to be effective on native controls too |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2007-02-05 |
Julian Smart | Fixes to the previous fix |
tree | commitdiff |
2007-02-05 |
Julian Smart | Avoid triggering false update event when setting the... |
tree | commitdiff |
2007-02-05 |
Julian Smart | Restored drag position mysteriously removed in revision... |
tree | commitdiff |
2007-02-03 |
Vadim Zeitlin | updated comments after latest commit (Tim Kosse) |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES... |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | fix assert when the control doesn't have a valid date... |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | don't wait for Windows messages in WaitForThread()... |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | don't wake up on Windows messages when waiting for... |
tree | commitdiff |
2007-01-25 |
Vadim Zeitlin | changing text alignment dynamically doesn't always... |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Return an empty string from wxDataFormat::GetId if... |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Add some wxCHECK_MSG's |
tree | commitdiff |
2007-01-20 |
Vadim Zeitlin | set command int (indicating whether the item is checked... |
tree | commitdiff |
2007-01-17 |
Vadim Zeitlin | discard time part of m_date, otherwise comparisons... |
tree | commitdiff |
2007-01-15 |
Vadim Zeitlin | honour the drag effect supported by the drag source... |
tree | commitdiff |
2007-01-15 |
Vadim Zeitlin | added wx/image.h to fix non-PCH compilation after last... |
tree | commitdiff |
2007-01-14 |
Vadim Zeitlin | corrected drawing of the bitmaps for the disabled menu... |
tree | commitdiff |
2007-01-12 |
Robin Dunn | Fix for problem when Realize is re-called on a vertical... |
tree | commitdiff |
2007-01-12 |
Vadim Zeitlin | only set cursor immediately in SetCursor() if the mouse... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | no changes, just refactor the code sending spin update... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | apply patch 1630906 after all as with my simpler fix... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | fix lack of spin control update event when control... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | reverted wrong change of rev 1.129 and fixed the first... |
tree | commitdiff |
2007-01-09 |
Julian Smart | Fix for missing separator if any previous items were... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix compilation for latest SDK where EnumModulesProc... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | no changes, just removed duplicate TreeView_HitTest... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxMDIChidFrame::GetPosition() (patch 1626610) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | return correct item and position from wxTreeEvent:... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | restore declaration inline specifier, and make definiti... |
tree | commitdiff |
2007-01-01 |
Robin Dunn | Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTI... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
tree | commitdiff |
2006-12-28 |
Julian Smart | Temporary fix for inconsistent menu item margins (see... |
tree | commitdiff |
next |