2013-03-16 |
Julian Smart | Fixed centering/right alignment of last line |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Vadim Zeitlin | Don't create temporary file in wxDebugReport ctor. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Julian Smart | Corrected wxRichTextCaret refresh |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Julian Smart | We need to switch off UI elements before they are laid... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Vadim Zeitlin | Remove obsolete parts of autoconf_inc.m4. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Julian Smart | Fixed some warnings |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Julian Smart | Added ability to switch off more components of the... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Julian Smart | Fixed UI customization helper |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Julian Smart | Search for font instead of creating it each time |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Julian Smart | Added missing RTTI |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Stefan Csomor | more specific solution to tooltips appearing on neighbo... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | supporting also mouse entered / exited events which... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | support alpha in color dialog, see #14127 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | make sure dialogs can support alpha transparency sliders |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | add support for alpha in color dialog on OSX, see ... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | avoid multiple mouse moved events, refs #15072 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | trying to solve cursor update problems with AUI, refs... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Vadim Zeitlin | Disable sorting of generic wxDataViewCtrl while it... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Vadim Zeitlin | Use symbolic constants instead of magic numbers in... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Add GetFile() accessor to wxFileStream classes. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | No real changes, just use wxString::clear() instead... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Return false from wxFileName::AppendDir() and InsertDir... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Use generic spin control itself as parent for its children. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Implement support for pen cap and join in wxPostScriptDC. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Test PostScript printing in the print sample if it... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Fix compilation with MinGW -std=c++11 option. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Fix compilation for MinGW with wxUSE_IPV6==1. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Don't cache HDC used by wxPaintDCEx in wxMSW. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Fit the generic preferences editor dialog to its pages... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Don't set cell value in wxDataViewEvent in one place... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Remove wxLogWindow::OnFrameCreate() virtual method. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Stefan Csomor | avoid infinite recursion for richtooltops, (hopefully... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Stefan Csomor | implementing canBecomeKeyView for user panes, native... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Robin Dunn | Minor tweaks to the preferences docs for Phoenix. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Robin Dunn | don't use string module |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Vadim Zeitlin | Unselect all wxDataViewCtrl items when clicking outside... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Vadim Zeitlin | Fix crash on wxDataViewCtrl creation after r73565. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Julian Smart | Corrected layout when scaling the control |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Vadim Zeitlin | Fix handling of wxST_NO_AUTORESIZE in wxOSX. |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Vadim Zeitlin | Fix hundreds of unused parameter warnings in wxOSX... |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Stefan Csomor | issue NUMPAD constants only for Key but not for Char... |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Vadim Zeitlin | Revert "Fix off by 1 error in wxGenericListCtrl::HitTes... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Stefan Csomor | enabling cursor events, fixes #15044 |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Vadim Zeitlin | Reset accelerator table after removing last accelerator... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Vadim Zeitlin | Use more native icons in wxMSW wxArtProvider. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Vadim Zeitlin | Enable wxUSE_FSVOLUME in configure builds. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Vadim Zeitlin | Don't give error message for non-existent paths in... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Vadim Zeitlin | Interpret wxRect passed to wxRichToolTip::ShowFor(... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Vadim Zeitlin | Make wxRect parameter of wxRichToolTip::ShowFor() const. |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Vadim Zeitlin | Traditional Chinese translations update from Wei-Lun... |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Vadim Zeitlin | Don't use GetThreadId() in wxMSW code. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Vadim Zeitlin | Use thread ID and not thread handle in the error messag... |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Stefan Csomor | enabling menu close event, fixes #15069 |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Julian Smart | Corrected loading of images: we need the parent size... |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Compilation fix for wxPreferencesPage. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Add preferences sample. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Add wxPreferencesEditor class. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Add support for Cocoa's selectable toolbar items. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Add wxBitmap(NSImage*) ctor to wxOSX. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Line endings fixes in bakefile-generated files. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Václav Slavík | Don't include Common-Controls manifest in wxBase apps. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Stefan Neis | No real changes, just spelling fixes to comments. Close... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Steve Lamerton | Minor change. Fix LoadURL case typo in wxWebView docs. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Fix, or at least make less common, deadlock in the... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Preserve client data pointers when setting bitmaps... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Fix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Make wxGenericDataViewCtrl::SetFont() really work. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Fix compilation in !wxUSE_MENUS case. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Fix off by 1 error in wxGenericListCtrl::HitTest(). |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Vadim Zeitlin | Move menu messages handling from wxFrame to wxTLW in... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Robin Dunn | Fix MSVCBuilder so it can pass an alternate make comman... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Robin Dunn | Enable using jom in place of nmake in the wxMSW build |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Robin Dunn | Add version check for MSVC 10 |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Vadim Zeitlin | Fix crash when drawing bitmaps with mask in wxGTK with... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Vadim Zeitlin | No real changes, just suppress a harmless warning. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Vadim Zeitlin | Fix background corruption in scrolled wxHtmlWindow. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Stefan Csomor | applying patch, closes #13045 |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Stefan Csomor | switching notebook implementation to common |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Vadim Zeitlin | Remove wxRTTI macro for wxComboBox from Motif port. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Vadim Zeitlin | Don't use ternary operator ?: with wxString and literal... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Vadim Zeitlin | sAlways iInclude wx/encinfo.h from src/unix/fontutil... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Vadim Zeitlin | Don't connect to the same signal multiple times in... |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Stefan Csomor | closes #13841 |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Stefan Csomor | adding CoreText |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Stefan Csomor | updating dates, fixing product name |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Stefan Csomor | using default compiler |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | making sure cfbundle identifier has correct characters |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | added new files |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | added new files |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | added new files |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | adding lexlib header include, turning off utf8 default |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | missed the ppc switch |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Stefan Csomor | increasing deployment to 10.5 min |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Robin Dunn | Fix missing or incorrect wxGrid interface items for... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Vadim Zeitlin | Account for scrolling when setting the background brush... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Vadim Zeitlin | No changes, just factor out PrepareDC() call in the... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Vadim Zeitlin | Erase the entire virtual area of the window in the... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Vadim Zeitlin | Compilation fix for !wxHAS_MSW_BACKGROUND_ERASE_HOOK... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Vadim Zeitlin | Create wxCURSOR_RIGHT_ARROW on the fly from normal... |
commit | commitdiff | tree | snapshot |
next |