2009-01-16 |
Vadim Zeitlin | add a unit test checking that events are really propaga... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Vadim Zeitlin | ensure that ProcessEvent() is called for all the event... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Robert Roebling | Illustrate usage of wxDataViewListCtrl |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Robert Roebling | Mention wxDataViewListCtrl |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Robert Roebling | Document wxDataViewListCtrl, minor corrections |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | remove usage of _T(); it's just confusing and it's... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Robert Roebling | Document wxDataViewListStore |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | Move SetDefaultTimeout to wxProtocol and set it to... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Robert Roebling | Added wxDataViewListCtrl, use it in the sample |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | document predefined array types |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Jouk Jansen | Add combo sample to compile list of OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Vadim Zeitlin | include wx/generic/grideditors.h for compatibility |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | fix motif combobox for Motif < 2.0 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | fix wxMotif build |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | make wxSocketBase::SetTimeout virtual and make it prote... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Francesco Montorsi | no real change; just reorder functions |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Vadim Zeitlin | don't use wxString::FromASCII() with possibly non-ASCII... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Vadim Zeitlin | add VC6 and command line VC makefile too |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Václav Slavík | silence gcc warnings in "vararg" functions such as... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Robert Roebling | Change GetValue() and SetValue() to GetValueByRow(... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Robert Roebling | Use paint handler instead of wxClientDC to draw DnD... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Stefan Csomor | make sure group boxes don't get the big font |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Bryan Petty | Initialize m_action_window to NULL in wxAuiManager... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Bryan Petty | Noted changes to wxVScrolledWindow in the 3.0 overview... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Vadim Zeitlin | link with wininet.lib under Windows to avoid linking... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Stefan Csomor | adding missing header for non-precomp build |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Vadim Zeitlin | fix PCH-less build with wxUSE_URL_NATIVE (see #10338) |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Vadim Zeitlin | added a (Windows-only) Flash sample |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Stefan Csomor | fixing controls with content areas, correcting radiobox... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Julian Smart | Added font family to wxTextAttr |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Robert Roebling | Fixes #10382: Memory leak in wxDataViewMainWindow:... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Robert Roebling | Don't make wxFrame grow when adding a native wxToolbar |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | add -k_T to the call to xgettext as otherwise a string... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | add Italian translation |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Vadim Zeitlin | reduce IPC buffer size to be less than typical Ethernet... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | use wxStrnlen() and add NULL-checks in wxMsgCatalogFile... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | do not assert when the validator style == wxFILTER_NONE |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | s/wxWindows/wxWidgets; update wx-dev mail address |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | add some wxIMAGE_OPTION_PNG_xxx options to wxImage... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | no real change; just reorganize the sample splitting... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | fix ANI loading; check for errors when calling Read() |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Vadim Zeitlin | don't assert if the locale couldn't be set in AddCatalo... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | don't crash if an item has a NULL ID |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Vadim Zeitlin | don't try to destroy the already destroyed OCX HWND |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | call event.Enable(true) in OnUpdateFileOpen and OnUpdat... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | fix typo |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | part of commit r58093 |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | Reenable TEST_ALL (and #define TEST_FTP in that case) |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | don't use hardcoded constant 200; use wxSTACKWALKER_MAX... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Stefan Csomor | cleaning up warnings, more common event code |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Francesco Montorsi | patch from Utensil Candel which refactors and documents... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Stefan Csomor | routing native events first to the wx class and only... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Vadim Zeitlin | disable new event code unconditionally for now |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Vadim Zeitlin | don't define wxHeaderColumnsRearrangeDialog if !wxUSE_R... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935) |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Vadim Zeitlin | use wxWindow::GetClientSize() instead of ::GetClientRec... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Robert Roebling | Also update cursor when over toolbar and titlebar |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | add a note about the formats which wxAnimation is capab... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | warn that a seekable stream is required for generic... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | check for wxInputStream::Read errors |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | fix typo |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | always properly check if SeekI() calls succeded; this... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | document operator\! |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Stefan Csomor | using subclass as impl ptr, common code in macro becaus... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Stefan Csomor | common event code |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | reorder the classes, putting first the basic ones and... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | use ::wxInvalidOffset to enable autolinking |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Jouk Jansen | Update configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Jouk Jansen | Avoid warning on OpenVMS system |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | provide our own implementation of wxStrnlen if it's... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Jouk Jansen | Update configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Jouk Jansen | Update configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Jouk Jansen | change int->wxRasterOperationMode was omitted at one... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Stefan Csomor | make sure that code is always available when compiling... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Stefan Csomor | removing duplicate code |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Francesco Montorsi | fix wxMSW shared builds |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | fix a typo; move aux classes below the main ones |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | add support for wxStrnlen for those platforms where... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | ensure correct linking of the socket manager initialize... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | use DECLARE_NO_ASSIGN_CLASS() for better readability |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | better way to avoid warnings about a non-existing missi... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | assert when the item index is out of range in wxMSW... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jaakko Salli | Let wxVariantDataDateTime::Write() and Read() work... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jaakko Salli | Better support for unspecified property value in wxDate... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | restored the default value of wxObjectEventFunctor... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix VC6 ICE; don't call the function which doesn't... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | compilation fix after the event patch |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | disable new events for VC9 too, it fails when linking... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | miscellaneous spelling/grammar corrections (closes... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix the MSVC check in the last comment and accompanying... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | disable new events for MSVC 7, it fails to compile... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | don't use wxDELETE unnecessarily |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | don't use wxVector<wxDataFormat> from wx/clipbrd.h... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix MSVC warning about possibly unused variable in... |
commit | commitdiff | tree | snapshot |
next |