projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git]
/
src
/
msw
/
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
tree
|
commitdiff
2003-10-16
Vadim Zeitlin
moved DLL import/export declarations from wx/defs.h...
tree
|
commitdiff
2003-10-16
Vadim Zeitlin
don't complain if file doesn't exist in DeleteFile...
tree
|
commitdiff
2003-10-16
Vadim Zeitlin
patch 816178 and tons of other fixes to owner drawn...
tree
|
commitdiff
2003-10-15
Vadim Zeitlin
removed the weird m_style which was never initialized...
tree
|
commitdiff
2003-10-13
Vadim Zeitlin
show the selected item with customs colour correctly...
tree
|
commitdiff
2003-10-12
Vadim Zeitlin
use LVSICF_NOINVALIDATEALL in SetItemCount() to reduce...
tree
|
commitdiff
2003-10-12
Mattia Barbon
Compilation fixes.
tree
|
commitdiff
2003-10-12
Vadim Zeitlin
fixed conversion from Unicode in StreamOut() once again
tree
|
commitdiff
2003-10-10
Vadim Zeitlin
another Unicode compilation fix for !wxUSE_ENHMETAFILE
tree
|
commitdiff
2003-10-10
Julian Smart
Don't set insertion point if the text is the same in...
tree
|
commitdiff
2003-10-09
Vadim Zeitlin
Unicode compilation fix for !wxUSE_ENHMETAFILE
tree
|
commitdiff
2003-10-09
Vadim Zeitlin
fix for showing a modal dialog from OnIdle() when anoth...
tree
|
commitdiff
2003-10-08
Vadim Zeitlin
fixed enumerating of entries/groups under '/' in wxRegC...
tree
|
commitdiff
2003-10-07
Vadim Zeitlin
don't always create MDI children with WS_THICKFRAME...
tree
|
commitdiff
2003-10-07
Vadim Zeitlin
no changes
tree
|
commitdiff
2003-10-07
Vadim Zeitlin
send END_EDIT label if label editing is cancelled
tree
|
commitdiff
2003-10-04
Robin Dunn
Add some WXDLLIMPEXP's
tree
|
commitdiff
2003-10-04
Vadim Zeitlin
fixed inconsistencies with indices in wxTE_RICH2 contro...
tree
|
commitdiff
2003-10-02
Vadim Zeitlin
fixed off by 1 in new GetRange() for wxTE_RICH2 controls
tree
|
commitdiff
2003-10-02
Vadim Zeitlin
don't lose encoding information when getting/setting...
tree
|
commitdiff
2003-09-30
Vadim Zeitlin
don't draw raised border around disabled bitmaps (patch...
tree
|
commitdiff
2003-09-30
Vadim Zeitlin
treat 0xc0c0c0 as transparent colour by default
tree
|
commitdiff
2003-09-29
Vadim Zeitlin
support creating larger minidumps; support WX_CRASH_FLA...
tree
|
commitdiff
2003-09-29
Vadim Zeitlin
fixes in cleanup of DDE servers: don't delete them...
tree
|
commitdiff
2003-09-28
Vadim Zeitlin
reverted strange and IMO unnecessary OFN_OVERWRITEPROMP...
tree
|
commitdiff
2003-09-28
Mattia Barbon
MinGW compilation fixes.
tree
|
commitdiff
2003-09-28
Vadim Zeitlin
added 3-state checkboxes (patch 813790)
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
suppress compiler warning about uninit var
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
fix for handling (Shift-)Ctrl-Tab when the notebook...
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
minor fix for wxSlider sizing (patch 809202)
tree
|
commitdiff
2003-09-26
Vadim Zeitlin
make it possible to give focus to the notebook itself...
tree
|
commitdiff
2003-09-26
Vadim Zeitlin
fixes to radio button handling (patch 803360)
tree
|
commitdiff
2003-09-26
Vadim Zeitlin
fix SetFocus() in wxDialog-derived class ctor (which...
tree
|
commitdiff
2003-09-26
Vadim Zeitlin
fixed (recently reintroduced) activation bug when the...
tree
|
commitdiff
2003-09-25
Vadim Zeitlin
initialize hidden window class name with NULL
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
GetFilenames() always returned a single file only
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
fixed spurious debug message when right clicking outsid...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
finally reverted patch 782947 completely, it is broken...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
attempt to fix timers when creating them with a valid...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
compilation fix for BCC
tree
|
commitdiff
2003-09-24
Chris Elliott
fix digitalmars bug (ambiguous symbol)
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
undid accidental change to assert in Start() during...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
pointer returned by GetNativeFontInfo() is now const...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
refactored code to create hidden window in one place...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
tree
|
commitdiff
2003-09-22
Vadim Zeitlin
fixed bug in DeleteEntry()
tree
|
commitdiff
2003-09-22
Vadim Zeitlin
cleanup: derive wxGauge from wxGaugeBase; removed redun...
tree
|
commitdiff
2003-09-22
Vadim Zeitlin
support full 32bit range in wxGauge
tree
|
commitdiff
2003-09-22
Vadim Zeitlin
added wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm...
tree
|
commitdiff
2003-09-21
Vadim Zeitlin
set event object for wxContextMenuEvent (patch 797697)
tree
|
commitdiff
2003-09-21
Vadim Zeitlin
trying to fix race conditions. double deletions and...
tree
|
commitdiff
2003-09-21
Vadim Zeitlin
IsVisible() shouldn't return true if item is out of...
tree
|
commitdiff
2003-09-21
Vadim Zeitlin
don't return & in strings returned by GetLabelTop(...
tree
|
commitdiff
2003-09-21
Vadim Zeitlin
check the radio buttons when they get focus (closes...
tree
|
commitdiff
2003-09-21
Vadim Zeitlin
generate standard mini dumps instead of writing our...
tree
|
commitdiff
2003-09-20
Vadim Zeitlin
fixed cleanup order to behave correctly in presence...
tree
|
commitdiff
2003-09-20
Vadim Zeitlin
don't use wx/scopeguard.h for OpenWatcom compatibility...
tree
|
commitdiff
2003-09-20
Mattia Barbon
Compilation fixes.
tree
|
commitdiff
2003-09-20
Vadim Zeitlin
Unicode compilation fix (bug 809707)
tree
|
commitdiff
2003-09-19
Vadim Zeitlin
use wxCSConv instead of Win32 API
tree
|
commitdiff
2003-09-19
Vadim Zeitlin
wxTextCtrl::GetValue() lost (replaced with question...
tree
|
commitdiff
2003-09-19
Vadim Zeitlin
fix for generating set/kill focus events for wxRadioBox...
tree
|
commitdiff
2003-09-19
Vadim Zeitlin
attempt to fix race condition between Delete() and...
tree
|
commitdiff
2003-09-18
Julian Smart
Applied patch [ 807164 ] fixes for core library
tree
|
commitdiff
2003-09-18
Julian Smart
WinCE doesn't have GetMessageTime
tree
|
commitdiff
2003-09-18
Julian Smart
Applied patch [ 808328 ] restore border styles for...
tree
|
commitdiff
2003-09-18
Vadim Zeitlin
tool windows shouldn't appear on the taskbar (patch...
tree
|
commitdiff
2003-09-17
Vadim Zeitlin
removed wxMsgArray definition (now in evtloop.cpp)...
tree
|
commitdiff
2003-09-17
Vadim Zeitlin
use wxModalEvtLoop, made more code exception safe
tree
|
commitdiff
2003-09-17
Vadim Zeitlin
added OnExit(); made event loop exception safe; added...
tree
|
commitdiff
2003-09-16
Vadim Zeitlin
fixed fatal typo in wxYieldForCommandsOnly
tree
|
commitdiff
2003-09-16
Vadim Zeitlin
fixed modal dialogs after event loop change
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
added wxVALIDATOR_PARAM and use it to avoid warnings...
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
fixed return value of wxMDIChildFrame::HandleGetMinMaxI...
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
call RemoveChild() in ~wxWindowBase instead of doing...
tree
|
commitdiff
2003-09-15
Julian Smart
WinCE bitmap patch from Johannes Schindelin <Johannes...
tree
|
commitdiff
2003-09-14
Vadim Zeitlin
removed the fudge from GetViewRect(), it isn't needed
tree
|
commitdiff
2003-09-14
Vadim Zeitlin
fixed GetItemSpacing() inconsistency by deprecating...
tree
|
commitdiff
2003-09-14
Vadim Zeitlin
added wxListCtrl::GetViewRect()
tree
|
commitdiff
2003-09-14
Vadim Zeitlin
attempt to fix another occurence of WS_EX_CONTROLPARENT...
tree
|
commitdiff
2003-09-12
Julian Smart
Applied patch [ 804570 ] hidden function in src/msw...
tree
|
commitdiff
2003-09-12
Julian Smart
Applied patch [ 805147 ] GDI objects are not deselected...
tree
|
commitdiff
2003-09-11
Mattia Barbon
Cygwin compilation fix.
tree
|
commitdiff
2003-09-11
Mattia Barbon
Compilation fix for wxUSE_STL==1.
tree
|
commitdiff
2003-09-11
Julian Smart
Applied patch [ 800784 ] Fixes ::wxDirSelector style...
tree
|
commitdiff
2003-09-11
Julian Smart
Applied patch [ 771772 ] Crashes when setting icon...
tree
|
commitdiff
2003-09-11
Julian Smart
Applied patch [ 791847 ] Missing translation in filedlg.cpp
tree
|
commitdiff
2003-09-11
Julian Smart
Applied [ 798206 ] WinCE time.cpp
tree
|
commitdiff
2003-09-10
Mattia Barbon
More warning fixes from ABX.
tree
|
commitdiff
2003-09-10
Vadim Zeitlin
reverted previous fix for virtual list control with...
tree
|
commitdiff
2003-09-10
Vadim Zeitlin
attempts to fix virtual list control with Unicode and...
tree
|
commitdiff
2003-09-10
Vadim Zeitlin
documented that wxHSCROLL disables wrapping; added...
tree
|
commitdiff
2003-09-09
Václav Slavík
applied Otto Wyss' patch to extend wxHelpController...
tree
|
commitdiff
2003-09-04
Stefan Csomor
macro naming changes
tree
|
commitdiff
2003-09-04
Stefan Csomor
macro naming changes
tree
|
commitdiff
next