projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
make independent from carbon
[wxWidgets.git]
/
include
/
wx
/
msw
/
2007-03-14
Vadim Zeitlin
removed wxUSE_DIB_FOR_BITMAP which doesn't seem to...
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
argh, added missing comma in last commit
tree
|
commitdiff
2007-03-11
Vadim Zeitlin
added wxWinVersion_Vista to wxWinVersion enum
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-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
tree
|
commitdiff
2007-02-19
Václav Slavík
added WXWIN_COMPATIBILITY_2_8
tree
|
commitdiff
2007-02-14
Vadim Zeitlin
use AllocExclusive() instead of duplicating its code...
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-11
Vadim Zeitlin
define DisableAutomaticSETranslator() correctly when...
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
return the restored window size from GetSize() when...
tree
|
commitdiff
2007-02-06
Robin Dunn
Added SetToolNormalBitmap and SetToolDisabledBitmap
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-11
Vadim Zeitlin
no changes, just refactor the code sending spin update...
tree
|
commitdiff
2007-01-09
Julian Smart
IsRich should be defined even if wxUSE_RICHTEXT isn't
tree
|
commitdiff
2007-01-07
Vadim Zeitlin
fix wxMDIChidFrame::GetPosition() (patch 1626610)
tree
|
commitdiff
2007-01-01
Paul Cornett
remove inline from declaration of functions which are...
tree
|
commitdiff
2006-12-23
Vadim Zeitlin
added AutoHFONT; allow initialize SelectInHDC later...
tree
|
commitdiff
2006-12-20
Vadim Zeitlin
changing ES_LEFT/CENTER/RIGHT styles only works for...
tree
|
commitdiff
2006-12-11
Robin Dunn
Modified form of Patch #1611222, adds wxSearchCtrl...
tree
|
commitdiff
2006-12-09
Paul Cornett
correct access for virtuals
tree
|
commitdiff
2006-12-09
Vadim Zeitlin
default name of wxStaticLine should be wxStaticLineName...
tree
|
commitdiff
2006-11-18
Vadim Zeitlin
rename bICON (see rev 1.47) to wxICON_AAA to make it...
tree
|
commitdiff
2006-11-12
Julian Smart
Wine fixes
tree
|
commitdiff
2006-11-12
Robert Roebling
Applied wxStackWalker improvement part of
tree
|
commitdiff
2006-11-12
Robert Roebling
[ 1590221 ] wxStandardPaths::GetExecutablePath
tree
|
commitdiff
2006-11-09
Vadim Zeitlin
regenerated after the last change of setup_inc.h (chang...
tree
|
commitdiff
2006-11-08
Michael Wetherell
Move the #if disabling wxUSE_STD_STRING for watcom...
tree
|
commitdiff
2006-11-07
Julian Smart
Include winundefs.h
tree
|
commitdiff
2006-11-06
Vadim Zeitlin
move WX_GL_XXX constants from wx/*/glcanvas.h to wx...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
use built in VC8 time functions instead of our (almost...
tree
|
commitdiff
2006-11-01
Stefan Neis
Generalized compilation fix for old compilers.
tree
|
commitdiff
2006-10-31
Vadim Zeitlin
always define our HKPD/CC/DD constants, without using...
tree
|
commitdiff
2006-10-31
Vadim Zeitlin
fix wxBitmap mask copying
tree
|
commitdiff
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
renamed IsRefTo() to IsSameAs() (do complain if this...
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
Various wxCollapsiblePane enhancements (re-patch 1577412):
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
Added wxMemoryDC::SelectObjectAsSource() and make Selec...
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
COW cleanup patch (1583966):
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
need to include wx/msw/private.h to get GetHwnd() which...
tree
|
commitdiff
2006-10-30
Stefan Neis
Compilation fix for old GCC versions.
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
Borland needs dummy return in wxSEH_HANDLE as well
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
set wxUSE_STD_STRING to 1 by default
tree
|
commitdiff
2006-10-29
Julian Smart
Digital Mars needs CCS_RIGHT
tree
|
commitdiff
2006-10-29
Paul Cornett
fix for Borland 5.5
tree
|
commitdiff
2006-10-29
Michael Wetherell
Make wxBackingFile internal, and remove wxZipFSHander...
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
added TGA handler (somewhat modified patch 1393912)
tree
|
commitdiff
2006-10-29
Stefan Csomor
GetAsBitmap with subrect
tree
|
commitdiff
2006-10-27
Robert Roebling
Indicate that EnableCloseButton is virtual.
tree
|
commitdiff
2006-10-27
Julian Smart
Robert Lang's patch [ 1583183 ] Fixes printing/print...
tree
|
commitdiff
2006-10-27
Michael Wetherell
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
tree
|
commitdiff
2006-10-26
Robert Roebling
Make animation of combo-popdown optional.
tree
|
commitdiff
2006-10-26
Vadim Zeitlin
no need to include wx/msw/mslu.h from here any more...
tree
|
commitdiff
2006-10-26
Vadim Zeitlin
move wxMSLU_xxx redefinitions of xxx() Windows function...
tree
|
commitdiff
2006-10-25
Robert Roebling
[ 1584680 ] wxComboCtrl Popup Animation
tree
|
commitdiff
2006-10-25
Julian Smart
wxRichTextCtrl not ready for WinCE yet, stop people...
tree
|
commitdiff
2006-10-25
Vadim Zeitlin
declare wxMSLU_xxx functions in the headers which defin...
tree
|
commitdiff
2006-10-24
Vadim Zeitlin
use manifest id of 2 if ISOLATION_AWARE_ENABLED is...
tree
|
commitdiff
2006-10-24
Vadim Zeitlin
define WXDEBUG_NEW to use special VC++-specific new...
tree
|
commitdiff
2006-10-23
Michael Wetherell
Added wxBackingFile and wxBackedInputStream.
tree
|
commitdiff
2006-10-23
Michael Wetherell
Added wxBackingFile and wxBackedInputStream.
tree
|
commitdiff
2006-10-21
Vadim Zeitlin
filter out duplicate date changed events sent by the...
tree
|
commitdiff
2006-10-17
Włodzimierz Skiba
Headers cleaning.
tree
|
commitdiff
2006-10-13
Robin Dunn
wxMemoryDC constructor now optionally accepts a wxBitma...
tree
|
commitdiff
2006-10-10
Vadim Zeitlin
added wxDC::Set/GetLayoutDirection() and implemented...
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
added wxAnimationCtrl (patch 1570325)
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
added wxWindow::IsDoubleBuffered() and improve wxBuffer...
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
change UpdateSelection() parameter type to int from...
tree
|
commitdiff
2006-10-09
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
restored sending events from Replace/Remove/Write/Appen...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
moved DoSetValue() to wxTextCtrlBase instead of having...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxTextCtrl::IsEmpty()
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxTextCtrl::ChangeValue() which is the same as...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxBookCtrl::ChangeSelection() which is the same...
tree
|
commitdiff
2006-10-08
Paul Cornett
revert last change, plus small cleanup
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
(probably wrong) fix for wxMSW linking errors introduce...
tree
|
commitdiff
2006-10-08
Paul Cornett
Move some things to wxBitmapBase to avoid much duplication.
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxUSE_ABOUTDLG
tree
|
commitdiff
2006-10-05
Robin Dunn
Make the message about wxUSE_GRAPHICS_CONTEXT a bit...
tree
|
commitdiff
2006-10-04
Robin Dunn
Bakefile changes for building the graphics context...
tree
|
commitdiff
2006-10-02
Vadim Zeitlin
added wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
tree
|
commitdiff
2006-10-02
Paul Cornett
non-pch build fix
tree
|
commitdiff
2006-10-02
Paul Cornett
listctrl header cleanup
tree
|
commitdiff
2006-09-30
Stefan Csomor
enabling alpha on msw colour
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
add compilation options to allow compiling in just...
tree
|
commitdiff
2006-09-26
Vadim Zeitlin
allow specifying the size of wxDCTemp and do specify...
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
The Great wxRegion Refactoring:
tree
|
commitdiff
2006-09-24
Vadim Zeitlin
Added wxUSE_VARIANT and the related checks, also added...
tree
|
commitdiff
2006-09-24
Julian Smart
Added DoLoadFile, DoSaveFile to wxTextCtrlBase
tree
|
commitdiff
2006-09-23
Robert Roebling
[ 1557935 ] wxPalette::GetColoursCount implementation
tree
|
commitdiff
2006-09-23
Robert Roebling
[ 1559479 ] wxImageComboBox
tree
|
commitdiff
next