projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Applied patch [ 619539 ] patch to get small icon via geticon
[wxWidgets.git]
/
include
/
wx
/
2003-06-01
Julian Smart
Applied patch [ 619539 ] patch to get small icon via...
tree
|
commitdiff
2003-06-01
Vadim Zeitlin
added wxVListBox using wxVScrolledWindow and wxHtmlList...
tree
|
commitdiff
2003-06-01
Václav Slavík
added default ctor and SetSelection to wxHtmlRenderingState
tree
|
commitdiff
2003-06-01
Julian Smart
Applied patch [ 743194 ] HitTest for wxNotebook
tree
|
commitdiff
2003-06-01
Julian Smart
Applied patch [ 743248 ] wxArray::RemoveAt() error...
tree
|
commitdiff
2003-06-01
Julian Smart
Applied [ 745533 ] implemented wxNotebook::DoGetBestSize
tree
|
commitdiff
2003-06-01
Julian Smart
Applied patch [ 746355 ] Adds some checks for chkconf.h
tree
|
commitdiff
2003-06-01
Julian Smart
Applied patch [ 746547 ] fixes 'wrong header file inclu...
tree
|
commitdiff
2003-06-01
Vadim Zeitlin
added consts needed by VC++/BC++
tree
|
commitdiff
2003-06-01
Václav Slavík
react on mouse up, not mouse down
tree
|
commitdiff
2003-05-31
Václav Slavík
preparing wxHtmlWindow for text selection (highlighting...
tree
|
commitdiff
2003-05-31
Vadim Zeitlin
missing WXDLLEXPORT added
tree
|
commitdiff
2003-05-30
Vadim Zeitlin
added wxVScrolledWindow
tree
|
commitdiff
2003-05-30
Vadim Zeitlin
#define WINVER as 0x400 if it is not defined at all
tree
|
commitdiff
2003-05-29
Robin Dunn
Added LoadFile and SaveFile methods
tree
|
commitdiff
2003-05-29
Gilles Depeyrot
fixed error in inlined (standard) version of wxStringDa...
tree
|
commitdiff
2003-05-29
Gilles Depeyrot
improved deallocation fix for Visual C++ Multithreaded...
tree
|
commitdiff
2003-05-28
Gilles Depeyrot
VC++ free must take place in same DLL as allocation...
tree
|
commitdiff
2003-05-27
Vadim Zeitlin
force wxUSE_IOSTREAMH to 0 with VC 7.1
tree
|
commitdiff
2003-05-27
Mattia Barbon
Derive wxScrollBar from wxScrollBarBase, plus miscell...
tree
|
commitdiff
2003-05-27
Mattia Barbon
Removed some duplicated code, made wxCursor( wxImage )
tree
|
commitdiff
2003-05-27
Mattia Barbon
Don't leave the wxStaticBox hanging around after...
tree
|
commitdiff
2003-05-26
Chris Elliott
fix SF bug 742496
tree
|
commitdiff
2003-05-26
Julian Smart
Allow printing objects to be passed a wxWindow, not...
tree
|
commitdiff
2003-05-25
Václav Slavík
fix _() for wxUSE_INTL==0 case
tree
|
commitdiff
2003-05-24
Mattia Barbon
Used wxRegion code from wxX11.
tree
|
commitdiff
2003-05-24
Julian Smart
Removed wxHTMLHelpControllerBase (putting the
tree
|
commitdiff
2003-05-24
Stefan Csomor
removed DoGetSize implementation
tree
|
commitdiff
2003-05-23
Julian Smart
Applied patch [ 736322 ] Remove TWINE support, merge...
tree
|
commitdiff
2003-05-23
Julian Smart
Applied patch [ 738821 ] Allow more features to be...
tree
|
commitdiff
2003-05-22
Mattia Barbon
MinGW compilation fix.
tree
|
commitdiff
2003-05-22
Mattia Barbon
Remove duplicate wxEmptyString declaration.
tree
|
commitdiff
2003-05-21
Julian Smart
Applied patch [ 740012 ] GetKeyState returns 16-Bit...
tree
|
commitdiff
2003-05-21
Julian Smart
Applied patch [ 740071 ] Make tiff errors/warnings...
tree
|
commitdiff
2003-05-21
Julian Smart
Applied patch [ 689188 ] adds wxToolBar::GetToolPos
tree
|
commitdiff
2003-05-19
Stefan Csomor
DoGetSize overrides
tree
|
commitdiff
2003-05-19
Stefan Csomor
switch to pImpl pattern for mac printing
tree
|
commitdiff
2003-05-19
Stefan Csomor
switch to pImpl pattern for mac printing
tree
|
commitdiff
2003-05-19
Julian Smart
Corrected some wxAccessible mistakes
tree
|
commitdiff
2003-05-18
Roger Gammans
* Apply patch #735595. Add miminumAcceptable{Height...
tree
|
commitdiff
2003-05-18
Stefan Csomor
not needed anywhere
tree
|
commitdiff
2003-05-18
Stefan Csomor
UMAPr.. calls for classic only
tree
|
commitdiff
2003-05-17
Mattia Barbon
Remove dead code. Factor out duplicated code.
tree
|
commitdiff
2003-05-16
Stefan Csomor
ValidateOrCreate added for wxMac
tree
|
commitdiff
2003-05-13
Mattia Barbon
Derive wxStaticText from wxStaticTextBase, remove...
tree
|
commitdiff
2003-05-12
Václav Slavík
applied HTML pagebreaks patch
tree
|
commitdiff
2003-05-12
Mattia Barbon
Factored out some common code.
tree
|
commitdiff
2003-05-12
Mattia Barbon
Implemented copy-on-demand for wxClipboard.
tree
|
commitdiff
2003-05-12
Mattia Barbon
Removed redundant wx<Control>NameStr declarations.
tree
|
commitdiff
2003-05-11
Vadim Zeitlin
fixed bug in WinStruct<> ctor
tree
|
commitdiff
2003-05-11
Vadim Zeitlin
added WinStruct<>
tree
|
commitdiff
2003-05-11
Vadim Zeitlin
moved missing constants definitions to their right...
tree
|
commitdiff
2003-05-11
Vadim Zeitlin
init m_isOpened in ctor (bug 736208)
tree
|
commitdiff
2003-05-11
Chris Elliott
digital mars fix
tree
|
commitdiff
2003-05-11
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
tree
|
commitdiff
2003-05-11
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
tree
|
commitdiff
2003-05-11
Vadim Zeitlin
added missing typename
tree
|
commitdiff
2003-05-11
Vadim Zeitlin
wxImage::Create() should be bool, not void
tree
|
commitdiff
2003-05-10
Vadim Zeitlin
added LVSICF_NOSCROLL
tree
|
commitdiff
2003-05-10
Vadim Zeitlin
compilation fix for BCC (and probably others)
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
fixed iterator over wxImage with alpha channel
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
Insert() patch from John Labenski
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
use wxDEPRECATED around GetNoHistoryFiles()
tree
|
commitdiff
2003-05-09
Jouk Jansen
Committing in .
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
wxDocManager::GetNoHistoryFiles() renamed to GetHistory...
tree
|
commitdiff
2003-05-07
Robin Dunn
fixed compile errors
tree
|
commitdiff
2003-05-07
Robin Dunn
Also merge the m_overflow attribute
tree
|
commitdiff
2003-05-07
Mattia Barbon
Implemented wxBitmapDataObject.
tree
|
commitdiff
2003-05-07
Chris Elliott
remove if defs for DigitalMars as suggested by Vadim
tree
|
commitdiff
2003-05-07
Robin Dunn
Added inline setters for wxTreeEvent so we don't need...
tree
|
commitdiff
2003-05-06
Julian Smart
Revamped border handling.
tree
|
commitdiff
2003-05-06
Chris Elliott
possible fix for templates with digitalmars
tree
|
commitdiff
2003-05-04
Mattia Barbon
Changed the way ApplicationShells are used: now wxMotif
tree
|
commitdiff
2003-05-03
Robin Dunn
Reversed the meaning of black and white in wxRegion...
tree
|
commitdiff
2003-05-03
Julian Smart
Applied patch [ 730686 ] wxImage::Scale speed improvements
tree
|
commitdiff
2003-05-02
Julian Smart
Added m_isOpened variable to simulate opening/closing
tree
|
commitdiff
2003-05-02
Chris Elliott
typo fix
tree
|
commitdiff
2003-05-02
Chris Elliott
implement wxHAVE_RAW_BITMAP
tree
|
commitdiff
2003-05-02
Chris Elliott
fix bug to make Borland compile
tree
|
commitdiff
2003-05-02
Chris Elliott
digital mars updated
tree
|
commitdiff
2003-05-02
Chris Elliott
Macro swicth from SC to SYMANTEC
tree
|
commitdiff
2003-05-02
Chris Elliott
info about digitalmars in header
tree
|
commitdiff
2003-05-02
Chris Elliott
Macro swicth from SC to SYMANTEC
tree
|
commitdiff
2003-05-02
Chris Elliott
fix for digitalmars header
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
show the taskbar icon even after Explorer restart ...
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
stddef.h required for IRIX compilation (patch 721388)
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
fixes for working with mono bitmaps (patch 728768)
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
missing #if's needed for compilation with some wxUSE_XX...
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
fix the wrong size of the first page when it's added...
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
allow raw access to a part of the image only (faster...
tree
|
commitdiff
2003-05-01
Julian Smart
Implemented delayed closing of an existing document
tree
|
commitdiff
2003-05-01
Julian Smart
Implemented delayed selection (e.g. after adding the...
tree
|
commitdiff
2003-04-30
Stefan Csomor
removing unused flags
tree
|
commitdiff
2003-04-30
Robin Dunn
Shaped window support for wxMac, plus a wxSTAY_ON_TOP...
tree
|
commitdiff
2003-04-29
Vadim Zeitlin
compilation fix for !USE_PCH
tree
|
commitdiff
2003-04-29
Mattia Barbon
MinGW compilation fix.
tree
|
commitdiff
2003-04-29
Chris Elliott
fix filefn conditional error
tree
|
commitdiff
2003-04-28
Chris Elliott
SF patch [ 708702 ] Wide character filename support...
tree
|
commitdiff
2003-04-28
Chris Elliott
SF patch [ 708702 ] Wide character filename support...
tree
|
commitdiff
2003-04-28
Vadim Zeitlin
another blind fix for wxX11 compilation
tree
|
commitdiff
next