projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Copy all needed files for the debian source dist
[wxWidgets.git]
/
include
/
2004-03-03
Stefan Csomor
API adaptions to MSW EnhMetafile
tree
|
commitdiff
2004-03-03
David Webster
Innotek gcc for os2 specific updates
tree
|
commitdiff
2004-03-03
David Elliott
Construct wxCocoaNSWindow with a pointer to this
tree
|
commitdiff
2004-03-03
David Elliott
s/wxTopLevelWindow/wxTopLevelWindowCocoa/
tree
|
commitdiff
2004-03-03
David Elliott
Constructor now takes a wxTopLevelWindow * = NULL so...
tree
|
commitdiff
2004-03-02
Vadim Zeitlin
wxWindow::Freeze()/Thaw() can now be nested
tree
|
commitdiff
2004-03-02
David Elliott
Implement wxMenuItemAction and validateMenuItem delegat...
tree
|
commitdiff
2004-03-02
Chris Elliott
part of SF patch #904166 (DMC fix)
tree
|
commitdiff
2004-03-02
Chris Elliott
part of SF patch #904166 (DMC fix)
tree
|
commitdiff
2004-03-02
David Webster
Unused variable removed from inline
tree
|
commitdiff
2004-03-01
Robert Roebling
Applied patch for generic file dialog Show()
tree
|
commitdiff
2004-02-29
Vadim Zeitlin
renamed start parameter of wxDC::DrawPolyPolygon()...
tree
|
commitdiff
2004-02-29
Vadim Zeitlin
use HasFlag() and InXXX() instead of explicit flag...
tree
|
commitdiff
2004-02-29
Mattia Barbon
Added wxRTTI information to wxNumberEntryDialog.
tree
|
commitdiff
2004-02-28
Václav Slavík
fixed wxDebugContext to work with global and static...
tree
|
commitdiff
2004-02-28
Stefan Neis
Compilation fix for OS/2 specific "Innotek gcc" port.
tree
|
commitdiff
2004-02-28
Robert Roebling
GPE uses generic dialogs.
tree
|
commitdiff
2004-02-27
David Elliott
Make wxMenuItemAction: and validateMenuItem: delegate...
tree
|
commitdiff
2004-02-25
David Webster
Updated depricated stuff
tree
|
commitdiff
2004-02-25
Stefan Neis
Fixed various types like e.g. WXHWND for OS/2 that...
tree
|
commitdiff
2004-02-25
Julian Smart
Applied patch [ 903619 ] Win64 and Itanium support
tree
|
commitdiff
2004-02-23
Václav Slavík
create wxPrintData instance on demand
tree
|
commitdiff
2004-02-21
Stefan Neis
Removed zipped-up version of OS/2-specific configure...
tree
|
commitdiff
2004-02-21
Robin Dunn
Restored old wxBufferedDC functionality until it can...
tree
|
commitdiff
2004-02-21
Stefan Csomor
mwerks addition
tree
|
commitdiff
2004-02-21
Stefan Csomor
implementation for mac added
tree
|
commitdiff
2004-02-20
David Elliott
Implement wxMenuItemAction: and validateMenuItem: deleg...
tree
|
commitdiff
2004-02-19
Robin Dunn
Since this class is fully inline don't specify an impor...
tree
|
commitdiff
2004-02-19
Václav Slavík
applied patch 890642: wxRE_ADVANCED flag and docs
tree
|
commitdiff
2004-02-19
Julian Smart
GetSubcontrols now const
tree
|
commitdiff
2004-02-19
David Elliott
Use one wxNSWindowDelegate instance per wxCocoaNSWindow...
tree
|
commitdiff
2004-02-19
Ron Lee
Removed the SaveBG hack. The real incompatibility...
tree
|
commitdiff
2004-02-18
Julian Smart
VC++ correction
tree
|
commitdiff
2004-02-17
Julian Smart
Fixed source for WinCE compatibility
tree
|
commitdiff
2004-02-16
Dimitri Schoolwerth
Fixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
tree
|
commitdiff
2004-02-16
Dimitri Schoolwerth
Added config checks for wxUSE_IMAGE = 0.
tree
|
commitdiff
2004-02-16
Robert Roebling
Added better visual feedback for tree control
tree
|
commitdiff
2004-02-16
Dimitri Schoolwerth
Removed c++ style comments.
tree
|
commitdiff
2004-02-16
Vadim Zeitlin
fixed IsOk() for root directory paths
tree
|
commitdiff
2004-02-15
Stefan Neis
Added accelerator handling for buttons and infrastructu...
tree
|
commitdiff
2004-02-15
Stefan Neis
Fixed separator handling for menus.
tree
|
commitdiff
2004-02-15
Vadim Zeitlin
added wrapper header for CppUnit headers
tree
|
commitdiff
2004-02-15
Vadim Zeitlin
include stdlib.h to get malloc/free decl
tree
|
commitdiff
2004-02-15
Robert Roebling
InitAsNeeded no longer inline in the header.
tree
|
commitdiff
2004-02-12
Julian Smart
DMC doesn't have #warning
tree
|
commitdiff
2004-02-12
Robin Dunn
Fixed to use wxNcPaintEvent types where needed
tree
|
commitdiff
2004-02-12
Vadim Zeitlin
don't override GetSize(), this doesn't work (bug 732758)
tree
|
commitdiff
2004-02-12
Vadim Zeitlin
hopefully fixed strings.h mess completely now by not...
tree
|
commitdiff
2004-02-12
Vadim Zeitlin
define DWORD_PTR &c for Win32 compilation whatever...
tree
|
commitdiff
2004-02-12
Robin Dunn
Added wxDC::GetPartialTextExtents
tree
|
commitdiff
2004-02-11
Robin Dunn
Added wxDC:GetPartialTextExtents
tree
|
commitdiff
2004-02-11
Robin Dunn
Use extraFontFlag to specify if anti-aliased fonts...
tree
|
commitdiff
2004-02-11
Vadim Zeitlin
another part of adding error checking to event table...
tree
|
commitdiff
2004-02-11
Stefan Csomor
common code
tree
|
commitdiff
2004-02-11
Chris Elliott
try to fix D Mars compilation for Unicode
tree
|
commitdiff
2004-02-11
Robin Dunn
Added missing wxNcPaintEventFunction and used it in...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
reversed last accidental commit
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
use static_cast<> in event table macros for type safety...
tree
|
commitdiff
2004-02-10
Robin Dunn
Fixed a compliation error, event args should not be...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
allow generating PS on an output stream and not only...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
reverted wxStaticCast change which obviously can't...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
use static_cast<> in event table macros for type safety...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
added wxStaticCast, moved wxConstCast from wx/object...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
compilation fix for wxUSE_LOG == 0 (part of patch 843206)
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
implemented SelectItem(item, bool); UnselectItem()...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
added wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
tree
|
commitdiff
2004-02-10
Chris Elliott
fix for non-unicode DMC builds
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
fixed the value returned by GetSize()
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
Win64 compilation fixes
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
Win64 compilation fixes: define SIZEOF_SIZE_T, added...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
added base array of size_t as under Win64 size_t >...
tree
|
commitdiff
2004-02-10
Vadim Zeitlin
added wxGet/SetWindowProc/UserData()
tree
|
commitdiff
2004-02-09
Vadim Zeitlin
no changes, simply added a comment
tree
|
commitdiff
2004-02-09
Robin Dunn
wxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_T...
tree
|
commitdiff
2004-02-09
Julian Smart
Fix needed for free MS SDK
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
added WC_NO_BEST_FIT_CHARS
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
resolving conflicts in files I had forgot to commit...
tree
|
commitdiff
2004-02-08
Julian Smart
Added missing MSWGetStyle prototype
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
wxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG...
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
ugly attempt to fix compilation for BCB 6 (bug 819700)
tree
|
commitdiff
2004-02-08
Julian Smart
Fixed bug [ 865999 ] wxRETAINED windows appear blank...
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
added GetHbrush() and GetHbrushOf()
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
fixed operator=(), ==() and !=() for wxPen
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
added GetHpen() and GetHpenOf()
tree
|
commitdiff
2004-02-08
Julian Smart
Applied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
tree
|
commitdiff
2004-02-08
Mattia Barbon
Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE...
tree
|
commitdiff
2004-02-08
David Elliott
Add wxCocoa-specific trace masks
tree
|
commitdiff
2004-02-08
Stefan Csomor
font-encodings additions
tree
|
commitdiff
2004-02-08
Stefan Csomor
unicode targets cleanup for cw and xcode
tree
|
commitdiff
2004-02-08
Stefan Csomor
getting rid of old pragma for CW Pro 9
tree
|
commitdiff
2004-02-08
Vadim Zeitlin
background colour of a combobox may now be set (bug...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
added WM_UPDATEUISTATE and related stuff
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
trying to fix breakage in wxBufferedPaintDC after the...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
use new style creation (MSWCreateControl() and MSWGetSt...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
added wxDC::DrawPolyPolygon() (patch 882189)
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
multiple fixes to wxChoice/wxCombobox height getting...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
made it possible to preserve background when using...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
made wxFFile a bit more safe: don't crash when Tell...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
wxURL implementation using WinInet functions under...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
Digital Mars compilation warnings and Unicode fixes...
tree
|
commitdiff
next