2009-02-04 |
Francesco Montorsi | in debug mode when clicking with the middle mouse butto... |
tree | commitdiff |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | add standard wxBLUE_PEN for coherency with the colours... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | restore the default bitmap icons size to 16*15, making... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ |
tree | commitdiff |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem |
tree | commitdiff |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolli... |
tree | commitdiff |
2009-02-03 |
Francesco Montorsi | Re-add support for multiple text validator styles but |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Add space all around std buttons as per Apple HIG ... |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Removed accidentally committed debug code |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | compilation fix for template Connect() |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | Changes to template Connect() to make it compile with... |
tree | commitdiff |
2009-02-02 |
Robert Roebling | Invalidate only the specified rectangle |
tree | commitdiff |
2009-02-02 |
Robert Roebling | The recent change to ::Refresh() (strangely) fails... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | The check column needs more space |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Enable the correct code making sure that subwindows... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | correct the tests for the window position to actually... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | position the popup on the correct screen (see #10462) |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | check for m_parentMenu being NULL in IsChecked/Checked... |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | fix a typo in comment |
tree | commitdiff |
2009-02-01 |
Jaakko Salli | Use wxToolBar::SetToolBitmapSize() to setup tool bitmap... |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | fixing utf32 native conversion |
tree | commitdiff |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding explicit log.h include |
tree | commitdiff |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes... |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding the GetEventHandler() indirection |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding explicit log.h include |
tree | commitdiff |
2009-02-01 |
Stefan Neis | Removed extraneous semicolons and commas (partly fixes... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for menu items with NULL... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | log error message in wxRmdir() for consistency with... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | attempt to fix DLL samples link with VC6 which has... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for items not attached... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | add SetCharIncludes and SetCharExcludes utilities to... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | load ImageList_Copy() dynamically to allow wx apps... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | corrections after last commit, (see #10452 comment:6) |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | give better names to wxTextValidator::IsInCharIncludes... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | fix warnings about conversion between DWORD and pointer... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | define MIIM_BITMAP &c in wx/msw/missing.h instead of... |
tree | commitdiff |
2009-01-31 |
Robert Roebling | Disable wxSIZE_FORCE_EVENT and demonstrate its bug... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | use margin width after updating it in OnMeasureItem... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | don't use built-in support for menu bitmaps if they... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | use SetMenuItemInfo() to update the item label to avoid... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | no real changes, just remove unnecessary code; use... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | don't override the toolbar height with too small value |
tree | commitdiff |
2009-01-31 |
Robert Roebling | Fixes #10437 (wxDataObjectComposite::Add may add object... |
tree | commitdiff |
2009-01-31 |
Robert Roebling | Fixes #10432 (wxDataObjectComposite::GetAllFormats... |
tree | commitdiff |
2009-01-31 |
Robert Roebling | Commit Hartwig's patch for DnD in wxDataViewCtrl |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | include errno.h to fix buildbot compilation |
tree | commitdiff |
2009-01-31 |
Jaakko Salli | Fixed broken 'hidden categories' mode (aka. alphabetic... |
tree | commitdiff |
2009-01-31 |
Václav Slavík | don't include private headers from wx/unix/evtloop.h |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Explain reasoning behind using wxSIZE_FORCE_EVENT |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Don't call SetMinSize() on the pane as this prevents... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Remove debug code |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Reorganize wxCollapsiblePane event and layout code... |
tree | commitdiff |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Don't use a cached best size if the window has a sizer |
tree | commitdiff |
2009-01-30 |
Francesco Montorsi | cleanup code and reorganize it to reuse the same switch... |
tree | commitdiff |
2009-01-30 |
Jaakko Salli | Let's make sure embedded wxPropertyGrid does not get... |
tree | commitdiff |
2009-01-30 |
Václav Slavík | wxDFB: use Unix event loop and timers (fixes #10408) |
tree | commitdiff |
2009-01-30 |
Stefan Csomor | use native conversions that are close to the native... |
tree | commitdiff |
2009-01-30 |
Václav Slavík | handle EINTR when reading data from the wakeup pipe |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Move body of SetMinSize and SetMaxSize from header... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Give wxCollapsiblePane's pane a name for easier debugging |
tree | commitdiff |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
tree | commitdiff |
2009-01-29 |
Jaakko Salli | Do not propagate key events from child controls unless... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | use HandleWindowEvent() instead of ProcessEvent() to... |
tree | commitdiff |
2009-01-29 |
Jaakko Salli | Fixed wxPropertyGridManager::CreatePropertyGrid(),... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | don't fall back to the only currently existing document... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | no real changes, just minor refactoring and cleanup |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | don't crash if we have no accelerators for the "Window... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | correct wxDateTime DST begin/end computations for years... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | another fix for wxUSE_DRAG_AND_DROP==0 build |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls... |
tree | commitdiff |
2009-01-28 |
Robert Roebling | Fixes #10443: wxListCtrl::MoveToItem |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | no real changes, just small cleanup, in particular... |
tree | commitdiff |
2009-01-28 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-01-27 |
Bryan Petty | Forward ported r58463. (Check for null text control... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel... |
tree | commitdiff |
2009-01-27 |
Robert Roebling | Fix for GetScrollPos() assert |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | fix PCH builds |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | fix crash when calling InsertColumn() on a wxListCtrl... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | add more wxUSE_MENUS guards |
tree | commitdiff |
2009-01-26 |
Václav Slavík | Automatically adjust toolbar's tool size if the provide... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
tree | commitdiff |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsol... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | disable the "Next" and "Previous" commands in the windo... |
tree | commitdiff |
2009-01-26 |
Francesco Montorsi | cleanup a bit the wxSplashScreen code; don't Yield... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-26 |
Francesco Montorsi | suppress warning about unused win pointer when wxUSE_GR... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
tree | commitdiff |
next |