projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
take into account the width of the static box label in wxStaticBoxSizer minimal size...
[wxWidgets.git]
/
src
/
mgl
/
2009-02-18
Paul Cornett
remove unused wxKeyEvent member m_scanCode
tree
|
commitdiff
2009-02-15
Francesco Montorsi
second part of #10320: move wxApp event handling functi...
tree
|
commitdiff
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
tree
|
commitdiff
2009-01-20
Vadim Zeitlin
set m_isBeingDeleted to true (only) in SendDestroyEvent...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
tree
|
commitdiff
2008-12-29
Francesco Montorsi
use a common m_isInsideYield flag instead of static...
tree
|
commitdiff
2008-11-03
Francesco Montorsi
fix the incoherence pointed out by ifacecheck between...
tree
|
commitdiff
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
tree
|
commitdiff
2008-09-25
Francesco Montorsi
provide backward-compat wxCursor(int) ctor; remove...
tree
|
commitdiff
2008-09-24
Francesco Montorsi
use wxStockCursor (as documented and as already impleme...
tree
|
commitdiff
2008-07-22
Vadim Zeitlin
attempt to fix compilation after the last change
tree
|
commitdiff
2008-07-20
Vadim Zeitlin
blind attempt to fix wxBitmap in wxMGL
tree
|
commitdiff
2008-06-08
Vadim Zeitlin
deprecate wxDC::SetClippingRegion(wxRegion) overload...
tree
|
commitdiff
2008-05-17
Václav Slavík
wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
tree
|
commitdiff
2008-03-28
Francesco Montorsi
add more pure virtuals to wxBrushBase; fix the GetColou...
tree
|
commitdiff
2008-03-25
Francesco Montorsi
reorganized wxBitmap/wxBitmapHandler classes to use...
tree
|
commitdiff
2008-03-22
Vadim Zeitlin
replace wxAddProcessCallback() with wxAppTraits::AddPro...
tree
|
commitdiff
2008-03-20
Francesco Montorsi
make the Pen/Brush code backward compatible as discusse...
tree
|
commitdiff
2008-03-17
Francesco Montorsi
some more build fix for wxPen/wxBrush style changes
tree
|
commitdiff
2008-03-16
Francesco Montorsi
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
tree
|
commitdiff
2008-03-16
Francesco Montorsi
introduce wxBrushStyle enum and replace 'int style...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
move Freeze() and Thaw() to wxWindowBase to ensure...
tree
|
commitdiff
2007-12-15
Vadim Zeitlin
Fix Ok/IsOk() mess in wxGDIObject-derived classes;...
tree
|
commitdiff
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
tree
|
commitdiff
2007-10-17
Vadim Zeitlin
remove wxWindow::Clear() from wxDFB and wxMGL which...
tree
|
commitdiff
2007-09-21
Julian Smart
Optimized update events by only sending them to visible...
tree
|
commitdiff
2007-07-08
Paul Cornett
process pending wx events before sending idle events
tree
|
commitdiff
2007-05-22
Vadim Zeitlin
don't define wxEventLoop class differently in GUI and...
tree
|
commitdiff
2007-05-14
Vadim Zeitlin
implement event loop for console applications (heavily...
tree
|
commitdiff
2007-05-02
Robert Roebling
Moved all the coordinate system calculation to wxDCBase
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
don't check whether the window is shown and enabled...
tree
|
commitdiff
2006-12-10
Václav Slavík
removed code that already exist in ~wxTLWBase from...
tree
|
commitdiff
2006-12-06
Vadim Zeitlin
explicitly call OnExit() in the ports which don't use...
tree
|
commitdiff
2006-07-25
Włodzimierz Skiba
Use same type in both results of A?B:C operator (Tinder...
tree
|
commitdiff
2006-10-11
Robin Dunn
Get/Set LayoutDirection
tree
|
commitdiff
2006-11-20
Václav Slavík
moved wxMGL's font management code to common so that...
tree
|
commitdiff
2006-11-20
Václav Slavík
don't expose M_FONTDATA in public header
tree
|
commitdiff
2006-11-20
Václav Slavík
don't expose M_FONTDATA in public header
tree
|
commitdiff
2006-11-20
Václav Slavík
don't expose M_FONTDATA in public header
tree
|
commitdiff
2006-11-10
Włodzimierz Skiba
Add wxRegion ctor from array of points to wxMGL.
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
compilation fix for last fix
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
compilation fix: must include wx/dcmemory.h instead...
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
compilation fix for wxPenRefData operator==()
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
use IsSameAs() instead of wxPalette::operator==() which...
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
renamed IsRefTo() to IsSameAs() (do complain if this...
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-13
Robin Dunn
wxMemoryDC constructor now optionally accepts a wxBitma...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
tree
|
commitdiff
2006-10-08
Paul Cornett
Move some things to wxBitmapBase to avoid much duplication.
tree
|
commitdiff
2006-10-02
Włodzimierz Skiba
Tinderbox build fix.
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
The Lesser wxMask Refactoring: merged wxMGL and wxDFB...
tree
|
commitdiff
2006-09-27
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
The Great wxRegion Refactoring:
tree
|
commitdiff
2006-09-21
Václav Slavík
send wxChildFocusEvent
tree
|
commitdiff
2006-09-14
Václav Slavík
fixed incorrect passing of bitmap dimensions in DoBlit
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-09-04
Václav Slavík
better comment in wxSystemSettingsNative::GetColour
tree
|
commitdiff
2006-08-31
Włodzimierz Skiba
Include wx/module.h according to precompiled headers...
tree
|
commitdiff
2006-08-25
Włodzimierz Skiba
Missing API.
tree
|
commitdiff
2006-08-16
Václav Slavík
moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
tree
|
commitdiff
2006-08-13
Vadim Zeitlin
wxPlatformInfo (patch 1532064)
tree
|
commitdiff
2006-08-10
Václav Slavík
moved mgl/colour.{cpp,h} to generic so that it can...
tree
|
commitdiff
2006-08-09
Václav Slavík
moved wxIcon implementation for ports where it's identi...
tree
|
commitdiff
2006-08-08
Václav Slavík
fixed SetBackground's argument check
tree
|
commitdiff
2006-08-08
Václav Slavík
safer GetFeature implementation: assert on unknown...
tree
|
commitdiff
2006-07-03
Włodzimierz Skiba
Include wx/image.h according to precompiled headers...
tree
|
commitdiff
2006-06-21
Włodzimierz Skiba
Include wx/gdiobj.h according to precompiled headers...
tree
|
commitdiff
2006-06-20
Włodzimierz Skiba
Include wx/hashmap.h according to precompiled headers...
tree
|
commitdiff
2006-06-19
Włodzimierz Skiba
Include wx/gdicmn.h according to precompiled headers...
tree
|
commitdiff
2006-06-16
Włodzimierz Skiba
Include wx/region.h according to precompiled headers...
tree
|
commitdiff
2006-06-15
Michael Wetherell
Implement wxGetMouseState
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
Include wx/font.h according to precompiled headers...
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
Include wx/colour.h according to precompiled headers...
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
Include wx/bitmap.h according to precompiled headers...
tree
|
commitdiff
2006-06-13
Włodzimierz Skiba
Include wx/toplevel.h according to precompiled headers...
tree
|
commitdiff
2006-06-06
Włodzimierz Skiba
AUI under wxMGL build fixes.
tree
|
commitdiff
2006-05-29
Vadim Zeitlin
miscellaneous wxFont enhancements (patch 1496606):
tree
|
commitdiff
2006-05-28
Michael Wetherell
Take account of the numlock when mapping mgl virtual...
tree
|
commitdiff
2006-05-25
Włodzimierz Skiba
Include wx/cmndata.h according to precompiled headers...
tree
|
commitdiff
2006-05-24
Włodzimierz Skiba
Include wx/settings.h according to precompiled headers...
tree
|
commitdiff
2006-05-23
Włodzimierz Skiba
Include wx/timer.h according to precompiled headers...
tree
|
commitdiff
2006-05-22
Włodzimierz Skiba
Include wx/cursor.h according to precompiled headers...
tree
|
commitdiff
2006-05-21
Włodzimierz Skiba
Include wx/icon.h according to precompiled headers...
tree
|
commitdiff
2006-05-19
Włodzimierz Skiba
Build fix for link error in new combo code.
tree
|
commitdiff
2006-05-18
Włodzimierz Skiba
Include wx/menu.h according to precompiled headers...
tree
|
commitdiff
2006-05-09
Włodzimierz Skiba
Include wx/dcscreen.h according to precompiled headers...
tree
|
commitdiff
2006-05-08
Włodzimierz Skiba
Include wx/dcmemory.h according to precompiled headers...
tree
|
commitdiff
2006-05-06
Włodzimierz Skiba
Include wx/dcclient.h according to precompiled headers...
tree
|
commitdiff
2006-05-02
Włodzimierz Skiba
Include wx/utils.h according to precompiled headers...
tree
|
commitdiff
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
tree
|
commitdiff
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
tree
|
commitdiff
2006-04-25
Włodzimierz Skiba
Include wx/intl.h according to precompiled headers...
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
Include wx/string.h according to precompiled headers...
tree
|
commitdiff
2006-04-21
Włodzimierz Skiba
Include wx/hash.h according to precompiled headers...
tree
|
commitdiff
2006-04-20
Włodzimierz Skiba
Include wx/list.h according to precompiled headers...
tree
|
commitdiff
next