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 |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix virtual function hiding warnings introduced to... |
tree | commitdiff |
2008-10-20 |
Stefan Neis | Compilation fix for gcc-4 and newer. |
tree | commitdiff |
2008-10-19 |
Stefan Neis | Compilation fix for gcc-4 and newer. |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted... |
tree | commitdiff |
2008-10-19 |
Vadim Zeitlin | remove extraneous returns |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
tree | commitdiff |
2008-10-18 |
Vadim Zeitlin | remove assert from GetSizeAvailableForScrollTarget |
tree | commitdiff |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | compilation fix for include wx/generic/stattextg.h... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | forgot to commit toplevel.h as part of r56374 |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString() |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | added wxConnection::IsTextFormat() |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | disable VC6 warning C4284; put all warning disable... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
tree | commitdiff |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Removed unneeded wxPG_INHERITED_PROPFLAGS |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
tree | commitdiff |
2008-10-14 |
Francesco Montorsi | enable more wx stuff when using gcc xml |
tree | commitdiff |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Correct positioning of wxTextCtrl in wxPropertyGrid... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Also correct wxDList<T> |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | fix the bug in insert(end(), value) and added unit... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | remove default value for the last parameter of insert... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no real changes, just also rename _Read/_Write() to... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | Cleanup of wxSocket::_Wait(): |
tree | commitdiff |
2008-10-13 |
Robert Roebling | Use native closure buttons under GTK+ |
tree | commitdiff |
2008-10-13 |
Robert Roebling | Correct spelling, now use Indices |
tree | commitdiff |
2008-10-13 |
Francesco Montorsi | use wxEmptyString instead of wxString() for default... |
tree | commitdiff |
2008-10-12 |
Robert Roebling | Correct spelling and signature of FixIndexesOfChildren |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
next |