projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fixed typo in comment
[wxWidgets.git]
/
include
/
wx
/
msw
/
2007-06-26
Vadim Zeitlin
remove .cvsignore files, they're useless with svn
tree
|
commitdiff
2007-06-25
Václav Slavík
don't use C++ comments in C files
tree
|
commitdiff
2007-06-25
Václav Slavík
removed executable bit on files that aren't executables
tree
|
commitdiff
2007-06-22
Václav Slavík
made wxUSE_UNICODE=1 the default
tree
|
commitdiff
2007-06-20
Václav Slavík
more changes to make wx compile without implicit wxStri...
tree
|
commitdiff
2007-06-20
Václav Slavík
use wxString in wxRegKey methods; make it compile witho...
tree
|
commitdiff
2007-06-04
Václav Slavík
added comment explaining the condition for compiling...
tree
|
commitdiff
2007-06-03
Vadim Zeitlin
add ctor overloads for all kinds of strings to fix...
tree
|
commitdiff
2007-05-30
Václav Slavík
use wxString, not wxChar*, in wxDataFormat ctor and...
tree
|
commitdiff
2007-05-25
Vadim Zeitlin
added wxMSW-specific wxEntryStart() overload taking...
tree
|
commitdiff
2007-05-24
Vadim Zeitlin
1. Derive wxMessageDialogBase from wxDialog (why did...
tree
|
commitdiff
2007-05-22
Vadim Zeitlin
don't define wxEventLoop class differently in GUI and...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
added virtual wxFrame::FindItemInMenuBar(): overriding...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
override DoGetTextExtent instead of redefining GetTextE...
tree
|
commitdiff
2007-05-14
Vadim Zeitlin
implement event loop for console applications (heavily...
tree
|
commitdiff
2007-05-10
Vadim Zeitlin
added wxListCtrl::SetItemPtrData()
tree
|
commitdiff
2007-05-05
Paul Cornett
add wxUSE_DRAGIMAGE wrapper
tree
|
commitdiff
2007-05-05
Paul Cornett
build fix for wxUSE_DRAGIMAGE==0
tree
|
commitdiff
2007-05-05
Robert Roebling
Apply [ 1713345 ] combobox: cmd accelerators shouldn...
tree
|
commitdiff
2007-05-02
Robert Roebling
Moved all the coordinate system calculation to wxDCBase
tree
|
commitdiff
2007-05-01
Robert Roebling
Made device to logical and vv conversion methods
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
tree
|
commitdiff
2007-04-17
Paul Cornett
add wxUSE_STC wrappers
tree
|
commitdiff
2007-04-14
Václav Slavík
removed extra semicolons (patch #1700459; fixes compila...
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
compilation fix for wxUniv after last commit
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-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
tree
|
commitdiff
2007-03-19
Václav Slavík
split wxchar.h into several smaller headers
tree
|
commitdiff
2007-03-19
Václav Slavík
fixed wxDataViewCtrl compilation with DigitalMars
tree
|
commitdiff
2007-03-18
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-16
Vadim Zeitlin
multiple fixes to wxJoystick under Unix and new index...
tree
|
commitdiff
2007-03-15
Vadim Zeitlin
extracted code including gdiplus.h in a separate header
tree
|
commitdiff
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
next