projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make wxRichTextCtrl again buildable on WinCE.
[wxWidgets.git]
/
include
/
wx
/
msw
/
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
2006-09-20
Robert Roebling
Made MSW wxSpinCtrl emit UPDATE event when validating
tree
|
commitdiff
2006-09-19
Julian Smart
Better compatibility between wxRichTextCtrl and wxTextC...
tree
|
commitdiff
2006-09-18
Kevin Ollivier
Remove duplication in wxImageList defines and always...
tree
|
commitdiff
2006-09-13
Vadim Zeitlin
added wxWindow::IsFrozen() (only existed in wxMSW and...
tree
|
commitdiff
2006-09-10
Vadim Zeitlin
allow wxRB_GROUP to be changed after creation (patch...
tree
|
commitdiff
2006-09-10
Vadim Zeitlin
removed overloaded virtual InitWith() methods, keep...
tree
|
commitdiff
2006-09-09
Paul Cornett
some app.h cleanup: minimize includes, use static cast
tree
|
commitdiff
2006-09-09
Robert Roebling
The patch was missing a header.
tree
|
commitdiff
2006-09-09
Vadim Zeitlin
undid last 2 commits, there are many more cases like...
tree
|
commitdiff
2006-09-09
Vadim Zeitlin
more warning fixes about empty if statement in helper...
tree
|
commitdiff
2006-09-09
Vadim Zeitlin
fix warning about empty if statement in HDCClipper...
tree
|
commitdiff
2006-09-08
Vadim Zeitlin
define WS_EX_LAYOUTRTL for older compilers/SDK
tree
|
commitdiff
2006-09-07
Włodzimierz Skiba
Include wx/msw/wrap*.h according to pch support (with...
tree
|
commitdiff
2006-09-06
Robin Dunn
Fixed compile error
tree
|
commitdiff
2006-09-06
Paul Cornett
Always use wxFULL_REPAINT_ON_RESIZE for generic status...
tree
|
commitdiff
2006-09-06
Robert Roebling
Commit Carsten Fuchs' patch for separating wxGLCanvas
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-09-04
Michael Wetherell
Hacks for wine.
tree
|
commitdiff
2006-09-04
Vadim Zeitlin
merge of RTL changes (with many modifications) from...
tree
|
commitdiff
2006-09-03
Robert Roebling
Commit wxComboCtrl clipping patch from J. Salli
tree
|
commitdiff
2006-08-26
Vadim Zeitlin
don't crash when EnsureVisible() is called for the...
tree
|
commitdiff
2006-08-23
Vadim Zeitlin
allow passing URL to wxURLDataObject ctor
tree
|
commitdiff
2006-08-23
Václav Slavík
removed wxUSE_TOOLBAR_SIMPLE leftovers from the main...
tree
|
commitdiff
2006-08-19
Vadim Zeitlin
moved all wxDialog event handlers to wxDialogBase to...
tree
|
commitdiff
2006-08-19
Vadim Zeitlin
centralized Esc key handling for closing the dialogs...
tree
|
commitdiff
2006-08-16
Michael Wetherell
Declarations missing from VC++ 5
tree
|
commitdiff
2006-08-13
Vadim Zeitlin
wxPlatformInfo (patch 1532064)
tree
|
commitdiff
2006-08-13
Vadim Zeitlin
better key handling for MSW and GTK (patch 1526666)
tree
|
commitdiff
2006-08-10
Vadim Zeitlin
move the logic for changing notebook pages using the...
tree
|
commitdiff
2006-08-10
Václav Slavík
moved duplicated wxRegionContain definitions to wx...
tree
|
commitdiff
2006-08-10
Vadim Zeitlin
added NormalizeValue() which can be used to ensure...
tree
|
commitdiff
2006-07-31
Vadim Zeitlin
TLW default item changes have changed Enter key process...
tree
|
commitdiff
2006-07-29
Vadim Zeitlin
wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)
tree
|
commitdiff
2006-07-29
Vadim Zeitlin
moved combobox styles from defs.to to combobox.h; added...
tree
|
commitdiff
2006-07-28
Vadim Zeitlin
allow changing the page from keyboard in property sheet...
tree
|
commitdiff
2006-07-26
Vadim Zeitlin
define _TM_DEFINED if we define struct tm here
tree
|
commitdiff
2006-07-24
Vadim Zeitlin
minor refactoring of OnEraseBackground()
tree
|
commitdiff
2006-07-24
Włodzimierz Skiba
Warning fix, minor source cleaning and better !PCH...
tree
|
commitdiff
2006-07-17
Robin Dunn
Translucency --> Transparent
tree
|
commitdiff
2006-07-16
Robin Dunn
Added wxTopLevelWindow::SetTranslucency and CanSetTrans...
tree
|
commitdiff
2006-07-12
Vadim Zeitlin
call SetHorizontalExtent() from SetString(); also simpl...
tree
|
commitdiff
2006-07-06
Włodzimierz Skiba
Temporarily disable colour picker to keep build working...
tree
|
commitdiff
2006-06-30
Vadim Zeitlin
we don't need to override MSWTranslateMessage(), it...
tree
|
commitdiff
2006-06-30
Vadim Zeitlin
moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it...
tree
|
commitdiff
2006-06-27
Vadim Zeitlin
added wxUSE_PRINTF_POS_PARAMS which can be used to...
tree
|
commitdiff
2006-06-26
Vadim Zeitlin
force showing 0 in the spin control instead of leaving...
tree
|
commitdiff
2006-06-22
Vadim Zeitlin
reorganized VK to WXK translation code to use a table...
tree
|
commitdiff
2006-06-18
Julian Smart
Give app a default wxWidgets icon other than random...
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
tree
|
commitdiff
2006-06-14
Vadim Zeitlin
show native-looking (with 3D shadow) help tooltips...
tree
|
commitdiff
2006-06-14
Julian Smart
Fix for wrong combobox/height being reported if set...
tree
|
commitdiff
2006-06-14
Vadim Zeitlin
made wxTree/ListCtrl::HitTest() const
tree
|
commitdiff
2006-06-11
Vadim Zeitlin
update the real window flags when extended flags change...
tree
|
commitdiff
2006-06-11
Vadim Zeitlin
make it possible to associate context help text with...
tree
|
commitdiff
2006-06-06
Julian Smart
Further wxAUI commits
tree
|
commitdiff
2006-06-03
Vadim Zeitlin
take const wxWindow * in wxUxThemeHandle ctor
tree
|
commitdiff
2006-05-31
Vadim Zeitlin
added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
tree
|
commitdiff
2006-05-30
Włodzimierz Skiba
Missing items for default DMC distribution.
tree
|
commitdiff
2006-05-29
Włodzimierz Skiba
Source markup fixes.
tree
|
commitdiff
2006-05-29
Vadim Zeitlin
added missing include after last commit
tree
|
commitdiff
2006-05-29
Paul Cornett
build fix
tree
|
commitdiff
2006-05-29
Vadim Zeitlin
miscellaneous wxFont enhancements (patch 1496606):
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
File/dir dialog styles and other changes (patch 1488371):
tree
|
commitdiff
next