projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
document that GetAttribute's argument must not be NULL
[wxWidgets.git]
/
include
/
2007-09-24
Robert Roebling
Remove several hack from PS code, use high resolution...
tree
|
commitdiff
2007-09-24
Robert Roebling
reorganized wxSVGFileDC code
tree
|
commitdiff
2007-09-23
Vadim Zeitlin
added wxWindow::GetPopupMenuSelectionFromUser() (modifi...
tree
|
commitdiff
2007-09-23
Robert Roebling
Converted wxGTK's basic DC classes to new DC code
tree
|
commitdiff
2007-09-23
Vadim Zeitlin
don't define wxCRT_xxprintfW function if the correspond...
tree
|
commitdiff
2007-09-22
Vadim Zeitlin
include wx/log.h to fix PCH-less compilation
tree
|
commitdiff
2007-09-22
Robert Roebling
Removed last bits of DrawScaledBitmap (was removed...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
added more convenient wxDL_INIT_FUNC[_AW] macros and...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
predefine _WIN32_IE before including shellapi.h too...
tree
|
commitdiff
2007-09-21
Paul Cornett
allow copying wxFormatString for compiler-generated...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
removed extra semicolon
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
put __attribute__((deprecated)) before declaration...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
added wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
make wxScopeGuardImplBase copy ctor public to avoid...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
include vms_jackets.h directly from wx/platform.h inste...
tree
|
commitdiff
2007-09-21
Vadim Zeitlin
functions not taking argument must be declared as ...
tree
|
commitdiff
2007-09-21
Robert Roebling
more work on wxDC reorganizing
tree
|
commitdiff
2007-09-21
Paul Cornett
wcstod seems to be more widely available than wcstof
tree
|
commitdiff
2007-09-20
Vadim Zeitlin
allow the user to press Esc to close preview frame...
tree
|
commitdiff
2007-09-20
Vadim Zeitlin
use wxWindow::NewControlId() instead of wxNewId() to...
tree
|
commitdiff
2007-09-20
Vadim Zeitlin
apply XRCID() automatically to XRCSIZERITEM() argument...
tree
|
commitdiff
2007-09-20
Vadim Zeitlin
remove extra colons and semicolons
tree
|
commitdiff
2007-09-19
Robin Dunn
Give wxPowerEvent wxRTTI
tree
|
commitdiff
2007-09-19
Vadim Zeitlin
use update UI handler for the up and new directory...
tree
|
commitdiff
2007-09-19
Vadim Zeitlin
fix warning about int->bool conversion; wrap long lines...
tree
|
commitdiff
2007-09-19
Vadim Zeitlin
allow using wxSizerFlags with wxSizer methods adding...
tree
|
commitdiff
2007-09-18
Michael Wetherell
template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour...
tree
|
commitdiff
2007-09-18
Robert Roebling
Rearrange code to fix some problems
tree
|
commitdiff
2007-09-18
Julian Smart
wxBORDER_THEME now means 'use an appropriate themed...
tree
|
commitdiff
2007-09-17
Paul Cornett
various small cleanups
tree
|
commitdiff
2007-09-17
Robert Roebling
compilation
tree
|
commitdiff
2007-09-17
Robert Roebling
Always make wxWindow::SetFocus() focus the window,...
tree
|
commitdiff
2007-09-17
Vadim Zeitlin
rename wxFileList to wxFileListCtrl
tree
|
commitdiff
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
next