2009-02-01 |
Francesco Montorsi | add the abicheck.sh script for checking possible ABI... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Francesco Montorsi | add GetControlWidget() accessor to the generic wxCollap... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Vadim Zeitlin | correct the tests for the window position to actually... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Chris Elliott | second http://trac.wxwidgets.org/ticket/10457 fix |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Francesco Montorsi | add uint/long/ulong overloads of operator* and operator... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Francesco Montorsi | use appropriate casts to fix warnings about double... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Neis | Removed extraneous semicolon (partly fixes #10456). |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Vadim Zeitlin | another wxUSE_DRAG_AND_DROP==0 compilation fix |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Vadim Zeitlin | position the popup on the correct screen (see #10462) |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Vadim Zeitlin | set standard properties |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Vadim Zeitlin | check for m_parentMenu being NULL in IsChecked/Checked... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Francesco Montorsi | fix a typo in comment |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Jaakko Salli | Use wxToolBar::SetToolBitmapSize() to setup tool bitmap... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Csomor | avoid warning |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Csomor | fixing utf32 native conversion |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Csomor | adding explicit log.h include |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Neis | Fixed compilation error on OS/2 (strnlen declaration... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Csomor | adding the GetEventHandler() indirection |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Csomor | adding explicit log.h include |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Stefan Neis | Removed extraneous semicolons and commas (partly fixes... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for menu items with NULL... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | log error message in wxRmdir() for consistency with... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | document FindChildItem() (closes #10455) |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | attempt to fix DLL samples link with VC6 which has... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for items not attached... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | add SetCharIncludes and SetCharExcludes utilities to... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | load ImageList_Copy() dynamically to allow wx apps... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | corrections after last commit, (see #10452 comment:6) |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | better docs for wxValidator::SetWindow and Validate |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | give better names to wxTextValidator::IsInCharIncludes... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | a few typo-fix and cosmetic changes to wxFlexGridSizer... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | add operator* taking doubles to wxSize |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | add an example of a custom wxValidator-derived class... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | add wxStringCheck templated utility function |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | fix warnings about conversion between DWORD and pointer... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Robert Roebling | Forgot to commit |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | define MIIM_BITMAP &c in wx/msw/missing.h instead of... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | fix typo; document wxFlexSizerGrowMode |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Robert Roebling | Disable wxSIZE_FORCE_EVENT and demonstrate its bug... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | remove extra line breaks which prevents Doxygen from... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | use margin width after updating it in OnMeasureItem... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | don't use built-in support for menu bitmaps if they... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | use SetMenuItemInfo() to update the item label to avoid... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | don't list SetSelection() as being deprecated, it isn't |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | better define what an ASCII character is considered... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | no real changes, just remove unnecessary code; use... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | document only char* variant of all string utility funct... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | say that use of _T() is discouraged in new code, just... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | don't override the toolbar height with too small value |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Robert Roebling | Fixes #10437 (wxDataObjectComposite::Add may add object... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Robert Roebling | Fixes #10432 (wxDataObjectComposite::GetAllFormats... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Robert Roebling | Commit Hartwig's patch for DnD in wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Elliott | http://trac.wxwidgets.org/ticket/10457 fix |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Vadim Zeitlin | include errno.h to fix buildbot compilation |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Francesco Montorsi | remove anchor colouring not only for H2 but also for... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Jaakko Salli | Fixed broken 'hidden categories' mode (aka. alphabetic... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Václav Slavík | don't include private headers from wx/unix/evtloop.h |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Explain reasoning behind using wxSIZE_FORCE_EVENT |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Don't call SetMinSize() on the pane as this prevents... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Remove debug code |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Reorganize wxCollapsiblePane event and layout code... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Vadim Zeitlin | DisableSaving/Restoring() should be void, not bool |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Stefan Csomor | workaround for crashes in release builds |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Don't use a cached best size if the window has a sizer |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Francesco Montorsi | cleanup code and reorganize it to reuse the same switch... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Jaakko Salli | Let's make sure embedded wxPropertyGrid does not get... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Francesco Montorsi | document the wxIntXX/wxFloatXX/wxCharXX types; add... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Francesco Montorsi | fix typo (missing closing brackets); add some comments... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Václav Slavík | wxDFB: use Unix event loop and timers (fixes #10408) |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Stefan Csomor | use native conversions that are close to the native... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Václav Slavík | handle EINTR when reading data from the wakeup pipe |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Francesco Montorsi | s/wxUsleep/wxMilliSleep |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Move body of SetMinSize and SetMaxSize from header... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Give wxCollapsiblePane's pane a name for easier debugging |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Robert Roebling | Make GetEffectiveMinSize virtual as not being able... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Vadim Zeitlin | include wx/generic/gridctrl.h too for compatibility |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Francesco Montorsi | fix typo |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Jaakko Salli | Do not propagate key events from child controls unless... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Vadim Zeitlin | use HandleWindowEvent() instead of ProcessEvent() to... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Jaakko Salli | Fixed wxPropertyGridManager::CreatePropertyGrid(),... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Vadim Zeitlin | don't fall back to the only currently existing document... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Vadim Zeitlin | no changes, just corrected/completed a comment truncate... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Vadim Zeitlin | no real changes, just minor refactoring and cleanup |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Vadim Zeitlin | don't crash if we have no accelerators for the "Window... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Vadim Zeitlin | add wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Václav Slavík | wxEpollDispatcher is in wxBase, not wxCore - fixed... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | correct wxDateTime DST begin/end computations for years... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | another fix for wxUSE_DRAG_AND_DROP==0 build |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Francesco Montorsi | use singular when documenting group of functions as... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Kevin Ollivier | Adding docs for new wx interface methods. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Robert Roebling | Fixes #10443: wxListCtrl::MoveToItem |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | no real changes, just small cleanup, in particular... |
commit | commitdiff | tree | snapshot |
next |