2007-10-06 |
Vadim Zeitlin | always return wxString from wxGetUserHome() instead... |
tree | commitdiff |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
tree | commitdiff |
2007-09-28 |
Vadim Zeitlin | PCH-less build fix |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-21 |
Julian Smart | Fix for wxLIST_STATE_SELECTED not being returned when... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix warnings due to use of WXDLLEXPORT on forward decla... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Patch from Hartwig wrt SELECTION_CHANGE event |
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-03 |
Robin Dunn | wrap the code in #if wxUSE_DATAVIEWCTRL |
tree | commitdiff |
2007-08-31 |
Julian Smart | Added native focus rectangle drawing for wxMac (CG... |
tree | commitdiff |
2007-08-31 |
Julian Smart | Use new menu item function |
tree | commitdiff |
2007-08-30 |
Robert Roebling | Patch from Hartwig for wxMac implementation |
tree | commitdiff |
2007-08-25 |
Robert Roebling | Set/GetExpanderColumn() should use wxDataViewColumn... |
tree | commitdiff |
2007-08-25 |
Robert Roebling | Hartwig's patch for OS X implementation of wxDataViewCtrl |
tree | commitdiff |
2007-08-21 |
Julian Smart | Test to avoid crashes in some circumstances |
tree | commitdiff |
2007-08-18 |
Kevin Ollivier | Add the unified style on OS X 10.4, and default to... |
tree | commitdiff |
2007-08-18 |
Julian Smart | Use new GetItemLabel function |
tree | commitdiff |
2007-08-18 |
Kevin Ollivier | Implement GetCountPerPage, and fix a bug where we don... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | make wxChoice and wxListBox inherit from wxControlWithI... |
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-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | removed called to deprecated wxPixelData::UseAlpha... |
tree | commitdiff |
2007-07-22 |
Vadim Zeitlin | call aglEnable(AGL_BUFFER_RECT) after setting the rect... |
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 |
Stefan Csomor | adapting to new m_labelOrig label member |
tree | commitdiff |
2007-07-11 |
Stefan Csomor | 64bit fix for patch as well |
tree | commitdiff |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-20 |
Julian Smart | Added extra width for controls to avoid edge being... |
tree | commitdiff |
2007-06-20 |
Julian Smart | Fixed uninstalled toolbars in native toolbar mode,... |
tree | commitdiff |
2007-06-20 |
Julian Smart | Fix for non-CG mode |
tree | commitdiff |
2007-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, depreca... |
tree | commitdiff |
2007-06-19 |
Julian Smart | Finally fixed control scrolling |
tree | commitdiff |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
tree | commitdiff |
2007-06-07 |
Robin Dunn | Yielding from a non-gui thread needs to bail out, other... |
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-24 |
Vadim Zeitlin | include wx/wxcrtvararg.h needed for wxSscanf() when... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | use wxCoord with GetTextExtent(), not long (the long... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | compilation fix in GetPixelSize() for wxUSE_GRAPHICS_CO... |
tree | commitdiff |
2007-05-10 |
Michael Wetherell | Compile fix. |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
tree | commitdiff |
2007-05-02 |
Stefan Csomor | trying optimal scrolling solution perf-wise |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Renamed wxDCBase::LogicalTo ... to wxDC::.. here... |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | adjusting refcount asserts |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1708290 |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1678304 |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1709069 |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1709108 |
tree | commitdiff |
2007-04-27 |
Václav Slavík | WX_PRECOMP, not WXPRECOMP |
tree | commitdiff |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear... |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-21 |
Kevin Ollivier | Return wx menu items inserted into the Window system... |
tree | commitdiff |
2007-04-21 |
Kevin Ollivier | Fix bug with m_current causing EVT_LIST_KEY_DOWN events... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | fixing non core graphcis build |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | fixing assert |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | fixing the shrinking embedded controls |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | add aglUpdateContext() call (doesn't seem to change... |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-10 |
Stefan Csomor | don't change the case of extensions |
tree | commitdiff |
2007-04-10 |
Stefan Csomor | fixing refcounting for embedded native controls |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | filter out bundles/packages when showing the open file... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | choose the first extension by default, if several are... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't remove the tools we hadn't added to the toolbar... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | fix crash introduced in last commit (the correct item... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | support accelerators for buttons too (slightly modified... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | added MacOpenURL() (patch 1235957) |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't access the window after it had been deleted by... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | suppress warning about converting -1 to MenuItemIndex |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: test correctly for filter string not... |
tree | commitdiff |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
tree | commitdiff |
2007-04-03 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
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-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-23 |
Kevin Ollivier | If using the system Window menu on OS X, integrate... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
next |