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 |
2009-01-12 |
Vadim Zeitlin | fix deprecation warnings when building wx with MSVC |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Robert Roebling | Also mention wxRound() and wxIsSameDouble() |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Robert Roebling | Spelling error |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jouk Jansen | Update configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jouk Jansen | Fixing/Testing sockets on OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Paul Cornett | return index of first added image in Add(), like MSW... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347 |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Robert Roebling | Default to wxConvUTF8 (not wxConvAuto) in wxDataInputSt... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Robert Roebling | Added interface for getting/setting text converter... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix for PCH-less builds |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix others $Id$ keywords |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | do not remove Author, Date, Revision SVN keywords |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | a few missing Id keywords |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | typo fix |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix few doxygen warnings |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | document recently added enums |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | add note for wxWidgets user with a skeleton for a very... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | suppress warnings about missing_semicolons file not... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | VC6 gets confused by the protected copy ctor; make... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix for the broken VC6 compiler (why do we have to... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | fix handling of locale names without county info (close... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECK... |
commit | commitdiff | tree | snapshot |
next |