2010-05-23 |
Vadim Zeitlin | Remove non-working or semi-working tests added from...
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Added wxMessageQueue::Clear().
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Fix for user input processing in wxProgressDialog.
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Use GTK+ functions for wxDisplay implementation.
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Restore selection on click in row/column selection...
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Modify wxBoxSizer minimal size calculations to respect...
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Set wild card in the base class too in wxGTK wxFileDialog.
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Correct notebook sample layout.
|
commit | commitdiff | tree |
2010-05-22 |
Vadim Zeitlin | Unset the debug report preview dialog as critical window...
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Document wxDocManager::CloseDocument().
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Minor corrections to wxFont size-changing methods.
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Erase the column label background in wxGrid to avoid...
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Use ListView_CancelEditLabel() to implement wxListCtrl...
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Always define SIZEOF_WCHAR_T if it's not defined under...
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Simplify and correct MSW selection of background brush...
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Fix focus debugging in the controls sample.
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Yet another fix to event propagation in scrolled windows.
|
commit | commitdiff | tree |
2010-05-21 |
Vadim Zeitlin | Fix cast from pointer to int in wxDataViewCtrl.
|
commit | commitdiff | tree |
2010-05-20 |
Vadim Zeitlin | Fix wxListCtrl::EndEditLabel() which simply didn't...
|
commit | commitdiff | tree |
2010-05-20 |
Vadim Zeitlin | Fix wxScrollHelperEvtHandler broken by recent changes...
|
commit | commitdiff | tree |
2010-05-19 |
Vadim Zeitlin | Document that wxWindow::FindWindowByXXX() functions...
|
commit | commitdiff | tree |
2010-05-19 |
Vadim Zeitlin | Document wxHTTP::SetPostBuffer().
|
commit | commitdiff | tree |
2010-05-19 |
Vadim Zeitlin | No changes, just add a comment.
|
commit | commitdiff | tree |
2010-05-19 |
Vadim Zeitlin | Document wxHTTP::Connect(wxSockAddress) overload.
|
commit | commitdiff | tree |
2010-05-18 |
Vadim Zeitlin | Add AM_PATH_WXRC to wxwin.m4 for backwards compatibility.
|
commit | commitdiff | tree |
2010-05-18 |
Vadim Zeitlin | Compilation fix for wxUSE_LOG_DEBUG==0 case.
|
commit | commitdiff | tree |
2010-05-16 |
Vadim Zeitlin | Mention that stock bitmaps are a wxGTK-only feature...
|
commit | commitdiff | tree |
2010-05-16 |
Vadim Zeitlin | Fix links to wxArtClient and wxArtID in the generated...
|
commit | commitdiff | tree |
2010-05-15 |
Vadim Zeitlin | Clip drawing in wxRendererGeneric::DrawHeaderButtonContents().
|
commit | commitdiff | tree |
2010-05-15 |
Vadim Zeitlin | Don't change the current pen and brush in DrawHeaderButtonCo...
|
commit | commitdiff | tree |
2010-05-15 |
Vadim Zeitlin | Add more tests for wxRendererNative::DrawHeaderButton().
|
commit | commitdiff | tree |
2010-05-15 |
Vadim Zeitlin | Remove wxGTK-specific text shift in wxRenderer::DrawHeaderBu...
|
commit | commitdiff | tree |
2010-05-13 |
Vadim Zeitlin | Never enable wxSpinCtrlGenericBase window itself at...
|
commit | commitdiff | tree |
2010-05-13 |
Vadim Zeitlin | Use GetWidgets() in the widgets samples instead of...
|
commit | commitdiff | tree |
2010-05-13 |
Vadim Zeitlin | No changes, just cleanup the image part of the docview...
|
commit | commitdiff | tree |
2010-05-13 |
Vadim Zeitlin | Document wxDocument::DeleteContents().
|
commit | commitdiff | tree |
2010-05-12 |
Vadim Zeitlin | Refactor wxDocParentFrame and wxDocMDIParentFrame to...
|
commit | commitdiff | tree |
2010-05-12 |
Vadim Zeitlin | Restore wxString::Printf() example showing position...
|
commit | commitdiff | tree |
2010-05-11 |
Vadim Zeitlin | Fix position for wxKeyEvents in wxMSW.
|
commit | commitdiff | tree |
2010-05-10 |
Vadim Zeitlin | Build fix: forgotten part of the previous commit.
|
commit | commitdiff | tree |
2010-05-10 |
Vadim Zeitlin | Add column parameter to wxListCtrl::GetItemText().
|
commit | commitdiff | tree |
2010-05-10 |
Vadim Zeitlin | Change wxDIALOG_NO_PARENT value to avoid clashing with...
|
commit | commitdiff | tree |
2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAP...
|
commit | commitdiff | tree |
2010-05-10 |
Vadim Zeitlin | No changes, just added comments summarizing the use...
|
commit | commitdiff | tree |
2010-05-10 |
Vadim Zeitlin | Don't use wxWindow::ClearBackground() in the image...
|
commit | commitdiff | tree |
2010-05-09 |
Vadim Zeitlin | Replace public wxEvtHandler::ProcessEventHere() with...
|
commit | commitdiff | tree |
2010-05-09 |
Vadim Zeitlin | Use ProcessEventLocally() instead of ProcessEventHere...
|
commit | commitdiff | tree |
2010-05-09 |
Vadim Zeitlin | Add wxWindow::ProcessWindowEventLocally() and use it...
|
commit | commitdiff | tree |
2010-05-09 |
Vadim Zeitlin | Refactor the event processing code to add ProcessEventLocally().
|
commit | commitdiff | tree |
2010-05-09 |
Vadim Zeitlin | Call wxEvtHandler::TryBefore() only once from ProcessEvent().
|
commit | commitdiff | tree |
2010-05-08 |
Vadim Zeitlin | Invalidate wxListBox best size immediately without...
|
commit | commitdiff | tree |
2010-05-07 |
Vadim Zeitlin | Fix crash in wxCommandProcessor of capacity N when...
|
commit | commitdiff | tree |
2010-05-07 |
Vadim Zeitlin | Fix assert during separator items creation introduced...
|
commit | commitdiff | tree |
2010-05-07 |
Vadim Zeitlin | Fix bugs related to two phase creation of wxRibbon...
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Don't accept focus in the dummy main generic spin control...
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when...
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Always update the value of generic spin control when...
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Make keyboard navigation in generic wxTreeCtrl more...
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Check that menu ids are limited to MSW-supported range.
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Added wxLANGUAGE_BOSNIAN.
|
commit | commitdiff | tree |
2010-05-06 |
Vadim Zeitlin | Mention that hatched pens don't work under wxGTK and...
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | Fix PCH-less compilation after recent changes.
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | No changes, just make wxDataViewEditorCtrlEvtHandler...
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | Pop event handler from wxDVC edit control before destroying it.
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | Notify user less intrusively about overflow when previewing...
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | Move wxInfoBar to core library from adv.
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview().
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | No real changes, just clean up wxAbortProc mess.
|
commit | commitdiff | tree |
2010-05-05 |
Vadim Zeitlin | Remove GtkPrintOperation preview signal handler.
|
commit | commitdiff | tree |
2010-05-04 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxCalendarCtrl.
|
commit | commitdiff | tree |
2010-05-03 |
Vadim Zeitlin | Use wxString::ToCDouble() instead of emulating it.
|
commit | commitdiff | tree |
2010-05-02 |
Vadim Zeitlin | Fix PCH-less build after changes r64139.
|
commit | commitdiff | tree |
2010-05-02 |
Vadim Zeitlin | Include <windows.h> before including <shellapi.h>.
|
commit | commitdiff | tree |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem().
|
commit | commitdiff | tree |
2010-05-02 |
Vadim Zeitlin | Spell contributor name correctly.
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Add wxLoadUserResource() overload not copying the resource...
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Remove a harmless unused parameter warning in wxOSX...
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Fix wxGTK1 event loop definition mismatch between base...
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Use wxMenuBar::Attach/Detach() instead of SetInvokingWindow...
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Fix wxGTK1 link after toolbar files renaming.
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and...
|
commit | commitdiff | tree |
2010-04-26 |
Vadim Zeitlin | Don't set invoking window recursively in wxGTK wxWindow...
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Remove unnecessary duplicate code dealing with invoking...
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Recurse upwards the menu hierarchy in wxMenu::GetWindow().
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Disable ImageTestCase::LoadFromFile() on build slaves.
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | A slightly better compilation fix after PCH-less build...
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Don't use invoking window in wxGTK wxMenuBar implementation.
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Use wxMenu::GetWindow() instead of GetInvokingWindow...
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Avoid code duplication in wxGTK menu events generation...
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | No real changes, just remove empty wxMenuBar dtor in...
|
commit | commitdiff | tree |
2010-04-24 |
Vadim Zeitlin | Move wxMSW wxMenu::GetWindow() down to wxMenuBase.
|
commit | commitdiff | tree |
2010-04-23 |
Vadim Zeitlin | Work around wrong client size computation for not yet...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Fix harmless warning about a possibly uninitialized...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Don't test possibly uninitialized variable in wxGCDC...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Fix harmless g++ 4.3 warning about suggested parentheses.
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Define wxStrto{d,l,ul}_l() functions in non-Unicode...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Fix off by one error in wxFTP::GetFileSize().
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Return correct invoking window for submenus of a popup...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Use symbolic names for popup menu ids in wxEVT_MENU_HIGHLIGH...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Fix bug with using incorrect negative ids in wxEVT_MENU_HIGH...
|
commit | commitdiff | tree |
next |