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 |
2012-06-20 |
Vadim Zeitlin | No real changes, just simplify wxGDIPlusContext::GetTex... |
tree | commitdiff |
2012-06-20 |
Vadim Zeitlin | Fix text extent computation in wxMSW wxGraphicsContext. |
tree | commitdiff |
2012-06-20 |
Stefan Csomor | make sure native font exists, before asking about fixed... |
tree | commitdiff |
2012-06-20 |
Stefan Csomor | using UTType constants wherever possible to avoid typos... |
tree | commitdiff |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
tree | commitdiff |
2012-06-18 |
Julian Smart | Fixed #14417: wxRichTextCtrl crashes on LoadFile |
tree | commitdiff |
2012-06-18 |
Paul Cornett | build fix for wxUSE_STL==1 |
tree | commitdiff |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Fixes for building wxGTK under Cygwin. |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Disable creation of wxDIB from wxBitmap in non-wxMSW... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Don't use Unix-specific wxGTK utility functions under... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Provide wxGetKeyState() studfor wxGTK under Windows. |
tree | commitdiff |
2012-06-17 |
Paul Cornett | update version check for glib 2.32 |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | No real changes, just use wxSize::Get{Width,Height... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Remove unnecessary base class OnPaint() call from wxGen... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Fix compilation of MSW wxFSVolume with non-wxMSW ports. |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Fix harmless MSVC warning about converting pointer... |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Only use Unix sockets API under Unix in wxGTK. |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | trying to improve appearance of gridcelltexteditor... |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | avoid idling in native file dialogs |
tree | commitdiff |
next |