projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Correct drawing placement (16px + 1 px border below)
[wxWidgets.git]
/
src
/
msw
/
2007-10-11
Vadim Zeitlin
wxUniv compilation fixes in themed border drawing code
tree
|
commitdiff
2007-10-09
Julian Smart
Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
tree
|
commitdiff
2007-10-07
Vadim Zeitlin
simplify the code for extended flags handling fixing...
tree
|
commitdiff
2007-10-07
Vadim Zeitlin
made wxTreeCtrl::GetNextVisible() behave in the same...
tree
|
commitdiff
2007-10-07
Vadim Zeitlin
updated copyright year to 2007
tree
|
commitdiff
2007-10-07
Vadim Zeitlin
fixed several problems due to use of GetEditHWND()...
tree
|
commitdiff
2007-10-06
Vadim Zeitlin
fixed bug with inversed IsEditable() return value
tree
|
commitdiff
2007-10-06
Vadim Zeitlin
always return wxString from wxGetUserHome() instead...
tree
|
commitdiff
2007-10-03
Vadim Zeitlin
fix range used for native volume in Set/GetVolume(...
tree
|
commitdiff
2007-10-02
Vadim Zeitlin
initialize all fields of WINDOWPOS struct to avoid...
tree
|
commitdiff
2007-10-02
Vadim Zeitlin
fix several mingw32 warnings (patch from Tim Stahlhut)
tree
|
commitdiff
2007-10-01
Vadim Zeitlin
use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
tree
|
commitdiff
2007-09-28
Vadim Zeitlin
PCH-less build fix
tree
|
commitdiff
2007-09-28
Vadim Zeitlin
correct properties were not set during initial add...
tree
|
commitdiff
2007-09-28
Chris Elliott
vc6 did not like this (void function returning a value)
tree
|
commitdiff
2007-09-27
Vadim Zeitlin
added disambiguation for Clear() too
tree
|
commitdiff
2007-09-26
Vadim Zeitlin
refactor wxMSW code to extract parts common to wxTextCt...
tree
|
commitdiff
2007-09-26
Vadim Zeitlin
remove wxComboBox-specific hack, override DoSetToolTip...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
added more convenient wxDL_INIT_FUNC[_AW] macros and...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
made gs_msgXXX variables static
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
allow using wxTaskBarIcon under Win95 by loading Shell_...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
predefine _WIN32_IE before including shellapi.h too...
tree
|
commitdiff
2007-09-21
Julian Smart
Optimized update events by only sending them to visible...
tree
|
commitdiff
2007-09-21
Julian Smart
Corrected bug in in revision 47973
tree
|
commitdiff
2007-09-20
Vadim Zeitlin
use wxWindow::NewControlId() instead of wxNewId() to...
tree
|
commitdiff
2007-09-20
Vadim Zeitlin
added missing wxUSE_RICHEDIT test
tree
|
commitdiff
2007-09-19
Vadim Zeitlin
use fabs() instead of abs() to fix mingw32 compilation...
tree
|
commitdiff
2007-09-19
Vadim Zeitlin
shut down GDI+ from a module instead of doing it during...
tree
|
commitdiff
2007-09-18
Vadim Zeitlin
fix for the last commit: reset the dummy wxRICHTEXT_DEF...
tree
|
commitdiff
2007-09-18
Julian Smart
wxBORDER_THEME now means 'use an appropriate themed...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
reverted wxSocket changes of rev 48723 as they broke...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
don't access m_clientDataItemsType directly
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
don't use NULL when we mean 0
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
more fixes for using wxSocket in console applications...
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
use ListView_RedrawItems() to implement wxListCtrl...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
get rid of the built-in drop target in rich text contro...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
always return positive pixel size, even for negative...
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
fix unused parameter warning
tree
|
commitdiff
2007-09-13
Vadim Zeitlin
remove the drag-and-drop compatibility hack for extract...
tree
|
commitdiff
2007-09-12
Vadim Zeitlin
fix assert for bitmaps buttons created without bitmap...
tree
|
commitdiff
2007-09-10
Vadim Zeitlin
map wxFONTENCODING_ISO2022_JP to the correct Windows...
tree
|
commitdiff
2007-09-10
Vadim Zeitlin
chop off the unwanted \r from GetLineText() return...
tree
|
commitdiff
2007-09-10
Vadim Zeitlin
Unicode compilation fix
tree
|
commitdiff
2007-09-10
Vadim Zeitlin
wxDL_XXX macros and dynamic loading cleanup:
tree
|
commitdiff
2007-09-09
Vadim Zeitlin
added wxApp::Set/GetAppDisplayName() (patch 1780414)
tree
|
commitdiff
2007-09-09
Vadim Zeitlin
add wxSYS_DCLICK_TIME system metric constant; use it...
tree
|
commitdiff
2007-09-09
Vadim Zeitlin
cache the result of wxGetOsVersion() (heavily modified...
tree
|
commitdiff
2007-09-08
Robert Roebling
Compile error (no idea why Mingw doesn't like wxPoint())
tree
|
commitdiff
2007-09-08
Vadim Zeitlin
fix file names format in wxFileDataObject::GetDataHere...
tree
|
commitdiff
2007-09-08
Vadim Zeitlin
don't pass garbage to SetData() in wxURLDataObject...
tree
|
commitdiff
2007-09-07
Vadim Zeitlin
don't use _T() inside wxGetTranslation() and related...
tree
|
commitdiff
2007-09-06
Robert Roebling
Move the wxDL_ macros to wxDynLibrary
tree
|
commitdiff
2007-09-05
Vadim Zeitlin
fixed off by 1 bug in converting premultiplied DIB...
tree
|
commitdiff
2007-09-04
Julian Smart
Always set the background colour for XP, for consistent...
tree
|
commitdiff
2007-09-04
Julian Smart
Corrected a typo
tree
|
commitdiff
2007-09-04
Julian Smart
Apply the background fix only if the toolbar has controls
tree
|
commitdiff
2007-09-03
Vadim Zeitlin
don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
tree
|
commitdiff
2007-09-02
Julian Smart
Standard SDK fixes
tree
|
commitdiff
2007-08-29
Julian Smart
The toolbar background for some colour schemes cannot...
tree
|
commitdiff
2007-08-26
Julian Smart
Don't assert in update handler if read-only
tree
|
commitdiff
2007-08-22
Václav Slavík
added wxUSE_REGKEY checks
tree
|
commitdiff
2007-08-20
Kevin Ollivier
Fix for wxMemoryDC::GetAsBitmap() not working on Windows.
tree
|
commitdiff
2007-08-16
Julian Smart
Added DrawFocusRect to wxRenderer
tree
|
commitdiff
2007-08-15
Julian Smart
Bring back double border
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
uncomment the change which was meant to be committed...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
use ES_RIGHT|ES_NUMBER styles for the buddy control...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
don't enable previously checked button in a radio group...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
fix clipping box retrieval (patch 1771199)
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
added wxToolTip::SetAutoPop() and SetReshow() (patch...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
fix incorrect wxSYS_VSCROLL_X mapping to the Win32...
tree
|
commitdiff
2007-08-14
Julian Smart
Fix for non-appearance of themed border with wxTE_RICH...
tree
|
commitdiff
2007-08-13
Julian Smart
Use new function GetItemLabel
tree
|
commitdiff
2007-08-11
Julian Smart
Menu label consistency changes
tree
|
commitdiff
2007-08-09
Julian Smart
Gave toolbars some extra height, Without which DoGetBes...
tree
|
commitdiff
2007-08-09
Julian Smart
Toolbars shouldn't have themed borders
tree
|
commitdiff
2007-08-08
Julian Smart
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
tree
|
commitdiff
2007-08-07
Julian Smart
Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
tree
|
commitdiff
2007-08-01
Julian Smart
Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
tree
|
commitdiff
2007-07-29
Vadim Zeitlin
CE compilation fix for X button stuff
tree
|
commitdiff
2007-07-29
Vadim Zeitlin
compilation fix for wxUSE_DBGHELP==0 after latest changes
tree
|
commitdiff
2007-07-29
Vadim Zeitlin
we must use TB_BUTTONSTRUCTSIZE before adding menu...
tree
|
commitdiff
2007-07-29
Vadim Zeitlin
update button style to include BS_MULTILINE when a...
tree
|
commitdiff
2007-07-29
Vadim Zeitlin
no changes, just removed unnecessary #ifdef __WIN32__
tree
|
commitdiff
2007-07-29
Vadim Zeitlin
added support for 2 extra mouse buttons (patch 1757630)
tree
|
commitdiff
2007-07-28
Vadim Zeitlin
added maxDepth parameter to WalkFromException() (patch...
tree
|
commitdiff
2007-07-27
Vadim Zeitlin
made strings used in wxIPC methods const as a temporary...
tree
|
commitdiff
2007-07-27
Vadim Zeitlin
use symbolic name for the shell menu bar too; include...
tree
|
commitdiff
2007-07-27
Vadim Zeitlin
fix menu bar creation under WM5 (SHCMBF_EMPTYBAR must...
tree
|
commitdiff
2007-07-27
Vadim Zeitlin
many compilation fixes for WinCE using VC8 (it now...
tree
|
commitdiff
2007-07-27
Vadim Zeitlin
added wxUSE_INICONF (disabled by default)
tree
|
commitdiff
2007-07-26
Vadim Zeitlin
compilation fix after last commit
tree
|
commitdiff
2007-07-26
Vadim Zeitlin
many wxItemContainer-related changes:
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
correct closing comments in #endifs (patch 1756990)
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
allow overriding automatic alpha detection during icon...
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
added wxUSE_REGKEY option
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOO...
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
added wxUSE_FONTENUM for wxFontEnumerator
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
fixes for building wxMSW with --disbale-all-features
tree
|
commitdiff
2007-07-19
Vadim Zeitlin
added wxUSE_TASKBARICON; corrected condition for genera...
tree
|
commitdiff
2007-07-18
Václav Slavík
compilation fix for minimal build
tree
|
commitdiff
next