2008-11-22 |
Kevin Ollivier | Forward port event handler fixes to trunk. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Francesco Montorsi | minor fixes; replace references to Windows95 with refer... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Vadim Zeitlin | no changes, just reformat, remove extraneous semicolons... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Vadim Zeitlin | fix tags generation for OS X port after renaming |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | use ShellExecuteEx() instead of ShellExecute() which... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | fix file dialog caption |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | define wxUSE_REGKEY for WinCE too (closes #10211) |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | use GetWindow() instead of GetNextWindow() to fix CE... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Francesco Montorsi | use @onlyfor tag |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Francesco Montorsi | mention wxArtProvider |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | don't test sei.hInstApp in DoLaunchDefaultBrowser(... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | fix substr() calls broken by r56215 (#10198) |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | don't log an error if the directory can't be opened... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | add missing Detach() after r56863 changes (thanks troelsk) |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | fix WinCE compilation after tbar95.h ->t oolbar.h renam... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | fix gcc 3.3 warning about possibly uninitialized (but... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Vadim Zeitlin | change Has/SetFlag() to take int instead of unsigned... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Václav Slavík | don't assert on unsupported metric in wxSystemSettingsN... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Jaakko Salli | When calling DrawIconEx(), do not use DI_COMPAT or... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Jaakko Salli | For clarity, moved includes to the top of the file... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Vadim Zeitlin | store the value to be set inside wxON_BLOCK_EXIT_SET... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Vadim Zeitlin | fix comparison in Normalize() test |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Vadim Zeitlin | add WX_ASSERT_EQUAL_MESSAGE |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Vadim Zeitlin | minor icc warning fixes |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Vadim Zeitlin | Slovenian translation update |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Jaakko Salli | Allow wxPropertyGridInterface::ClearSelection() to... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Vadim Zeitlin | fix compilation with cppunit 1.9 (which doesn't have... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Vadim Zeitlin | add header required for PCH-less mingw32 compilation... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | port updates for newer Intel compiler support from... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | use GetResolutionFromOptions() to honour wxIMAGE_OPTION... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | fix bad typo in the code: wxIMAGE_OPTION_RESOLUTION... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | document all currently defined image options and their... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | implement const rbegin/rend() versions (closes #3866) |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | added the possibility to rescale the image during loadi... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | ignore files produced by the sample |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | minor optimization: create wxTCPEventHandler only when... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | fix assert failure if NULL size pointer was passed... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | stricter reply code checking: verify that we get the... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | really ensure that the pointer returned from MyConnecti... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Vadim Zeitlin | preliminary documentation of wxEventLoop |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Paul Cornett | remove obsolete macros |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Paul Cornett | simplify wxPizza a bit by always drawing the border... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Paul Cornett | make access for virtuals match base |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Paul Cornett | check for self assignment in operator= |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Vadim Zeitlin | fix restoration of the old font size in DoGetTextExtent... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Francesco Montorsi | removed redundant wxClassName:: prefix |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Francesco Montorsi | interface fixes; removed many functions which were... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Francesco Montorsi | avoid false warnings for wxThread and wxIPAddress |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Jaakko Salli | Fixed wxPropertyGridPage::DoSetSplitterPosition() infin... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | do override SetSplitterPosition() in wxPropertyGridPage... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | remove unused static wxColourFromPGLong function |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | remove useless comparison of unsigned value with 0 |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | make code dealing with wxUSE_IDLEMENUUPDATES a bit... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | CanPaste() should be const too |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | disable warning about possible misaligned access given... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | assigning line marker to itself shouldn't invalidate... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | consistently use wxAuiPaneInfo::Has/SetFlag() instead... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | comparison of wxBitmapType with -1 is useless as it... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | move the check for msgids matching the current language... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | assert in AddCatalog() if Init() hadn't been called... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | consistently use ExtractLang() everywhere instead of... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | more Doxygen warning fixes |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Vadim Zeitlin | fix parameter name |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Robert Roebling | #10183: patch to add wxOSX print job name |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Francesco Montorsi | further ifacecheck fixes (now only 3.3% of documented... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Robin Dunn | Set TOOLKIT_LOWERCASE correctly for the various flavors... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Robert Roebling | #10181: wxOSX: patch for proper wxPrintData to/from... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Vadim Zeitlin | no changes, just deTABbed |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | use -Woverloaded-virtual if g++ supports it |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | remove SO_SUFFIX from configure, this is handled by... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | use = in test, not == which is not standard and not... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | use correct shared library extension for HP-UX on ia64... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | fix large files support for HP-UX v11: we need _LARGEFI... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | fix warning about hiding the base class LoadFile() |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | added self-assignment check to wxListItem::operator=() |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | added check for self-assignment to wxPrintData::operato... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | there is no sqrt(int) in standard C++ (although glibc... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | remove consts from casts which don't do anything except... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | rebake after r56738 |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | fix the dependencies directory name for traditional... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Vadim Zeitlin | remove lines containing nothing but spaces: this is... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Vadim Zeitlin | use explicit global scope for a couple of more occurren... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Vadim Zeitlin | use base class copy ctor in wxPGCell and wxPGChoiceEntr... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Francesco Montorsi | other ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Francesco Montorsi | update screenshots using the default theme for Windows... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Vadim Zeitlin | fix yet another VC6 compilation error because of loop... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Vadim Zeitlin | compilation fix after wxFont changes (closes #10152) |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Vadim Zeitlin | fix another VC6 compilation error because of loop varia... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Francesco Montorsi | fix VC6 broken for variable scope handling |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Francesco Montorsi | ifacecheck manual fixes |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Francesco Montorsi | use wxEventType coherently with the docs |
commit | commitdiff | tree | snapshot |
next |