2012-04-23 |
Julian Smart | Added flags to SetStyle with specific object |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Robin Dunn | Fix missing and broken interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Paul Cornett | defer queue-resize until after size-allocate processing... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Paul Cornett | silence warning about wxOSX_USE_COCOA not being defined |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Robin Dunn | Document SetDoubleBuffered |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Paul Cornett | move widget resize handling from DoSetSize to DoMoveWindow |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Paul Cornett | simplify default border code in DoSetSize |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Paul Cornett | rearrange some code in DoSetSize to facilitate upcoming... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Vadim Zeitlin | Fix for wxUniv/GTK compilation. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Vadim Zeitlin | Correct wxPaintDC base class in the documentation. |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Paul Cornett | Adjust x,y parameters by pizza scroll offset in DoSetSize |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Vadim Zeitlin | Don't set focus to hidden window in wxSetFocusToChild(). |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Robin Dunn | Fix missing and broken interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Stefan Csomor | avoiding potential mismatch between true and expected... |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Vadim Zeitlin | Add possibility to change the test message box title... |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Stefan Csomor | building on 10.5 |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Paul Cornett | remove AdjustForParentClientOrigin call, it does nothin... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Reset hover item when mouse leaves wxAuiToolBar. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Fix wxCairoContext creation from wxWindow under MSW. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Add default ctor to wxMSW private WindowHDC helper... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Fix type mismatch in wxLogTrace() call in wxSocket. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Add wxFSInputStream providing stream interface to wxFil... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Added wxWrapperInputStream class. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Added support for page tooltips to wxAuiNotebook. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | Added wxAcceleratorEntry::ToRawString(). |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Vadim Zeitlin | No real changes, just some typo fixes for previous... |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Vadim Zeitlin | Use new style directory selection dialog under Vista... |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Vadim Zeitlin | Added wxCOMPtr<> helper class. |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Vadim Zeitlin | Fix WXK_MENU handling in wxStyledTextCtrl. |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Vadim Zeitlin | No real changes, just fix misspellings in comments... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Vadim Zeitlin | Call wxThread::OnExit() from wxThread::Exit() in wxMSW... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Vadim Zeitlin | Add support for VT_I8 (long long) values to wxAutomatio... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Vadim Zeitlin | Add support for horizontal mouse wheel events to wxGTK... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Vadim Zeitlin | Fix the check for wxUSE_DATETIME in wxGenericValidator... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Stefan Csomor | make sure status item rect in bar is highlighted when... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Steve Lamerton | Always check that we get a valid IDispatch* from get_Do... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Robin Dunn | Add missing interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Robin Dunn | Add missing interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Robin Dunn | Fix missing and broken interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Robin Dunn | Remove the wxPython-only doc snippets from the C++... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Robin Dunn | Minor tweak to improve understandability |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Robin Dunn | Add CreateTextSizer |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Vadim Zeitlin | Always use UTF-8 for file names passed to GTK+ function... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Vadim Zeitlin | No real changes, just add extra brackets to wxGTK_CONV... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Vadim Zeitlin | Compilation fixes for Cairo-based wxGraphicsContext... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Vadim Zeitlin | Fix typo in wxKeyEvent::GetKeyCode() documentation... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Vadim Zeitlin | Fix PCH-less compilation of graphicc.cpp under MSW... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Robin Dunn | Add the client and art IDs |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Robin Dunn | Mark which methods are pure virtual |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Robin Dunn | Document wxHelpControllerBase so the type can be used... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Robin Dunn | wxHtmlHelpController derives from wxHelpControllerBase |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Robin Dunn | Add a ctor that is compatible with the documented wxHel... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Vadim Zeitlin | Handle Ctrl-O and Ctrl-L MSW wxWebView accelerators... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Vadim Zeitlin | Remove special setup_gccxml.h for GCCXML. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Stefan Csomor | fixes #14193 |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Set the menu itself as event object for EVT_MENU_{OPEN... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Reuse wxMenu::SendEvent() from wxFrameBase::ProcessComm... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Add a very simple unit test checking for menu events. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Use wxFrame::FindItemInMenuBar() in ProcessCommand(). |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Don't change the icon when editing wxDataViewIconText... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Hide combobox popup when it is hidden itself in wxMSW. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Refactor: move wxComboBox::MSWDoPopupOrDismiss() down... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Remove wrong const from wxMenu::GetMenuItems() document... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | No real changes, just remove wxIsDebuggerRunning()... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Fix handling of the main window of composite controls... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | No real changes, just use clearer names for wxMSW wxToo... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Vadim Zeitlin | Really fix source coordinates handling in wxDC::Blit... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Robin Dunn | Add wxAffineMatrix2DBase class. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Vadim Zeitlin | Fix wxRadioButtons without explicit wxRB_GROUP styles... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Vadim Zeitlin | Remove obsolete header used only with CodeWarrior Metro... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Vadim Zeitlin | Avoid overflowing the wake up when handling events... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Vadim Zeitlin | No changes, just categorize change log entry correctly. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Vadim Zeitlin | Don't link with QuickTime framework in 64 bit wxOSX... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Vadim Zeitlin | Added wxGraphicsContext::CreateMatrix(wxAffineMatrix2D... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Jouk Jansen | Update Makefile for OpenVMS |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Override DoThaw() in wxAuiNotebook correctly. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Document wxStreamBuffer::BufMode enum and fix dtor. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Fix wxArrayString::Item() and Last() documentation. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Fix wxURI::HasUserInfo() name in the documentation. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Fix wxTextFile::GetLine() documentation. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Remove wrong consts from wxTextFile::Open() documentation. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Correct the return type of wxPersistenceManager methods... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Vadim Zeitlin | Document pure virtual wxDropTarget methods correctly. |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Vadim Zeitlin | Vietnamese translations update from Trần Ngọc Quân. |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Stefan Csomor | correct text drawing with background brush, fixes ... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Vadim Zeitlin | Document wx{Single,Multi}ChoiceDialog styles in class... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Robin Dunn | Add NUM_CUSTOM |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Robin Dunn | Add wxGenericProgressDialog |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Robin Dunn | Add missing dirctrl interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Vadim Zeitlin | Return run-time zlib version from wxGetZlibVersionInfo(). |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Vadim Zeitlin | Remove nonsensical custom comparison code from wxDataVi... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Vadim Zeitlin | Restore the correct brush in wxGCDC::GradientFill(... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Vadim Zeitlin | Remove setup0.h files from the list of headers in bakefile. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Stefan Csomor | adding tabart.cpp file |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Stefan Csomor | adding tabart.cpp file |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Vadim Zeitlin | Added missing DESTDIR to wx-config installation make... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Robin Dunn | wxTreeCtrl interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
next |