2007-11-09 |
Stefan Csomor | forward port from 2.8 |
tree | commitdiff |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | fix a few hundreds of harmless unused parameters warnin... |
tree | commitdiff |
2007-11-03 |
Vadim Zeitlin | added wxWindow::AlwaysShowScrollbars() and its wxMac... |
tree | commitdiff |
2007-11-03 |
Vadim Zeitlin | make wxScrollBar derive from wxScrollBarBase under... |
tree | commitdiff |
2007-10-27 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-10-27 |
Paul Cornett | don't include platform headers from public wx header |
tree | commitdiff |
2007-10-27 |
Paul Cornett | correct access for virtuals |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | remove ODBC and DBgrid libraries |
tree | commitdiff |
2007-10-22 |
Vadim Zeitlin | added wxBG_STYLE_TRANSPARENT and implemented it for... |
tree | commitdiff |
2007-10-22 |
Robert Roebling | remove deprecated and constructor and SetModal() methods |
tree | commitdiff |
2007-10-22 |
Chris Elliott | update to 2.9.0 |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-09 |
Robin Dunn | Give wxMac's wxStaticBox an AcceptsFocus method |
tree | commitdiff |
2007-10-07 |
Robert Roebling | Update from Hartwig for OS X implementation |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | wxDataViewCtrl patch from Hartwig |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Patch from Hartwig (use new GetChildren() API) |
tree | commitdiff |
2007-09-13 |
Paul Cornett | remove unused configure tests and macros |
tree | commitdiff |
2007-09-03 |
Robin Dunn | more exports |
tree | commitdiff |
2007-08-30 |
Robert Roebling | Patch from Hartwig for wxMac implementation |
tree | commitdiff |
2007-08-25 |
Robert Roebling | Hartwig's patch for OS X implementation of wxDataViewCtrl |
tree | commitdiff |
2007-08-18 |
Kevin Ollivier | Add the unified style on OS X 10.4, and default to... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch... |
tree | commitdiff |
2007-08-13 |
Václav Slavík | wxMac compilation fixes for visibility (missing DLL... |
tree | commitdiff |
2007-08-13 |
Robert Roebling | Applied Hartwig's implementation of OS X wxDataViewCtrl |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | no changes, just a typo fix |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-22 |
Stefan Csomor | adding missing defaults |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator |
tree | commitdiff |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
tree | commitdiff |
2007-07-13 |
Václav Slavík | make it possible to build in ANSI build on Windows... |
tree | commitdiff |
2007-07-12 |
David Elliott | Improve static_cfref_cast so that it can be used withou... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-07-07 |
David Elliott | Don't include <CoreFoundation/CFBase.h> because it... |
tree | commitdiff |
2007-07-07 |
David Elliott | Add support for wxFONTENCODING_MACKEYBOARD. |
tree | commitdiff |
2007-07-07 |
David Elliott | Move wxMBConv_cf out of strconv.cpp and into strconv_cf... |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | add wxUSE_EDITABLELISTBOX |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
tree | commitdiff |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | gcc on OS X has problems with compiling empty files... |
tree | commitdiff |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-23 |
Václav Slavík | take wxString, not wxChar* in wxStandardPaths::GetLocal... |
tree | commitdiff |
2007-05-16 |
Robin Dunn | Apply parts of patch #1719888 to fix compilation on... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-12 |
David Elliott | Make wxCFRef take a template raw pointer parameter... |
tree | commitdiff |
2007-05-12 |
David Elliott | Implement NULL-checking wxCFRetain/wxCFRelease as sugge... |
tree | commitdiff |
2007-05-12 |
David Elliott | Added cfref.h containing wxCFRef templated CF ref holdi... |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | cleaning up problems after string changes |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | added MacOpenURL() (patch 1235957) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | removed outdated Classic files to avoid confusing people |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | avoid duplicated empty help menu in localized applicati... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | put refdata virtuals in the right class this time |
tree | commitdiff |
2007-03-11 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
tree | commitdiff |
2007-03-10 |
Paul Cornett | sizeof(char) is 1. By definition. |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | fix infinite recursion typo in operator!=() (patch... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-02-19 |
Václav Slavík | added WXWIN_COMPATIBILITY_2_8 |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2007-01-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9 |
tree | commitdiff |
2007-01-19 |
Robin Dunn | Added wxSearchCtrl::[Get|Set]DescriptiveText |
tree | commitdiff |
2006-12-28 |
Kevin Ollivier | exposing generic system option define, adding missing... |
tree | commitdiff |
2006-12-26 |
Kevin Ollivier | Add middle-item click support. |
tree | commitdiff |
2006-12-25 |
Kevin Ollivier | Implement LIST_KEY_DOWN support, and move new functions... |
tree | commitdiff |
2006-12-24 |
Kevin Ollivier | Implementing LIST_ITEM_RIGHT_CLICK event support, and... |
tree | commitdiff |
2006-12-22 |
Kevin Ollivier | Adding SetFocus to wxABI_VERSION. |
tree | commitdiff |
2006-12-21 |
Kevin Ollivier | Restore compilation with --enable-stl, fix SetFocus... |
tree | commitdiff |
2006-12-19 |
Stefan Csomor | fixing -fvisibility-inlines-hidden problem (IsOk functi... |
tree | commitdiff |
next |