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 |
2010-04-22 |
Vadim Zeitlin | Override wxWindow::MSWGetCreateWindowCoords() in wxTopLevelW...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Add documentation for several grid cell renderer/editor...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Clarify that Raise() is only a request to raise the...
|
commit | commitdiff | tree |
2010-04-22 |
Vadim Zeitlin | Fix fatal bug in ArgsArray(wchar_t**) ctor.
|
commit | commitdiff | tree |
2010-04-21 |
Vadim Zeitlin | No real changes, just fix typos in the ownerdrw sample.
|
commit | commitdiff | tree |
2010-04-21 |
Vadim Zeitlin | Remove the extra margins when checking owner drawn...
|
commit | commitdiff | tree |
2010-04-20 |
Vadim Zeitlin | Check for menu title being non-empty when appending...
|
commit | commitdiff | tree |
2010-04-20 |
Vadim Zeitlin | Add wxProgressDialog::Was{Cancelled,Skipped}() convenience...
|
commit | commitdiff | tree |
2010-04-18 |
Vadim Zeitlin | Use "monospace" face name for all Unix systems, hopefully...
|
commit | commitdiff | tree |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForModalD...
|
commit | commitdiff | tree |
2010-04-17 |
Vadim Zeitlin | Don't return invalid size from wxDir::GetTotalSize...
|
commit | commitdiff | tree |
2010-04-17 |
Vadim Zeitlin | No real changes, just some minor cleanup of wxDirTraverserSu...
|
commit | commitdiff | tree |
2010-04-16 |
Vadim Zeitlin | Don't define wxADJUST_MINSIZE if it had been already...
|
commit | commitdiff | tree |
2010-04-16 |
Vadim Zeitlin | Add wxToolBar::GetToolByPos() method to access tools...
|
commit | commitdiff | tree |
2010-04-16 |
Vadim Zeitlin | Minor corrections to the documentations.
|
commit | commitdiff | tree |
2010-04-16 |
Vadim Zeitlin | Correct the case of wxHyperlinkCtrl in the documentation.
|
commit | commitdiff | tree |
2010-04-16 |
Vadim Zeitlin | Document wxWindow::DoCentre() and wxCENTRE_ON_SCREEN...
|
commit | commitdiff | tree |
2010-04-16 |
Vadim Zeitlin | Don't rely on __GXX_RTTI being defined with g++ < 4.3.
|
commit | commitdiff | tree |
2010-04-15 |
Vadim Zeitlin | Fix using weak references to incomplete classes.
|
commit | commitdiff | tree |
2010-04-13 |
Vadim Zeitlin | Exclude wxWeakRef tests not compiling with VC6 from...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix VC6 compilation which was somehow broken by adding...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix gcc warnings about testing undefined preprocessor...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix emulator compilation with wxX11 after GetMainWindow...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix string stream unit test compilation in non-Unicode...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Update AUI pane resizable status even when it is floating.
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix over aggressive clipping in generic wxListCtrl...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix crash in wxListbook if image list is assigned after...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Translate the label used by the font picker dialog.
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Remove all obsolete release-generation scripts.
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix return value of wxList::insert() in non-STL builds.
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Fix compilation of wxIconBundle in some particular...
|
commit | commitdiff | tree |
2010-04-12 |
Vadim Zeitlin | Use string sort order with CompareString() in wxString...
|
commit | commitdiff | tree |
2010-04-11 |
Vadim Zeitlin | Use template class instead of template function in...
|
commit | commitdiff | tree |
2010-04-11 |
Vadim Zeitlin | Add wxString::ToStdString() and ToStdWstring().
|
commit | commitdiff | tree |
2010-04-10 |
Vadim Zeitlin | Don't crash if wxMimeTypesManager is used before wxApp...
|
commit | commitdiff | tree |
2010-04-10 |
Vadim Zeitlin | Add non-template wxWeakRef<T> constructor from T*.
|
commit | commitdiff | tree |
2010-04-10 |
Vadim Zeitlin | Add wxWeakRef::element_type, remove unnecessary assignment...
|
commit | commitdiff | tree |
2010-04-09 |
Vadim Zeitlin | Discard fully transparent alpha channel when loading...
|
commit | commitdiff | tree |
2010-04-09 |
Vadim Zeitlin | Add wxImage::ClearAlpha().
|
commit | commitdiff | tree |
2010-04-07 |
Vadim Zeitlin | Fix harmless MSVC warning about int to bool conversion...
|
commit | commitdiff | tree |
2010-04-07 |
Vadim Zeitlin | Suppress dummy gcc warnings in regex library code.
|
commit | commitdiff | tree |
2010-04-07 |
Vadim Zeitlin | Work around "possibly uninitialized variable" warning...
|
commit | commitdiff | tree |
2010-04-07 |
Vadim Zeitlin | Rename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV_TRAD...
|
commit | commitdiff | tree |
2010-04-07 |
Vadim Zeitlin | Correct documentation of wxSizeConvention elements.
|
commit | commitdiff | tree |
2010-04-06 |
Vadim Zeitlin | Fix wxGTK compilation after r63880.
|
commit | commitdiff | tree |
next |