projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
* Implement the wxMask copy constructor to retain the source object's
[wxWidgets.git]
/
src
/
msw
/
2007-04-10
Vadim Zeitlin
send selection events when Ctrl-clicking an item repeea...
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
tree
|
commitdiff
2007-04-09
Mattia Barbon
Replace direct calls to ProcessEvent() with
tree
|
commitdiff
2007-04-09
Vadim Zeitlin
compilation fix after last change
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
use wxIconBundle::GetIconOfExactSize() instead of dupli...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
tree
|
commitdiff
2007-04-06
Robin Dunn
More patches from FM to clean up after moving contribs...
tree
|
commitdiff
2007-04-05
Václav Slavík
provide both const char* and const wchar_t* implicit...
tree
|
commitdiff
2007-04-05
Vadim Zeitlin
construct wxBasicString directly from wxString instead...
tree
|
commitdiff
2007-04-04
Vadim Zeitlin
compilation fix for Unicode build: remove ambiguity...
tree
|
commitdiff
2007-04-04
Vadim Zeitlin
don't call OnMouseEnter(-1) twice when the mouse leaves...
tree
|
commitdiff
2007-04-03
Vadim Zeitlin
Undid last commit and restored bool argument to wxFrame...
tree
|
commitdiff
2007-04-03
Vadim Zeitlin
removed second parameter of wxFrame::DoGiveHelp(),...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
implement GetBestSize() (patch 1386199)
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
added support for ellipsization and markup in wxStaticT...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
added a generic mechanism for registering global handle...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
1. Moved m_usePrimary to wxClipboardBase as it's now...
tree
|
commitdiff
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
next