2010-04-01 |
Jouk Jansen | Fix OpenVMS compile support for new version in src/stc |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Francesco Montorsi | Committing modified version of jwiesemann's patch ... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Paul Cornett | Remove unnecessary declarations. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jouk Jansen | correcting typo in commit 63803 |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jouk Jansen | Defining wxCOMPILE_TIME_ASSERT for OpenVMS |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Francesco Montorsi | better docs for Get/SetLabel methods |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Fix compilation breakage in r63783. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Only allow opening existing files in docview framework. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Add wxUSE_FSWATCHER dependency on wxUSE_THREADS for... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Jaakko Salli | For better support of wxValidators, invoke wxValidator... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Václav Slavík | Use fixed screen DPI of 96 when printing HTML. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Václav Slavík | Removed useless wxDisplaySize() calls from wxHtmlPrintout. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Vadim Zeitlin | Add wxBitmap unit test. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Paul Cornett | build fix for IRIX |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Implement wxMask copy ctor for wxGTK. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Suppress gcc warnings about double to int conversion. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Fix bug in wxMBConv_cf::FromWChar() in OS X. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Vadim Zeitlin | Clarify wxMenu objects allocation rules. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Francesco Montorsi | no real changes: just a small optimization on wxStaticT... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | wxHTML: Support percentage width in IMG tag. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Fix UTF-8 string storage in constant: use unsigned... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Reverted wxFileSystem support in wxLocale. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Fix wxFileSystem::FileNameToURL() for Unicode file... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Add test wxFileSystem::FileNameToURL,URLToFileName... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Václav Slavík | Preserve m_skipped in wx[Var]ScrollHelperEvtHandler... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Vadim Zeitlin | Fix compilation of wx/debug.h when it's the first wx... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Vadim Zeitlin | Allow overriding print preview frame creation in docview. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jaakko Salli | Fix focus at the end of a property label edit (needed... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jaakko Salli | In wxPropertyGrid::HandleCustomEditorEvent(), ignore... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jouk Jansen | Updates to make wxWidgets compaile on OpenVMS again |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Paul Cornett | better fix for #11803, don't set iconized state for... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Paul Cornett | ignore iconized state when computing client size for... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Jouk Jansen | Adding keyboard sample to OpenVMS makefiles |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Vadim Zeitlin | Implement wxDocument::Revert() and show its use in... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Vadim Zeitlin | Always call wxView::Close() when closing it. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Julian Smart | Fixed ordering bug that caused an assertion because... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Add uiaction sample to the list of samples to build... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Let uiaction sample compile even if wxUSE_UIACTIONSIMUL... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Clarify wxDateTime::ParseDateTime() semantics: it needs... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Temporarily disable wxFileSystemWatcher unit test under... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Jaakko Salli | Fixed RefreshRect() call in wxPropertyGrid::DrawItems... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Fix wxOSX compilation without PCH. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Don't enter an infinite loop if a spacer with min size... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vadim Zeitlin | Fix the selection validity check in wxSingleChoiceDialog. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Francesco Montorsi | reorder GetLabel(), GetLabelText(), SetLabel() and... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Vadim Zeitlin | Correct wxFILTER_DIGITS handling broken by r63582. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Vadim Zeitlin | Add initial selection parameter to wxGetSingleChoice... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Vadim Zeitlin | Don't leak m_protocol in wxURL. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Jaakko Salli | Make wxPGVFBFlags an unsigned char define instead of... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Remove obsolete parts of wxPageSetupDialog documentation. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Add wxMessageDialog::GetEffectiveIcon() and use it... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Remove unused and empty src/x11/joystick.cpp file. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Rename wxWindow::GetMainWindow() to X11GetMainWindow... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Fix a couple of harmless unused parameter warnings... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | De-TAB-bed src/x11/pango_x.cpp. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Fix some harmless unused parameter warnings. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Check whether SA_RESTART is defined and don't use it... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Include sys/time.h from threadpsx.cpp for all systems. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Add support for QNX to dialup detection code. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Always include sys/time.h and sys/select.h from selectd... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Define wxGraphicsRenderer::GetDefaultRenderer() for... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Remove duplicate variable definition. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Francesco Montorsi | Fix various doxygen warnings |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Vadim Zeitlin | Postpone initialization of owner-drawn menu metrics. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Jaakko Salli | Clarify documentation for wxPropertyGridEvent::GetPrope... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Return exit code as signed integer from wxExecute(wxEXE... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Ensure that setting wxChoice height to its default... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Remove wxAuiProportionalBoxSizer hack and replace it... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Fix box sizer layout algorithm to respect both proporti... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the minor direction of box sizer... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the major direction of box sizer... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Add (a very simple for now) wxBoxSizer unit test. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Czech translation update from Herbert Breunung. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stefan Csomor | fixing non-precomp builds |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stefan Csomor | adding proper removal of observer for stacked event... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Robert Roebling | Don't use grouping of different methods as this creates... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Vadim Zeitlin | Add white outline to bulls eye cursor used under MSW. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Vadim Zeitlin | Initialize picker style in native GTK file/dir pickers. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Stefan Csomor | streamlining OSX event support second step, moving... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Stefan Csomor | streamlining OSX event support first step, see #11805... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Jaakko Salli | Fixed label editor position for child properties |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Fix test for compilers not supporting \u escapes in... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Set correct properties for the new file added in r63660. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Use an appropriate icon automatically in wxMSW wxMessag... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Document that message box with wxYES_NO but without... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Add a "not specified" icon style to the message box... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Vadim Zeitlin | Use event tables instead of Bind() in uiaction sample. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vadim Zeitlin | Add minimal support for QNX to configure. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jaakko Salli | Fixed property editor re-positioning when additional... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vadim Zeitlin | Revert unneeded fix for list control headers from r63177. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vadim Zeitlin | Correct query for formats supported by wxDataObject... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Francesco Montorsi | Fix function wxControlBase::DoEllipsizeSingleLine to... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Francesco Montorsi | no real changes, just rename the variables to make... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Vadim Zeitlin | Use _UNICODE instead of UNICODE in wx/msw/winundef.h. |
commit | commitdiff | tree | snapshot |
next |