projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implement simple drag
[wxWidgets.git]
/
src
/
msw
/
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
move ClassRegInfo out from anonymous namespace to work...
tree
|
commitdiff
2009-01-18
Vadim Zeitlin
compilation fix for old SDKs (VC6...) which don't defin...
tree
|
commitdiff
2009-01-18
Vadim Zeitlin
reduce the margins around bitmaps to avoid truncating...
tree
|
commitdiff
2009-01-17
Vadim Zeitlin
implement wxTreeCtrl::ItemHasChildren() properly for...
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
add missing header for mingw32 PCH-less build
tree
|
commitdiff
2009-01-15
Vadim Zeitlin
fix PCH-less build with wxUSE_URL_NATIVE (see #10338)
tree
|
commitdiff
2009-01-14
Vadim Zeitlin
don't try to destroy the already destroyed OCX HWND
tree
|
commitdiff
2009-01-13
Vadim Zeitlin
fix memory leak of FrameSite (see #3935)
tree
|
commitdiff
2009-01-13
Vadim Zeitlin
use wxWindow::GetClientSize() instead of ::GetClientRec...
tree
|
commitdiff
2009-01-12
Francesco Montorsi
assert when the item index is out of range in wxMSW...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
fix MSVC warning about possibly unused variable in...
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-09
Francesco Montorsi
Fix wxLaunchDefaultBrowser on wxMSW for local files...
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
Julian Smart
Added missing includes
tree
|
commitdiff
2009-01-07
Julian Smart
Added missing include
tree
|
commitdiff
2009-01-07
Francesco Montorsi
s/wxSplitPath/wxFileName::SplitPath
tree
|
commitdiff
2009-01-07
Francesco Montorsi
use wxFileName instead of ::wxStripExtension
tree
|
commitdiff
2009-01-07
Francesco Montorsi
s/wxGetTempFileName/wxFileName::CreateTempFileName
tree
|
commitdiff
2009-01-05
Francesco Montorsi
use GetCopyrightToDisplay instead of GetCopyright;...
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
call ProcessPendingEvents() from wxAppConsoleBase:...
tree
|
commitdiff
2008-12-31
Francesco Montorsi
build fix for wxMSW statusbar
tree
|
commitdiff
2008-12-31
Francesco Montorsi
get rid of the wxListString class in wxStatusBar code...
tree
|
commitdiff
2008-12-30
Vadim Zeitlin
don't assert if MsgWaitForMultipleObjects() returns...
tree
|
commitdiff
2008-12-30
Vadim Zeitlin
don't assert if the socket has been closed since the...
tree
|
commitdiff
2008-12-30
Vadim Zeitlin
remove wxSOCKET_MAX_EVENT, it is not really necessary...
tree
|
commitdiff
2008-12-29
Francesco Montorsi
use a common m_isInsideYield flag instead of static...
tree
|
commitdiff
2008-12-29
Vadim Zeitlin
replaced unweildy GAddress functions with wxSockAddress...
tree
|
commitdiff
2008-12-29
Francesco Montorsi
call SetLabel() in Create() in order to run markup...
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
remove the badle defined and apparently unnecessary...
tree
|
commitdiff
2008-12-27
Vadim Zeitlin
got rid of wxSocketBase::m_error which could get out...
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-26
Vadim Zeitlin
correct typo in one of the last changes
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
refactor Input/Output_Timeout: don't duplicate the...
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
remove the ugly INSTANCE macro
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
more wxSocket code wx-ification: use wxDynamicLibrary...
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
remove USE_SYS_TYPES_FD_SET definition which is already...
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
use wxCriticalSection instead of CRITICAL_SECTION and...
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
merge msw/gsocket.cpp into msw/sockmsw.cpp
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-25
Vadim Zeitlin
don't use the client data for storing wxOwnerDrawn...
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
make colours used by list and tree controls more consis...
tree
|
commitdiff
2008-12-24
Vadim Zeitlin
allow passing -1 range to SetScrollbar() to indicate...
tree
|
commitdiff
2008-12-22
Vadim Zeitlin
undid change accidentally committed as part of r57093...
tree
|
commitdiff
2008-12-22
Vadim Zeitlin
fix typo in r57455 which totally broke modal dialogs...
tree
|
commitdiff
2008-12-21
Vadim Zeitlin
really fix the length of the string returned by wxConve...
tree
|
commitdiff
2008-12-21
Vadim Zeitlin
close the handle returned by OpenProcessToken() (fixes...
tree
|
commitdiff
2008-12-21
Vadim Zeitlin
fix Get(Sub)ItemRect() after changes of r54437; added...
tree
|
commitdiff
2008-12-21
Vadim Zeitlin
add wxLogLastError() calls if Shell_NotifyIcon() fails...
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-17
Vadim Zeitlin
implement wxLoadedDLL, a safer alternative to wxDL_GET_...
tree
|
commitdiff
2008-12-17
Vadim Zeitlin
don't hard code the menu bar height under WinCE (closes...
tree
|
commitdiff
2008-12-17
Vadim Zeitlin
added .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
tree
|
commitdiff
2008-12-16
Vadim Zeitlin
fix initial best size of (check) list boxes under MSW
tree
|
commitdiff
2008-12-15
Vadim Zeitlin
handle actions of the columns popup menu in wxHeaderCtr...
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-14
Vadim Zeitlin
compilation fix after latest changes (missing header)
tree
|
commitdiff
2008-12-13
Kevin Ollivier
Hopefully the right fix this time.
tree
|
commitdiff
2008-12-13
Kevin Ollivier
HDC() fix was wrong, may have been just a problem with...
tree
|
commitdiff
2008-12-13
Kevin Ollivier
MSW compile fixes.
tree
|
commitdiff
2008-12-13
Kevin Ollivier
Forward port new wxRenderer methods in 2.8 to trunk.
tree
|
commitdiff
2008-12-11
Vadim Zeitlin
don't lose the scroll offset when the window is reposit...
tree
|
commitdiff
2008-12-11
Vadim Zeitlin
generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGI...
tree
|
commitdiff
2008-12-11
Vadim Zeitlin
extract setters from wxHeaderColumnBase into a separate...
tree
|
commitdiff
2008-12-10
Vadim Zeitlin
added EVT_HEADER_DRAGGING_CANCELLED event sent when...
tree
|
commitdiff
2008-12-10
Vadim Zeitlin
implement column reordering support in wxMSW wxHeaderCt...
tree
|
commitdiff
2008-12-09
Václav Slavík
fix for r56618: toolbar event handlers can toggle or...
tree
|
commitdiff
2008-12-09
Vadim Zeitlin
recreate the column instead of trying to update it...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
always update the column icon field when updating the...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
don't allow resizing non-resizeable columns in wxHeader...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
honour column min width when resizing in wxHeaderCtrl...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
rename wxHeaderCtrl DRAG events into RESIZE ones as...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
buildbot VC6 apparently can't compile variable declarat...
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
PCH-less build fixes
tree
|
commitdiff
2008-12-04
Vadim Zeitlin
fix handling of abandoned mutexes in wxMutex::Wait...
tree
|
commitdiff
2008-12-04
Vadim Zeitlin
don't call DragFinish() before calling DragQueryPoint...
tree
|
commitdiff
2008-12-03
Vadim Zeitlin
extract (and expand and clean up and document) the...
tree
|
commitdiff
2008-11-29
Vadim Zeitlin
replace the mismatched new[]/delete (bug #10234) with...
tree
|
commitdiff
next