projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
better leak error reporting using VC CRT (patch 828250)
[wxWidgets.git]
/
include
/
wx
/
mgl
/
2003-12-11
Julian Smart
Applied patch [ 828303 ] Slight wxColour cleanup
tree
|
commitdiff
2003-10-18
Vadim Zeitlin
replaced all occurences of wxColourDatabase::FindColour...
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
merged wxDisplayModeInfo and wxVideoMode in a single...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
pointer returned by GetNativeFontInfo() is now const...
tree
|
commitdiff
2003-09-18
Václav Slavík
wxMGL compilation fixes
tree
|
commitdiff
2003-09-18
Václav Slavík
wxMGL compilation fixes
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
tree
|
commitdiff
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
tree
|
commitdiff
2003-08-09
Václav Slavík
added support for gcc precompiled headers
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
gave default parameters for wxBrush() ctor from wxColou...
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
gave default parameters for wxPen() ctor from wxColour...
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
load any files, not only XPMs, in wxIcon(wxIconLocation)
tree
|
commitdiff
2003-07-14
Julian Smart
Rationalised OnIdle
tree
|
commitdiff
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
removed old wxEntry declarations
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
more work on fixing wxEntry() and ANSI/Unicode cmd...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
extracted common initialization/cleanup functions in...
tree
|
commitdiff
2003-06-21
Vadim Zeitlin
added wxIconLocation; minor fixes to wxIcon on some...
tree
|
commitdiff
2003-05-03
Robin Dunn
Reversed the meaning of black and white in wxRegion...
tree
|
commitdiff
2003-03-28
Robin Dunn
Added wxTLW::SetShape and implementations for wxGTK...
tree
|
commitdiff
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
tree
|
commitdiff
2002-08-31
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
tree
|
commitdiff
2002-08-10
Václav Slavík
fixed Julian-introduced typo
tree
|
commitdiff
2002-08-01
Julian Smart
Applied patch [ 588734 ] Makes ProcessIdle() virtual
tree
|
commitdiff
2002-04-17
Julian Smart
Added wxDF_HTML
tree
|
commitdiff
2002-03-24
Václav Slavík
move wxApp::GetStdIcon to wxArtProvider
tree
|
commitdiff
2002-02-17
Václav Slavík
move wxMGL's wxTimer to src/generic
tree
|
commitdiff
2002-02-14
Václav Slavík
copyright update
tree
|
commitdiff
2002-02-14
Václav Slavík
added wxUpdateUIEvent handling to wxMGL
tree
|
commitdiff
2002-02-09
Václav Slavík
use AllocExclusive for reference counting
tree
|
commitdiff
2002-01-26
Václav Slavík
hide mouse when using wxScreenDC in wxMGL
tree
|
commitdiff
2002-01-19
Vadim Zeitlin
Capture/ReleaseMouse() prefixed with Do for the other...
tree
|
commitdiff
2002-01-17
Václav Slavík
wxFont::IsFixedWidth for wxMGL
tree
|
commitdiff
2002-01-08
Václav Slavík
wxRTTI for wxPopupWindow in wxMGL
tree
|
commitdiff
2001-12-31
Václav Slavík
wxSystemSettings mods in wxMGL
tree
|
commitdiff
2001-12-14
Václav Slavík
move pmapi.h to mgl/private.h
tree
|
commitdiff
2001-12-07
Václav Slavík
compilation fix for Watcom
tree
|
commitdiff
2001-12-03
George Tasker
Removed semicolons from end of DECLARE_DYNAMIC_CLASS...
tree
|
commitdiff
2001-11-24
Václav Slavík
better behaviour of wxMGL's wxTimer w.r.t. memory alloc...
tree
|
commitdiff
2001-11-21
Václav Slavík
removed GDI lists from wxMGL
tree
|
commitdiff
2001-11-11
Václav Slavík
wxTimer for wxMGL
tree
|
commitdiff
2001-11-10
Václav Slavík
minor fixs
tree
|
commitdiff
2001-11-04
Václav Slavík
implemented display mode setting
tree
|
commitdiff
2001-10-30
Václav Slavík
cleanup in wxMGL code
tree
|
commitdiff
2001-10-30
Václav Slavík
changed wxSystemSettings::HasFrameDecorations to more...
tree
|
commitdiff
2001-10-28
Václav Slavík
minor wxMGL fixes -- controls sample is now OK
tree
|
commitdiff
2001-10-20
Václav Slavík
added wxApp::Yield
tree
|
commitdiff
2001-10-12
Robin Dunn
Added style parameter to wxPopupWindow ctors so they...
tree
|
commitdiff
2001-10-07
Václav Slavík
give focus to show top level windows
tree
|
commitdiff
2001-10-06
Václav Slavík
more wxMGL fixes
tree
|
commitdiff
2001-10-06
Václav Slavík
fatal bug in wxMGL that caused hard to track crashes
tree
|
commitdiff
2001-10-01
Václav Slavík
wxMGL update
tree
|
commitdiff
2001-10-01
Václav Slavík
wxPopupWindow for wxMGL
tree
|
commitdiff
2001-09-15
Václav Slavík
wxTopLevelWindow (only for wxGTK for now)
tree
|
commitdiff
2001-08-16
Václav Slavík
finished wxWindow for MGL
tree
|
commitdiff
2001-08-15
Václav Slavík
bugfixes, bugfixes, bugfixes...
tree
|
commitdiff
2001-08-09
Václav Slavík
wxMGL wxWindow and wxApp mostly complete, now hunting...
tree
|
commitdiff
2001-08-04
Václav Slavík
reverted my Set/getTitle change
tree
|
commitdiff
2001-08-02
Václav Slavík
Set/GetTitle out of wxWindowBase, forked and put to...
tree
|
commitdiff
2001-08-01
Václav Slavík
wxMGL update (no, it still doesn't work, I'm backuping...
tree
|
commitdiff
2001-07-11
Julian Smart
Added wxUSE_DC_CACHEING and associated code to wxMSW
tree
|
commitdiff
2001-06-29
Václav Slavík
fixed copyrights in MGL files (finally...)
tree
|
commitdiff
2001-06-26
Vadim Zeitlin
added more files (unchanged) from wxUniv branch
tree
|
commitdiff