2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Vadim Zeitlin | compilation fix after last change |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Bryan Petty | More doxygen topic overview cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | fix wxWeakRef<> for Borland C++ (slightly modified... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Julian Smart | Take into account explorer associations and CurVer... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | don't attempt to create 0*0 bitmaps in GetBuffer()... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | clip the text in report mode to prevent it from overflo... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | don't track handlers connected to this object itself... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553) |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | translate "Copy URL" string in the popup menu (feature... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | fixes for __WINCE_NET__ build (slightly modified patch... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | only define wxAuiFloatingFrameBaseClass as wxMiniFrame... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | forward WM_HELP from the buddy control to the main... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | don't hide the TLW being deleted unless there any other... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Julian Smart | Made wxRichTextCtrl cursors accessible |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Stefan Csomor | applying patch 1873285 |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Bryan Petty | More doxygen topic overview cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Bryan Petty | More doxygen topic overview cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Vadim Zeitlin | no changes, just a couple of typo fixes in comments |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Robert Roebling | restore wxComboBox's behaviour of reacting to <ENTER> |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bryan Petty | More doxygen overview cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Don't take the previous paragraph style when deleting... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Vadim Zeitlin | /Wp64 warnings fixes (mostly simply use wxUIntToPtr... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Corrected GetFontAttributes |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Vadim Zeitlin | fixes for MSVC compilation with /Wp64 (used by new... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Paul Cornett | initialize m_miniTitle, fix button press detection... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Fixed [ 1775674 ] Invalid color in picker dialog |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Fixed bug [ 1714813 ] ApplyXXXToSelection remove style |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Removed redundant Init call (bug 1724495) |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Fixed [ 1764805 ] wxSeek with negative offset fails... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Julian Smart | Fixed bug [ 1870906 ] There are few problems selection... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bryan Petty | More doxygen topic overview cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Michael Wetherell | td163 down, move to td189. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Michael Wetherell | check xmllint/xsltproc installed |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change |
commit | commitdiff | tree | snapshot |
2008-02-26 |
David Elliott | * When hiding a wxWindow make sure that none of its... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bryan Petty | More doxygen overview updates. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Francesco Montorsi | the manual doxygen generates by default is for the... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Francesco Montorsi | fixed all warnings for topic overviews (letters a,h) |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Václav Slavík | compilation fix for pch-less build |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Bryan Petty | Doxygen topic overview cleanups. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | check that we have a non-empty keyword in KeywordSearch... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | reset s_bInAssert in wxDoOnAssert() in an exception... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | better wording for the last change |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | implement support for display enumeration under WinCE... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | check for wxDF_UNICODETEXT and not only wxDF_TEXT in... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | correct radio button best size calculation under CE... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vadim Zeitlin | added more includes of wx/msw/dc.h needed since r52054... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Francesco Montorsi | precision: the listed chars don't need to be escaped... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Francesco Montorsi | add the missing < > symbols |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Francesco Montorsi | reworked link anchors and link text |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Francesco Montorsi | fixed anchor link naming, indentation in some places... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | use wxLogLastError() to show the last error value when... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | always return 471 from wxApp::GetComCtl32Version()... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | don't forcefully disable regex and tiff, they build... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | don't define, nor use, LVS_EX_LABELTIP under WinCE |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | set TOOLKIT to WINCE for VC8 builds targeting pocketpc2003 |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | compilation fixes for Unicode build in !TIF_PLATFORM_CO... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | WinCE adjustments |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | don't use hook code for positioning message box under... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | restore checks for SM_SWAPBUTTON, it is not defined... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | fixed end of line and path separator |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Stefan Csomor | moving forward |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Stefan Csomor | moving forward |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Stefan Csomor | moving forward |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | added images for topic overviews |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Stefan Csomor | moving forward |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | fix some links |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | revised topic overviews (letters g,h) |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | fixing link anchors naming |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | adding reminder of a few ideas about new ALIASES |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Stefan Csomor | moving forward |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Stefan Csomor | first round, connecting overviews properly to main... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Václav Slavík | fixed wxListCtrl::RefreshItem(s) - it didn't update... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Václav Slavík | wxMac's wxListBox was missing GetDefaultAttributes... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | added few DON'Ts |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | Rewritten technote for Doxygen documentation |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | added batch script for generating wx HTML manual from... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | get rid of references to CVS as we use SVN now |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | remove other references to the contrib hierarchy, which... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | remove references to the contrib hierarchy, which does... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Vadim Zeitlin | revert r51647 change as it broke the code overriding... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Francesco Montorsi | another batch of topic overviews reviewing (letters... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Stefan Csomor | under 10.4 there are some theme brushes represented... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Stefan Csomor | adding comments for debugging visibility differences... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Stefan Csomor | Use native visibility information at this point, as... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Stefan Csomor | avoiding double firing of visibility state changed... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Vadim Zeitlin | remove MacIsReallyShown() as we now have public IsShown... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Robin Dunn | Use build/autoconf_prepend-include when running autoconf |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Robin Dunn | Add AutoToolbox framework |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Francesco Montorsi | another batch of topic overviews reviewing |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Robin Dunn | Add MacHideApp |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Václav Slavík | fixed wxBitmapButton to use focus and hover bitmaps... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Václav Slavík | fixed strange focus order in wxTipDialog and set initia... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Julian Smart | Fixed IsShownOnScreen() for Mac |
commit | commitdiff | tree | snapshot |
next |