projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
allow customizing wxStandardPaths logic for the program directory determination
[wxWidgets.git]
/
include
/
wx
/
palmos
/
2009-06-10
Vadim Zeitlin
add virtual DoGetTextExtent() to allow calling the...
tree
|
commitdiff
2009-05-31
Vadim Zeitlin
enable OpenGL library build by default under Windows too
tree
|
commitdiff
2009-05-31
Vadim Zeitlin
allow overriding wxUSE_GLCANVAS value in setup.h by...
tree
|
commitdiff
2009-05-24
Vadim Zeitlin
remove wxMSW-specific (but copied into wxPalm too)...
tree
|
commitdiff
2009-05-24
Vadim Zeitlin
wxUSE_GSTREAMER is Unix-specific, remove it from common...
tree
|
commitdiff
2009-05-09
Vadim Zeitlin
remove wxMSW-specific FindSuitableParent() and use...
tree
|
commitdiff
2009-05-02
Vadim Zeitlin
improvements to wxEventFunctor classes; use wxHAS_EVENT...
tree
|
commitdiff
2009-04-25
Francesco Montorsi
use wxSTB_ as prefix for wxStatusBar styles; add suppor...
tree
|
commitdiff
2009-04-21
Francesco Montorsi
implement tooltips for wxStatusBar panes whose contents...
tree
|
commitdiff
2009-03-21
Vadim Zeitlin
first round of debug/release merge: introduce wxDEBUG_L...
tree
|
commitdiff
2009-03-15
Francesco Montorsi
wxMSW and wxPalmOS already had the wxFont(const wxSize...
tree
|
commitdiff
2009-03-15
Francesco Montorsi
add the wxFont(const wxSize& pixelSize, ...) ctor to...
tree
|
commitdiff
2009-03-14
Francesco Montorsi
add wxSize overloads to wxBitmap ctors and to wxBitmap...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
add wxUSE_CONFIG checks (see #10560)
tree
|
commitdiff
2009-02-15
Francesco Montorsi
second part of #10320: move wxApp event handling functi...
tree
|
commitdiff
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
tree
|
commitdiff
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
tree
|
commitdiff
2009-02-02
Vadim Zeitlin
don't always disable new events code; leave it enabled...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
added wxUSE_HEADERCTRL
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
added wxUSE_REARRANGECTRL
tree
|
commitdiff
2009-01-08
Francesco Montorsi
a few more int/wxPolygonFillMode substitutions in wxReg...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
tree
|
commitdiff
2009-01-07
Francesco Montorsi
remove old (and unused) MSW-only wxFontEnumerator header
tree
|
commitdiff
2008-12-31
Francesco Montorsi
get rid of the wxListString class in wxStatusBar code...
tree
|
commitdiff
2008-12-27
Francesco Montorsi
remove the long deprecated wxTabCtrl class
tree
|
commitdiff
2008-12-26
Vadim Zeitlin
added wxEventLoop::DispatchTimeout()
tree
|
commitdiff
2008-12-02
Francesco Montorsi
add GetValue,GetRange and GetMessage helpers
tree
|
commitdiff
2008-11-29
Francesco Montorsi
add GetSize also to wxGDIImage since wxBitmap under...
tree
|
commitdiff
2008-11-15
Francesco Montorsi
make GetPaperRect() and GetResolution() const functions
tree
|
commitdiff
2008-11-03
Francesco Montorsi
fix the incoherence pointed out by ifacecheck between...
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-09-21
Francesco Montorsi
introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
tree
|
commitdiff
2008-09-12
Vadim Zeitlin
added wxPropertyGrid from Jaakko Salli (#9934)
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
use a single wxBookCtrlEvent class for all wxBookCtrlBa...
tree
|
commitdiff
2008-06-17
Vadim Zeitlin
declare future-deprecated SetStyle(int) in wxPen/Brush...
tree
|
commitdiff
2008-06-08
Vadim Zeitlin
deprecate wxDC::SetClippingRegion(wxRegion) overload...
tree
|
commitdiff
2008-06-02
Robert Roebling
Disable disabling wxWeakRef<T>
tree
|
commitdiff
2008-03-28
Francesco Montorsi
add more pure virtuals to wxBrushBase; fix the GetColou...
tree
|
commitdiff
2008-03-26
Francesco Montorsi
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
tree
|
commitdiff
2008-03-21
Francesco Montorsi
add to GetToolkitVersion() the = NULL default values...
tree
|
commitdiff
2008-03-20
Francesco Montorsi
make the Pen/Brush code backward compatible as discusse...
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-03-04
Vadim Zeitlin
set wxUSE_IOSTREAMH to 0 by default, we're in 2008...
tree
|
commitdiff
2008-03-02
Vadim Zeitlin
declare file-related APIs missing under Palm (pflib...
tree
|
commitdiff
2008-03-02
Vadim Zeitlin
compilation fixes for PalmOS and implementations of...
tree
|
commitdiff
2008-02-16
Vadim Zeitlin
turn wxUSE_STD_IOSTREAM on by default (except for the...
tree
|
commitdiff
2008-02-10
Vadim Zeitlin
add wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
tree
|
commitdiff
2008-02-09
Vadim Zeitlin
add wxUSE_WEAKREF (modified partially applied patch...
tree
|
commitdiff
2008-01-29
Vadim Zeitlin
corrected comment: wxSingleInstance is not for Win32...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
added configure option for wxUSE_AUTOID_MANAGEMENT
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
use wxWindowIDRef to transparently implement auto-gener...
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-12-15
Vadim Zeitlin
PalmOS 6 compilation fixes (patch 1849757)
tree
|
commitdiff
2007-12-12
Vadim Zeitlin
replace wrong WXDLLEXPORT declarations with correct...
tree
|
commitdiff
2007-12-08
Robert Roebling
Derive from wxToggleButtonBase
tree
|
commitdiff
2007-11-24
Vadim Zeitlin
added wxNotificationMessage and implemented it generica...
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
experimental IPv6 implementation (patch 1771429)
tree
|
commitdiff
2007-10-23
Vadim Zeitlin
remove ODBC and DBgrid libraries
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
added new and improved wxFileCtrl implementation (patch...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
added wxToolTip::SetAutoPop() and SetReshow() (patch...
tree
|
commitdiff
2007-08-11
Julian Smart
Menu label consistency changes
tree
|
commitdiff
2007-07-26
Vadim Zeitlin
many wxItemContainer-related changes:
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
added wxUSE_FONTENUM for wxFontEnumerator
tree
|
commitdiff
2007-07-19
Vadim Zeitlin
added wxUSE_TASKBARICON; corrected condition for genera...
tree
|
commitdiff
2007-07-14
Vadim Zeitlin
Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
tree
|
commitdiff
2007-07-13
Václav Slavík
make it possible to build in ANSI build on Windows...
tree
|
commitdiff
2007-07-12
Vadim Zeitlin
added support for binary data to wxConfig (slightly...
tree
|
commitdiff
2007-07-11
Vadim Zeitlin
added wxUSE_SVG
tree
|
commitdiff
2007-07-10
Václav Slavík
cleanup of raw access to bitmaps:
tree
|
commitdiff
2007-07-10
Vadim Zeitlin
added functions for base64 en/decoding (replaces patch...
tree
|
commitdiff
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
tree
|
commitdiff
2007-07-08
Paul Cornett
process pending wx events before sending idle events
tree
|
commitdiff
2007-06-30
Vadim Zeitlin
add wxUSE_EDITABLELISTBOX
tree
|
commitdiff
2007-06-22
Václav Slavík
made wxUSE_UNICODE=1 the default
tree
|
commitdiff
2007-06-19
Václav Slavík
changed wxGLContext::SetColour() argument from wxChar...
tree
|
commitdiff
2007-05-24
Vadim Zeitlin
1. Derive wxMessageDialogBase from wxDialog (why did...
tree
|
commitdiff
2007-05-14
Vadim Zeitlin
implement event loop for console applications (heavily...
tree
|
commitdiff
2007-05-10
Vadim Zeitlin
added wxListCtrl::SetItemPtrData()
tree
|
commitdiff
2007-05-01
Robert Roebling
Made device to logical and vv conversion methods
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
tree
|
commitdiff
2007-04-17
Paul Cornett
add wxUSE_STC wrappers
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
1. Moved m_usePrimary to wxClipboardBase as it's now...
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
tree
|
commitdiff
2007-03-19
Václav Slavík
split wxchar.h into several smaller headers
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
fixed all the other ports broken by controls labels...
tree
|
commitdiff
2007-03-16
Vadim Zeitlin
multiple fixes to wxJoystick under Unix and new index...
tree
|
commitdiff
2007-03-10
Vadim Zeitlin
derive wxConfig classes from wxObject and add wxRTTI...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
tree
|
commitdiff
2007-02-19
Václav Slavík
added WXWIN_COMPATIBILITY_2_8
tree
|
commitdiff
2006-12-11
Robin Dunn
Modified form of Patch #1611222, adds wxSearchCtrl...
tree
|
commitdiff
2006-12-09
Vadim Zeitlin
default name of wxStaticLine should be wxStaticLineName...
tree
|
commitdiff
next