projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added wxString::ToLongLong() and ToULongLong() (feature request 1290937)
[wxWidgets.git]
/
include
/
wx
/
univ
/
2006-10-27
Michael Wetherell
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
tree
|
commitdiff
2006-10-26
Václav Slavík
added wxDelegateTheme to accompany wxDelegateRenderer
tree
|
commitdiff
2006-10-26
Włodzimierz Skiba
Updated setup.
tree
|
commitdiff
2006-10-10
Włodzimierz Skiba
Updated Univ setup.
tree
|
commitdiff
2006-10-09
Włodzimierz Skiba
Updated setup for univ build.
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
moved DoSetValue() to wxTextCtrlBase instead of having...
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-02
Włodzimierz Skiba
Tinderbox build fix.
tree
|
commitdiff
2006-09-30
Vadim Zeitlin
draw solid focus rectangle in mono theme and don't...
tree
|
commitdiff
2006-09-29
Václav Slavík
undef wxUSE_THEME_XXX before redefining them to 1 if...
tree
|
commitdiff
2006-09-29
Václav Slavík
fixed IMPLEMENT_APP to work even if compiled with ...
tree
|
commitdiff
2006-09-29
Václav Slavík
fixed wxStatusBar size calculations so that the text...
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
add compilation options to allow compiling in just...
tree
|
commitdiff
2006-09-25
Václav Slavík
compilation fix (missing void)
tree
|
commitdiff
2006-09-25
Włodzimierz Skiba
Build fix for wxMSWUniv makefile driven builds. univ...
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
add wxTLW::UseNativeDecorations[ByDefault]() to allow...
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
fix TLW borders width in mono theme
tree
|
commitdiff
2006-09-23
Robert Roebling
[ 1559479 ] wxImageComboBox
tree
|
commitdiff
2006-09-21
Václav Slavík
put remaining toolbars-related methods into #if wxUSE_T...
tree
|
commitdiff
2006-09-20
Vadim Zeitlin
add more virtual border drawing functions used by frame...
tree
|
commitdiff
2006-09-20
Vadim Zeitlin
move frame decorations drawing to the base class
tree
|
commitdiff
2006-09-20
Vadim Zeitlin
move generic part of AdjustSize() and status bar method...
tree
|
commitdiff
2006-09-20
Vadim Zeitlin
moved Arrow_ constants to the base class
tree
|
commitdiff
2006-09-20
Vadim Zeitlin
refactored common parts of DrawItem() in the base class...
tree
|
commitdiff
2006-09-19
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-09-19
Vadim Zeitlin
add if wxUSE_NOTEBOOK around notebook-only renderer...
tree
|
commitdiff
2006-09-18
Vadim Zeitlin
refactor some existing themes methods in a new base...
tree
|
commitdiff
2006-09-14
Robin Dunn
As per wx-dev, split the sort arrow options out to...
tree
|
commitdiff
2006-09-14
Vadim Zeitlin
Many changes for wxInputHandler creation mainly related to:
tree
|
commitdiff
2006-09-14
Włodzimierz Skiba
Follow native renderer for DrawHeaderButton.
tree
|
commitdiff
2006-06-08
Włodzimierz Skiba
Improvements for building minimal builds and new ports...
tree
|
commitdiff
2006-06-06
Julian Smart
Further wxAUI commits
tree
|
commitdiff
2006-06-01
Włodzimierz Skiba
Universal build fix.
tree
|
commitdiff
2006-05-31
Włodzimierz Skiba
[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style...
tree
|
commitdiff
2006-05-29
Włodzimierz Skiba
Updated universal setup.
tree
|
commitdiff
2006-05-26
Włodzimierz Skiba
wxToggleButton for wxUniv already implemented.
tree
|
commitdiff
2006-05-24
Paul Cornett
derive univ toggle button from button
tree
|
commitdiff
2006-05-24
Paul Cornett
correct access for virtuals, other minor corrections
tree
|
commitdiff
2006-05-23
Julian Smart
Applied patch 1489656: support for wxToggleButton under...
tree
|
commitdiff
2006-05-19
Włodzimierz Skiba
wxUniv setup up to date (sync. before joining family...
tree
|
commitdiff
2006-05-16
Vadim Zeitlin
renamed wxComboControl to wxComboCtrl and related wxUSE...
tree
|
commitdiff
2006-05-09
Vadim Zeitlin
fixes and missing files from the first wxComboControl...
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
don't return true from wxRadioBox::AcceptsFocus() even...
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Blind fixes for warnings in wxTinderbox.
tree
|
commitdiff
2006-01-16
Włodzimierz Skiba
Towards other setups.
tree
|
commitdiff
2006-01-16
Mart Raudsepp
Move constant strings to .rodata/.data.rel.ro ELF segme...
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
implemented IsItemEnabled/Shown()
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
1. moved m_majorDim duplicated in many ports to wxRadio...
tree
|
commitdiff
2005-10-31
Włodzimierz Skiba
wxMGL revitalised with OpenWatcom.
tree
|
commitdiff
2005-10-18
Włodzimierz Skiba
compilation fix after wxScrollHelper changes (ctor...
tree
|
commitdiff
2005-10-18
Vadim Zeitlin
compilation fix after wxScrollHelper changes (ctor...
tree
|
commitdiff
2005-10-09
Vadim Zeitlin
Added wxTreebook:
tree
|
commitdiff
2005-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
tree
|
commitdiff
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
tree
|
commitdiff
2005-09-27
Włodzimierz Skiba
Fix for broken MSWUniv after wxABI_VERSION removal...
tree
|
commitdiff
2005-09-25
Michael Wetherell
Fixes for include guards, patch 1256967 Paul Cornett
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
removed wxABI_VERSION checks
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-08-26
Julian Smart
Warning corrections
tree
|
commitdiff
2005-08-24
Włodzimierz Skiba
[1267725] Wrong operator for logical/bitwise operation
tree
|
commitdiff
2005-08-16
Włodzimierz Skiba
Public access to MSWWindowProc() for wxQTMediaBackend...
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
removed (unused since quite some time) wxUSE_ITSY_BITSY
tree
|
commitdiff
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
tree
|
commitdiff
2005-05-14
Michael Wetherell
Add wxUSE_CRASHREPORT
tree
|
commitdiff
2005-05-06
Michael Wetherell
On x11 another control may already have the mouse captu...
tree
|
commitdiff
2005-03-18
Vadim Zeitlin
compilation fix after last commit (missing semicolon...
tree
|
commitdiff
2005-03-17
Vadim Zeitlin
implemented wxMenuBar ctor taking array of menus/titles...
tree
|
commitdiff
2005-03-11
Vadim Zeitlin
gave default value of wxID_ANY to id parameter of wxSta...
tree
|
commitdiff
2005-03-08
Włodzimierz Skiba
Missing flags.
tree
|
commitdiff
2005-03-02
Włodzimierz Skiba
In MSWUniv wxWindow and wxWindowMSW are different class...
tree
|
commitdiff
2005-02-27
Michael Wetherell
Move wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the...
tree
|
commitdiff
2005-02-23
Włodzimierz Skiba
Linup API of wxRadioBox::Show on all ports. Move wxRadi...
tree
|
commitdiff
2005-02-21
Włodzimierz Skiba
Consistent wxWindow::Enable with wxRadioBox::Enable...
tree
|
commitdiff
2005-02-20
Vadim Zeitlin
added OnSysColourChanged() (modified patch 1103439)
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
removed multiple duplicate copies (with subtly differen...
tree
|
commitdiff
2005-02-12
Michael Wetherell
Rename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
tree
|
commitdiff
2005-02-10
Michael Wetherell
Add wxUSE_ARCSTREAM so that other archive classes can...
tree
|
commitdiff
2005-01-21
Włodzimierz Skiba
Warning fixes for MinGW.
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
tree
|
commitdiff
2005-01-15
Vadim Zeitlin
removed obsolete wxUSE_CTL3D
tree
|
commitdiff
2005-01-13
Włodzimierz Skiba
Common default notebook name.
tree
|
commitdiff
2005-01-07
Vadim Zeitlin
moved HasTransparentBackground() from wxUniv to common...
tree
|
commitdiff
2004-12-31
Włodzimierz Skiba
wxDialog::Show is virtual as elsewhere. Native PalmOS...
tree
|
commitdiff
2004-12-19
Vadim Zeitlin
moved ProvidesBackground() from wxUniv to base wxWindow...
tree
|
commitdiff
2004-12-17
Vadim Zeitlin
override AcceptsFocus() inherited from wxStaticBox...
tree
|
commitdiff
2004-12-12
Vadim Zeitlin
delete children in ~wxWindow dtor and not in the base...
tree
|
commitdiff
2004-12-09
Julian Smart
Added further 'missing' wxTextCtrl-like functions to...
tree
|
commitdiff
2004-11-19
Włodzimierz Skiba
Sorting fixes to wxUniv wxCombo/ListBox [part of bug...
tree
|
commitdiff
2004-11-18
Włodzimierz Skiba
3rd state in checkboxes for wxUniv [closes bug#1040585].
tree
|
commitdiff
2004-11-11
Vadim Zeitlin
removed 2.0 compatibility stuff (patch 1054261)
tree
|
commitdiff
2004-11-11
Ryan Norton
setp.h changes
tree
|
commitdiff
2004-10-22
Kevin Hock
Documentation patch from Olly Betts
tree
|
commitdiff
2004-09-24
Ryan Norton
Port syncronization, more wxUSE_XML/XRC fixes and typo...
tree
|
commitdiff
2004-09-24
Ryan Norton
more setup0.h wxUSE_XRC fixes
tree
|
commitdiff
2004-09-16
Włodzimierz Skiba
wxChoicebook generic implementation.
tree
|
commitdiff
next