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 |
2008-11-09 |
Francesco Montorsi | more intelligence to avoid false warnings |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Francesco Montorsi | fix VC6 builds by removing variadic macros; use standar... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Francesco Montorsi | fix typo: s/SetTimestamp/DisableTimestamp |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Vadim Zeitlin | use global operator new to fix compilation errors if... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Francesco Montorsi | another wxFont OS2 blind build fix |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Vadim Zeitlin | fix race condition which could result in assert failure... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Francesco Montorsi | ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Francesco Montorsi | ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Francesco Montorsi | use wxFrameNameStr where possible instead of 'frame... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Francesco Montorsi | generate the output gcc XML file always in the same... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Francesco Montorsi | do not halt gccXML because wxUSE_ACCESSIBILITY, even... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Francesco Montorsi | blind fix based on buildbot logs |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Vadim Zeitlin | release the mouse in wxGrid dtor to avoid asserts when... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Vadim Zeitlin | Finnish translations update from Elias Julkunen |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Francesco Montorsi | fix build |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Bryan Petty | Prevent activation of the AUI hint window (mini frame... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Vadim Zeitlin | check for NULL pointer in IsExtensionInList() |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Michael Wetherell | Temporarily disable the email notifications as we're... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Jouk Jansen | changing depricated font-family enums into current... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Vadim Zeitlin | document wxRESIZE_BORDER side effect under Windows... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Jouk Jansen | inserting generic mdi for OpenVMS Motif support |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Jouk Jansen | romoving motif-mdi for OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Vadim Zeitlin | add command line options for displaying the test name... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Vadim Zeitlin | remove Motif MDI files not used any longer |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Vadim Zeitlin | disable the test under Windows as it hangs and prevents... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Vadim Zeitlin | include wx/menu.h as we delete wxMenu pointer in this... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Vadim Zeitlin | fix wxXPMDataHandler silently broken by long->wxBitmapT... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | added wxrc to the makefiles |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | include richtext library in BUILT_WX_LIBS (in particula... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | build fix (the sample uses an undocumented function... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | build fix |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | build fixes |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | build fixes |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | don't crash trying to draw buttons with invalid bitmaps... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | fix (harmless) unused variable warning |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | remaining h* interface header revision |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | wx/tls.h belongs to base headers, not core (#10148) |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | define operator<<(wxLongLong_t) for VC6 whether wxUSE_S... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Francesco Montorsi | fixed doxygen warnings produced by the ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | blind fix for yet another VC6 compilation error |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Vadim Zeitlin | really fix VC6 compilation of all testsi (without break... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | undo the previous change, it's not needed any more... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Stefan Csomor | make sure virtual method isn't inlined away |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | add yet another overload of assertEquals to fix another... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | explicitly cast wxUniCharRef to char inside CPPUNIT_ASS... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | added propgrid sources |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Vadim Zeitlin | fix (justified) warnings about potential use of uniniti... |
commit | commitdiff | tree | snapshot |
next |