projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fixing file paths after renaming
[wxWidgets.git]
/
src
/
palmos
/
2008-06-11
Paul Cornett
move 8 copies of the same function to common code
tree
|
commitdiff
2008-06-08
Vadim Zeitlin
deprecate wxDC::SetClippingRegion(wxRegion) overload...
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
tree
|
commitdiff
2008-05-27
Vadim Zeitlin
ifdef fixes for PalmOS6 (part of ticket 4700)
tree
|
commitdiff
2008-05-27
Vadim Zeitlin
Palm compiler needs const_cast for passing const int...
tree
|
commitdiff
2008-05-27
Vadim Zeitlin
translate comments in English (part of ticket 4700)
tree
|
commitdiff
2008-04-12
Vadim Zeitlin
wxThread::Sleep() is the same as wxMilliSleep() on...
tree
|
commitdiff
2008-04-06
Vadim Zeitlin
removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_...
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-02
Vadim Zeitlin
compilation fixes for PalmOS and implementations of...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
move Freeze() and Thaw() to wxWindowBase to ensure...
tree
|
commitdiff
2007-12-29
Julian Smart
Added automatic dialog scrolling ability
tree
|
commitdiff
2007-12-22
Vadim Zeitlin
unset the window as invoking window of wxCurrentPopupMe...
tree
|
commitdiff
2007-12-20
Julian Smart
Corrected wxRTTI for wxNotebook so dynamic casting...
tree
|
commitdiff
2007-12-17
Paul Cornett
add MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
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-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
tree
|
commitdiff
2007-10-21
Paul Cornett
add wxUSE_MINIFRAME wrapper
tree
|
commitdiff
2007-10-06
Vadim Zeitlin
always return wxString from wxGetUserHome() instead...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
make wxChoice and wxListBox inherit from wxControlWithI...
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
correct closing comments in #endifs (patch 1756990)
tree
|
commitdiff
2007-07-19
Vadim Zeitlin
added wxUSE_TASKBARICON; corrected condition for genera...
tree
|
commitdiff
2007-07-12
Vadim Zeitlin
added support for binary data to wxConfig (slightly...
tree
|
commitdiff
2007-07-10
Václav Slavík
cleanup of raw access to bitmaps:
tree
|
commitdiff
2007-07-08
Paul Cornett
process pending wx events before sending idle events
tree
|
commitdiff
2007-06-19
Václav Slavík
make wxSetEnv compatible with ANSI and Unicode, depreca...
tree
|
commitdiff
2007-06-19
Václav Slavík
changed wxGLContext::SetColour() argument from wxChar...
tree
|
commitdiff
2007-06-11
Václav Slavík
use wx/crt.h as the 'official' header for wxCRT wrapper...
tree
|
commitdiff
2007-05-24
Vadim Zeitlin
1. Derive wxMessageDialogBase from wxDialog (why did...
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-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-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-04-06
Robin Dunn
More patches from FM to clean up after moving contribs...
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-11
Vadim Zeitlin
added wxSafeConvertMB2WX/WX2MB() and use them when...
tree
|
commitdiff
2007-03-10
Vadim Zeitlin
derive wxConfig classes from wxObject and add wxRTTI...
tree
|
commitdiff
2006-11-20
Václav Slavík
don't expose M_FONTDATA in public header
tree
|
commitdiff
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
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-27
Julian Smart
Robert Lang's patch [ 1583183 ] Fixes printing/print...
tree
|
commitdiff
2006-10-13
Robin Dunn
wxMemoryDC constructor now optionally accepts a wxBitma...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
moved DoSetValue() to wxTextCtrlBase instead of having...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxTextCtrl::ChangeValue() which is the same as...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxBookCtrl::ChangeSelection() which is the same...
tree
|
commitdiff
2006-10-08
Paul Cornett
Move some things to wxBitmapBase to avoid much duplication.
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
The Great wxRegion Refactoring:
tree
|
commitdiff
2006-09-24
Julian Smart
Added DoLoadFile, DoSaveFile to wxTextCtrlBase
tree
|
commitdiff
2006-09-17
Kevin Ollivier
Initial commit of native OS X list ctrl support. Compil...
tree
|
commitdiff
2006-09-13
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-09-13
Paul Cornett
don't include generic/statusbr.h directly
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-09-03
Robert Roebling
Commited FRM's stockitem patch (empty stock items).
tree
|
commitdiff
2006-08-31
Włodzimierz Skiba
Include wx/module.h according to precompiled headers...
tree
|
commitdiff
2006-08-24
Włodzimierz Skiba
Keep wxPalmOS buildable - wxIcon and wxCursor moved...
tree
|
commitdiff
2006-08-24
Włodzimierz Skiba
Keep wxPalmOS buildable - missing functions.
tree
|
commitdiff
2006-08-19
Vadim Zeitlin
moved all wxDialog event handlers to wxDialogBase to...
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-07-27
Włodzimierz Skiba
Include wx/dataobj.h according to precompiled headers...
tree
|
commitdiff
2006-07-03
Włodzimierz Skiba
Include wx/image.h according to precompiled headers...
tree
|
commitdiff
2006-07-02
Julian Smart
Added wxTextCtrlBase to type info, useful if different...
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-19
Włodzimierz Skiba
Include wx/menuitem.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-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-13
Włodzimierz Skiba
Include wx/arrstr.h according to precompiled headers...
tree
|
commitdiff
2006-06-09
Włodzimierz Skiba
Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
tree
|
commitdiff
2006-06-09
Włodzimierz Skiba
Include wx/statusbr.h according to precompiled headers...
tree
|
commitdiff
2006-06-08
Włodzimierz Skiba
Include wx/mdi.h according to precompiled headers of...
tree
|
commitdiff
2006-06-07
Włodzimierz Skiba
Include wx/toolbar.h according to precompiled headers...
tree
|
commitdiff
2006-06-07
Włodzimierz Skiba
Include wx/scrolwin.h and wx/dirdlg.h according to...
tree
|
commitdiff
2006-06-06
Włodzimierz Skiba
Include wx/gauge.h according to precompiled headers...
tree
|
commitdiff
2006-06-06
Włodzimierz Skiba
Include wx/slider.h according to precompiled headers...
tree
|
commitdiff
2006-06-06
Włodzimierz Skiba
Include wx/textctrl.h according to precompiled headers...
tree
|
commitdiff
2006-06-05
Włodzimierz Skiba
Include wx/radiobut.h according to precompiled headers...
tree
|
commitdiff
2006-06-01
Włodzimierz Skiba
Include wx/radiobox.h according to precompiled headers...
tree
|
commitdiff
2006-05-31
Włodzimierz Skiba
Various dummy.cpp centralized in common/dummy.cpp....
tree
|
commitdiff
2006-05-30
Włodzimierz Skiba
Include wx/scrolbar.h according to precompiled headers...
tree
|
commitdiff
2006-05-30
Włodzimierz Skiba
Include commctrl.h properly.
tree
|
commitdiff
2006-05-30
Włodzimierz Skiba
Include wx/choice.h according to precompiled headers...
tree
|
commitdiff
2006-05-29
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-05-29
Włodzimierz Skiba
Include wx/checklst.h according to precompiled headers...
tree
|
commitdiff
next