2008-11-24 |
Vadim Zeitlin | include the right header for timeval |
tree | commitdiff |
2008-11-24 |
Vadim Zeitlin | remove extraneous class scope qualifier |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use struct timeval and not a long to store socket timeo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate SetInitialSocketBuffers() |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix wxSocket notifications under MSW after the last... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | added wxSocketBase::GetTimeout() to match existing... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use int instead of SOCKET to avoid including winsock... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-22 |
Jaakko Salli | Updated event type declarations to follow what other... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | give a name to the enum to make it easier to reference... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | give a name to the enum to make it easier to reference... |
tree | commitdiff |
2008-11-22 |
Kevin Ollivier | Forward port event handler fixes to trunk. |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | no changes, just reformat, remove extraneous semicolons... |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | define wxUSE_REGKEY for WinCE too (closes #10211) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix WinCE compilation after tbar95.h ->t oolbar.h renam... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | change Has/SetFlag() to take int instead of unsigned... |
tree | commitdiff |
2008-11-19 |
Jaakko Salli | For clarity, moved includes to the top of the file... |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | store the value to be set inside wxON_BLOCK_EXIT_SET... |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | add WX_ASSERT_EQUAL_MESSAGE |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | minor icc warning fixes |
tree | commitdiff |
2008-11-18 |
Vadim Zeitlin | add header required for PCH-less mingw32 compilation... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | implement const rbegin/rend() versions (closes #3866) |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | added the possibility to rescale the image during loadi... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2008-11-16 |
Paul Cornett | check for self assignment in operator= |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up... |
tree | commitdiff |
2008-11-15 |
Jaakko Salli | Fixed wxPropertyGridPage::DoSetSplitterPosition() infin... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | do override SetSplitterPosition() in wxPropertyGridPage... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | CanPaste() should be const too |
tree | commitdiff |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | fix warning about hiding the base class LoadFile() |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | added self-assignment check to wxListItem::operator=() |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | added check for self-assignment to wxPrintData::operato... |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | remove consts from casts which don't do anything except... |
tree | commitdiff |
2008-11-10 |
Vadim Zeitlin | use explicit global scope for a couple of more occurren... |
tree | commitdiff |
2008-11-10 |
Vadim Zeitlin | use base class copy ctor in wxPGCell and wxPGChoiceEntr... |
tree | commitdiff |
2008-11-10 |
Vadim Zeitlin | compilation fix after wxFont changes (closes #10152) |
tree | commitdiff |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | use wxEventType coherently with the docs |
tree | commitdiff |
2008-11-09 |
Vadim Zeitlin | use global operator new to fix compilation errors if... |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | use wxFrameNameStr where possible instead of 'frame... |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | do not halt gccXML because wxUSE_ACCESSIBILITY, even... |
tree | commitdiff |
2008-11-07 |
Bryan Petty | Prevent activation of the AUI hint window (mini frame... |
tree | commitdiff |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
tree | commitdiff |
2008-11-05 |
Vadim Zeitlin | remove Motif MDI files not used any longer |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | include wx/menu.h as we delete wxMenu pointer in this... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | define operator<<(wxLongLong_t) for VC6 whether wxUSE_S... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | really fix VC6 compilation of all testsi (without break... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Stefan Csomor | make sure virtual method isn't inlined away |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | add yet another overload of assertEquals to fix another... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | g++ compilation fix after latest changes |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | add assertEquals(int,unsigned short) overload to resolv... |
tree | commitdiff |
2008-10-31 |
Vadim Zeitlin | fix another MSVC /Wp64 warning about size_t to int... |
tree | commitdiff |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
tree | commitdiff |
2008-10-31 |
Vadim Zeitlin | fix MSVC /Wp64 warning about size_t to int conversion... |
tree | commitdiff |
2008-10-31 |
Vadim Zeitlin | fix compilation without wxUSE_FILESYSTEM (closes #10114) |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | for some reason having int/size_t assertEquals() overlo... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFun... |
tree | commitdiff |
2008-10-29 |
Francesco Montorsi | enable all compat symbols when using gccxml |
tree | commitdiff |
2008-10-29 |
Francesco Montorsi | s/FALSE/false |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packet... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | provide ctors allowing to specify the non-default buffe... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdate... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | document wxDocument::GetDocumentSaved() |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | fixed a missing ampersand |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | move wxVListBoxNameStr into vlbox.cpp source file ... |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
tree | commitdiff |
2008-10-28 |
Vadim Zeitlin | no real changes, just reformat before starting really... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native... |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Added similar assignment operator as well |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Added wxPropertyGridConstIterator(const wxPropertyGridI... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | fix handling of errors in wxConditionInternal::Wait... |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Removed dummy wxFont == operator implementation (IIRC... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
2008-10-22 |
Vadim Zeitlin | compilation fix for operator=() with DMC |
tree | commitdiff |
2008-10-22 |
Jaakko Salli | Merged wxBaseEnumPropertyClass (intermediate property... |
tree | commitdiff |
2008-10-21 |
Robert Roebling | Correct TAB handling for generic wxDataViewCtrl |
tree | commitdiff |
2008-10-21 |
Jaakko Salli | Removed deprecated functions wxPGChoices::HasValue... |
tree | commitdiff |
2008-10-20 |
Jaakko Salli | User should no longer be able to modify disabled or... |
tree | commitdiff |
2008-10-20 |
Jouk Jansen | gtk1.x has less native functions than gtk2.x |
tree | commitdiff |
next |