2012-07-19 |
Paul Cornett | improve appearance of themed borders |
tree | commitdiff |
2012-07-18 |
Julian Smart | Reverted format changes since 2.9 works differently |
tree | commitdiff |
2012-07-18 |
Julian Smart | String formatting fixes |
tree | commitdiff |
2012-07-18 |
Julian Smart | String formatting fix |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | adapting order to preference |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | correct handling of order of preference of formats |
tree | commitdiff |
2012-07-15 |
Stefan Csomor | removing workaround for listbox, finishing drop target... |
tree | commitdiff |
2012-07-15 |
Julian Smart | A better panel label font size on Mac |
tree | commitdiff |
2012-07-15 |
Julian Smart | Added continuation bullet style for supporting multiple... |
tree | commitdiff |
2012-07-15 |
Paul Cornett | simplify ifdefs, deferred show and _NET_FRAME_EXTENTS... |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Refactor wxMSW helper functions to allow reuse in wxGTK. |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Add support for CURRENCY and SCODE to MSW OLE helpers. |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Minor fixes to wxGTK3 with Broadway backend build. |
tree | commitdiff |
2012-07-14 |
Paul Cornett | fix creation of wxBitmapComboBox with GTK3 |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Allow building wxGTK3 with Broadway backend. |
tree | commitdiff |
2012-07-13 |
Julian Smart | Fix for caret positioning bug when selecting content |
tree | commitdiff |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-13 |
Julian Smart | Fixed wxRichTextCtrl caret test case |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Rename wxFileSystemWatcherBase::DoAdd() to AddAny(... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Add possibility to hide and show again wxRibbonBar... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Add the root and all the files in wxFileSystemWatcherBa... |
tree | commitdiff |
2012-07-13 |
Stefan Csomor | always use calibrated colors, fixes #14482 |
tree | commitdiff |
2012-07-12 |
Vadim Zeitlin | Fix bogus asserts in Unix wxFileSystemWatcher for remov... |
tree | commitdiff |
2012-07-12 |
Vadim Zeitlin | Fix item data access in wxDataViewListCtrl. |
tree | commitdiff |
2012-07-11 |
Paul Cornett | fix some more improper widget casts |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Use GTK_IS_ENTRY() to determine if widget is a GtkEntry. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Ensure that names of saved XPMs are valid C identifiers. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Fix bug with using invalid date in wxMSW wxCalendarCtrl. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Activate OLE ActiveX controls before requesting their... |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Fix compilation of newly added msw/evtloopconsole.cpp... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | remove code in SetFont which modifies font for no appar... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Forbid setting hints for multi-line text controls. |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove STOCKITEM_26 macro, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation... |
tree | commitdiff |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
tree | commitdiff |
2012-07-08 |
Julian Smart | Fix for scroll position being changed when partial... |
tree | commitdiff |
2012-07-08 |
Robin Dunn | Revert r71595 for now, as the bug it fixed is the lesse... |
tree | commitdiff |
2012-07-07 |
Stefan Csomor | fixing double focus ring under 10.7, emulating only... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Don't call HitTest() unnecessarily in MSW wxTreeCtrl... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Fix uninitialized variable warning in wxMSW wxFileSyste... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Avoid warnings about uninitialized variables in TGA... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Avoid warning about unused variable in wxGetUTCTimeMill... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Avoid unused variable warning in wxPropertyGrid code... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Return correct index from wxGenericListCtrl::InsertColu... |
tree | commitdiff |
2012-07-07 |
Stefan Csomor | adding support for enabled property, avoiding missing... |
tree | commitdiff |
2012-07-07 |
Stefan Csomor | added missing return value |
tree | commitdiff |
2012-07-06 |
Paul Cornett | guard against empty name field in inotify_event, see... |
tree | commitdiff |
2012-07-04 |
Vadim Zeitlin | Use list mode in wxListbook list control instead of... |
tree | commitdiff |
2012-07-04 |
Stefan Csomor | supporting alignment in single line controls, see ... |
tree | commitdiff |
2012-07-04 |
Stefan Csomor | using correct constant |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Fix wxGTK compilation with MSVC after GTK+ 3 changes. |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Clear larger area in wxGCDC::Clear(). |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Keep client data in sync when deleting items from wxOSX... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Preserve client data in wxComboBox::SetString() in... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Set string in wxEVT_COMMAND_COMBOBOX_SELECTED event... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Add extra border below the buttons in the generic log... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Fix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa. |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | adapting new osx modifier handling, fixes #14377 |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | handling illegal fsrefs by returning an empty string... |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'pdoc' apple... |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'odoc' apple... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Allow using wxGridCellEnumEditor with the mouse. |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Show gstreamer errors in wxGStreamerMediaBackend to... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Use wxFileSystem::FileNameToURL() in wxGStreamerMediaBa... |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Forward WM_{CUT,COPY,PASTE} from edit control to wxComb... |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | using common code |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | common code for normalization |
tree | commitdiff |
2012-07-01 |
Paul Cornett | override DoSetValue() to avoid unnecessary clipboard... |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | native drop target method for cocoa |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | native hook for supported datatypes |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | adding native hook for drop target |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | make sure the pasteboard paste location is only set... |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Implement wxDisplay::GetFromWindow() for wxGTK/Windows. |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Fix the use of AutoHBITMAP in recently added LoadImageF... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Implement hatched/stippled pens/brushes in wxGraphicsCo... |
tree | commitdiff |
2012-06-30 |
Paul Cornett | support for GTK3 |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Force wide char environment version initialization... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Use wxString::t_str(), not fn_str(), with Windows API... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Define wxEntry() with WinMain-compatible signature... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Use bitmaps from resources by default in wxGTK under... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Add wxRibbonBar::DeletePage() and ClearPages() methods. |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Create wxStaticBoxSizer elements as children of wxStati... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Don't hard code horizontal border for wxStaticBox in... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Fix vertical offset for wxGTK wxStaticBox without label. |
tree | commitdiff |
2012-06-29 |
Vadim Zeitlin | Fix generation of wxEVT_CHAR in wxMSW wxComboBox. |
tree | commitdiff |
2012-06-28 |
Stefan Csomor | unconditionally include coretext-replacement function... |
tree | commitdiff |
2012-06-28 |
Vadim Zeitlin | Fix off by 1 error in wxHTML font size from points... |
tree | commitdiff |
2012-06-25 |
Stefan Csomor | adding new API needed for screenshots as old method... |
tree | commitdiff |
2012-06-25 |
Julian Smart | Fix for page break problem: fixes #14429 |
tree | commitdiff |
2012-06-24 |
Paul Cornett | update size hints when decoration size becomes known... |
tree | commitdiff |
2012-06-24 |
Paul Cornett | implement wxCairoContext::GetPartialTextExtents for... |
tree | commitdiff |
2012-06-23 |
Paul Cornett | properly handle stupidly small maximum size hints |
tree | commitdiff |
2012-06-22 |
Paul Cornett | fix SetSizeHints when wxDefaultSize is given for min... |
tree | commitdiff |
2012-06-21 |
Julian Smart | Fixed #14429: Printing a large table in wxRichTextCtrl... |
tree | commitdiff |
2012-06-21 |
Julian Smart | Prevent index access error |
tree | commitdiff |
2012-06-21 |
Julian Smart | Compilation fix |
tree | commitdiff |
2012-06-21 |
Vadim Zeitlin | Don't call gtk_window_set_geometry_hints() if there... |
tree | commitdiff |
next |