projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Implement HasContainerColumns in generic code
[wxWidgets.git]
/
include
/
2007-09-17
Vadim Zeitlin
declare wxVector<wxXmlResourceHandler *> as DLL-exporte...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
define wxUSE_CAIRO as 0 for non-GTK builds to avoid...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
reverted wxSocket changes of rev 48723 as they broke...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
added new and improved wxFileCtrl implementation (patch...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
don't access m_clientDataItemsType directly
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
fix access to client data of wxComboBox in wxUniv by...
tree
|
commitdiff
2007-09-16
Chris Elliott
fix for VC6 sorry
tree
|
commitdiff
2007-09-16
Chris Elliott
fix for VC6
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
more fixes for using wxSocket in console applications...
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
added XRCSIZERITEM() allowing to directly retrieve...
tree
|
commitdiff
2007-09-15
Robert Roebling
Implement wxWindow::SetFocusIgnoringChildren for GTK+
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
get rid of the built-in drop target in rich text contro...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
use wxSafeConvertWX2MB() instead of mb_str() in operato...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu...
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
reverted the change of wxCmdLineEntryDesc fields to...
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and...
tree
|
commitdiff
2007-09-14
Robert Roebling
Implement and test wxDataViewCtrl::GetColumnPosition...
tree
|
commitdiff
2007-09-14
Robert Roebling
Forgot this one
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
added WXDLLIMPEXP_BASE for a couple of template classes...
tree
|
commitdiff
2007-09-14
Robert Roebling
API change: a single SELECTION_CHANGED not lots of...
tree
|
commitdiff
2007-09-14
Paul Cornett
remove m_blockScrollEvent from wxWindowGTK
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
use wxBORDER_NONE as border default for wxStatusBar...
tree
|
commitdiff
2007-09-13
Robert Roebling
wxDataViewCtrl patch from Hartwig
tree
|
commitdiff
2007-09-13
Robert Roebling
Add wxDataViewCtrl::GetColumnPosition() stubs
tree
|
commitdiff
2007-09-13
Robert Roebling
Add wxDataViewCtrl::GetSortingColumn() stubs
tree
|
commitdiff
2007-09-13
Robert Roebling
Patch from Hartwig (use new GetChildren() API)
tree
|
commitdiff
2007-09-13
Robert Roebling
First update patch for GTK+ print
tree
|
commitdiff
2007-09-13
Paul Cornett
remove unused configure tests and macros
tree
|
commitdiff
2007-09-13
Paul Cornett
get more accurate TLW sizing by using a window decorati...
tree
|
commitdiff
2007-09-10
Václav Slavík
Fixed wxAtomicInc/Dec() to not use asm/atomic.h header...
tree
|
commitdiff
2007-09-10
Václav Slavík
use wxVector<T> instead of wxList in wxXmlResource...
tree
|
commitdiff
2007-09-10
Václav Slavík
fix to make 'wxAtomicInt i = 0;' work with generic...
tree
|
commitdiff
2007-09-10
Václav Slavík
compilation fixes for generic implementation of wxAtomi...
tree
|
commitdiff
2007-09-10
Robert Roebling
Rewrote scaling for GTK+ print
tree
|
commitdiff
2007-09-10
Robert Roebling
Rewrote scaling code for GNOME print backend. The inver...
tree
|
commitdiff
2007-09-10
Vadim Zeitlin
wxDL_XXX macros and dynamic loading cleanup:
tree
|
commitdiff
2007-09-09
Vadim Zeitlin
added wxApp::Set/GetAppDisplayName() (patch 1780414)
tree
|
commitdiff
2007-09-09
Vadim Zeitlin
add wxSYS_DCLICK_TIME system metric constant; use it...
tree
|
commitdiff
2007-09-09
Vadim Zeitlin
declare wxEVT_GRID_COL_MOVE event (which was defined...
tree
|
commitdiff
2007-09-07
Vadim Zeitlin
change wxCmdLineEntryDesc::short/longName type to wxStr...
tree
|
commitdiff
2007-09-07
Vadim Zeitlin
fix unused parameter warning in wxSetEnv() in release...
tree
|
commitdiff
2007-09-07
Vadim Zeitlin
don't use _T() inside wxGetTranslation() and related...
tree
|
commitdiff
2007-09-07
Vadim Zeitlin
changed wxCmdLineEntryDesc::short/longName fields type...
tree
|
commitdiff
2007-09-07
Robert Roebling
Patch to use high printer resolution instead of Cairo...
tree
|
commitdiff
2007-09-07
Robert Roebling
minor corrections, made non-public API private
tree
|
commitdiff
2007-09-06
Robert Roebling
Removed run-time dependency on libpangocairo
tree
|
commitdiff
2007-09-06
Robert Roebling
Make use of wxCairoLibrary from within wxGtkPrint
tree
|
commitdiff
2007-09-06
Robert Roebling
Add wxCairoLibrary (not yet built)
tree
|
commitdiff
2007-09-06
Robert Roebling
Move the wxDL_ macros to wxDynLibrary
tree
|
commitdiff
2007-09-05
Robert Roebling
Add support for GTK print, modified from patch 1782055
tree
|
commitdiff
2007-09-05
Robert Roebling
Make wxGnomePrintModule public so that wxGtkPrintModule...
tree
|
commitdiff
2007-09-03
Robin Dunn
more exports
tree
|
commitdiff
2007-09-03
Robin Dunn
Update wxStack class macro for the new wxVector
tree
|
commitdiff
2007-09-03
Robin Dunn
export wxGetNativeFontEncoding and wxTestFontEncoding
tree
|
commitdiff
2007-09-03
Robin Dunn
fix events and eventTypes for wxPython
tree
|
commitdiff
2007-08-31
Václav Slavík
fixed badly named wxHtmlTag::GetParam() argument: with_...
tree
|
commitdiff
2007-08-31
Robert Roebling
Added const and virtual in various places
tree
|
commitdiff
2007-08-31
Robert Roebling
Added wxDataViewModel::GetChildren() (removed GetSiblin...
tree
|
commitdiff
2007-08-31
Robert Roebling
Added wxDataViewCtrl::AppendIconTextColumn
tree
|
commitdiff
2007-08-30
Vadim Zeitlin
fix resize() when it's used for truncating a string...
tree
|
commitdiff
2007-08-30
Vadim Zeitlin
use fallback encoding in wxConvAuto when input is not...
tree
|
commitdiff
2007-08-30
Robert Roebling
Patch from Hartwig for wxMac implementation
tree
|
commitdiff
2007-08-29
Robert Roebling
Patch from Bo, implements mouse hover, default sort
tree
|
commitdiff
2007-08-29
Robert Roebling
add wxDataViewIconTextRenderer
tree
|
commitdiff
2007-08-29
Robert Roebling
add wxDataViewIconText
tree
|
commitdiff
2007-08-28
Julian Smart
Compile fix for old W32API headers
tree
|
commitdiff
2007-08-28
Václav Slavík
added some clarifying comments
tree
|
commitdiff
2007-08-28
Robert Roebling
Applied patch from Bo, WIP
tree
|
commitdiff
2007-08-26
Robert Roebling
Patch from Bo for recent API changes
tree
|
commitdiff
2007-08-26
Robert Roebling
Move column organizing code to ports, away from common...
tree
|
commitdiff
2007-08-26
Václav Slavík
fixed wxHTML parsing to run in O(n) even in UTF8 build
tree
|
commitdiff
2007-08-25
Robert Roebling
added Collapse() and Expand()
tree
|
commitdiff
2007-08-25
Robert Roebling
add editing_started and _done events
tree
|
commitdiff
2007-08-25
Robert Roebling
Set/GetExpanderColumn() should use wxDataViewColumn...
tree
|
commitdiff
2007-08-25
Robert Roebling
Hartwig's patch for OS X implementation of wxDataViewCtrl
tree
|
commitdiff
2007-08-24
Robert Roebling
Correct signature of HitTest()
tree
|
commitdiff
2007-08-24
Robert Roebling
Minor API changes
tree
|
commitdiff
2007-08-23
Václav Slavík
VC6 compilation fix
tree
|
commitdiff
2007-08-22
Vadim Zeitlin
added ISO-2022-JP encoding
tree
|
commitdiff
2007-08-22
Robert Roebling
Added logic, API and docs for wxDataViewModel::HasDefau...
tree
|
commitdiff
2007-08-22
Václav Slavík
VC6 compilation fix for _WX_VARARG_FORMAT_STRING macro
tree
|
commitdiff
2007-08-22
Václav Slavík
another Watcom compilation fix
tree
|
commitdiff
2007-08-22
Václav Slavík
Watcom compilation fix
tree
|
commitdiff
2007-08-22
Václav Slavík
added wxUSE_REGKEY checks
tree
|
commitdiff
2007-08-22
Robert Roebling
Let various AppendXXXColumn helplers return the column...
tree
|
commitdiff
2007-08-22
Robert Roebling
minor change
tree
|
commitdiff
2007-08-22
Václav Slavík
compilation fix for UTF8+STL
tree
|
commitdiff
2007-08-22
Julian Smart
Applied [ 1767537 ] [wxOS2]Watcom build - filefn
tree
|
commitdiff
2007-08-22
Václav Slavík
made UTF-8 tables const
tree
|
commitdiff
2007-08-22
Václav Slavík
optimize wxStringOperationsUtf8::DecodeChar() for the...
tree
|
commitdiff
2007-08-22
Václav Slavík
don't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
tree
|
commitdiff
2007-08-21
Julian Smart
Compile fix
tree
|
commitdiff
2007-08-21
Julian Smart
Compile fix on Mac (at least)
tree
|
commitdiff
2007-08-21
Vadim Zeitlin
Fix bug with assigning a part of the string to the...
tree
|
commitdiff
2007-08-21
Václav Slavík
use wxVector<T> instead of homegrown growing array...
tree
|
commitdiff
2007-08-21
Václav Slavík
1. fixed wxVector<T> iterators to actually point to...
tree
|
commitdiff
2007-08-21
Julian Smart
Applied patch [ 1764987 ] fix localtime link error...
tree
|
commitdiff
2007-08-21
Julian Smart
Applied [ 1708971 ] Make a virtual function to enable...
tree
|
commitdiff
2007-08-21
Václav Slavík
re-added wxVector<T>::erase(size_t) for backward compat...
tree
|
commitdiff
next