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 |
2009-01-28 |
Vadim Zeitlin | don't duplicate menu creation code in the parent and... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Francesco Montorsi | better docs for wxDataViewColumn |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Francesco Montorsi | fix doxygen warnings |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Francesco Montorsi | document various enumerations defined in defs.h; give... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Francesco Montorsi | no real changes; just cosmetic |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Francesco Montorsi | move wxSizer docs to the beginning of the file, before... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Vadim Zeitlin | define a separate run-tests-with-timing tag |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Francesco Montorsi | small reorganization; no real change |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Bryan Petty | Applied documentation typo/grammer corrections from... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Bryan Petty | Fixed the class diagrams javascript to initialize the... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Bryan Petty | Forward ported r58463. (Check for null text control... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Vadim Zeitlin | added template wxScopedArray<> too |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Robert Roebling | Fix for GetScrollPos() assert |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Vadim Zeitlin | don't do anything in SetWindowMenu() if we're setting... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Vadim Zeitlin | yet another blind attempt to run tests with --timing... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Vadim Zeitlin | add missing headers for PCH-less build |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Francesco Montorsi | fix PCH builds |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Francesco Montorsi | fix crash when calling InsertColumn() on a wxListCtrl... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | add more wxUSE_MENUS guards |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | don't include wx/mdi.h from wx/wx.h when building the... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Václav Slavík | Automatically adjust toolbar's tool size if the provide... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | test ShowFullScreen() to verify that restoring menu... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsol... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | disable the "Next" and "Previous" commands in the windo... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Francesco Montorsi | cleanup a bit the wxSplashScreen code; don't Yield... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | trying to make the tests run in trunk release build... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Francesco Montorsi | suppress warning about unused win pointer when wxUSE_GR... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Bryan Petty | Fixed the margins on the class diagram dropdown image... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Jaakko Salli | Added wxPGChoices::Copy(), tweaked related documentation |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | use --timing option with trunk build, not stable one |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | disable utils compilation in stable STL builds as tex2r... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | don't show the currently hidden frame if Iconize()... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | document the correct base class |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Vadim Zeitlin | include missing header (wx/msw/wrapcctl.h) for PCH... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Robert Roebling | Little correction to hand-made sizing |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Robert Roebling | Finally corrected drawing of wxListCtrl selection rect... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | Mac build fixes after latest change (closes #10433) |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | don't change the combobox text when it's being resized... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repain... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | compilation fix for VC6 after last change; use wx namin... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | remove unused function and out of date comments (we... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | fix state images after changing their style (see #9591) |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | use GetBoundingRect() for the in place text control... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | corrections to size calculations for state images ... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | remove duplicated HitTest implementation from wxCheckLi... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | use correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Vadim Zeitlin | allow specifying the mask colour in wxImage::ConvertAlp... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Francesco Montorsi | organize in groups wxAppConsole functions |
commit | commitdiff | tree | snapshot |
next |