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-07 |
David Elliott | Add factory functions for use with future unit tests. |
tree | commitdiff |
2007-07-07 |
David Elliott | Move wxMBConv_cf out of strconv.cpp and into strconv_cf... |
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 |
Václav Slavík | added missing #if wxUSE_STDPATHS |
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-23 |
Václav Slavík | take wxString, not wxChar* in wxStandardPaths::GetLocal... |
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-08 |
Stefan Csomor | adding reference to technote |
tree | commitdiff |
2007-05-08 |
Stefan Csomor | if it's a separate thread, it's allowed to hang (perf... |
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-14 |
Stefan Csomor | cleaning up problems after string changes |
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 | needs threads... |
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 |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit |
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-14 |
Vadim Zeitlin | don't add extra GetCharHeight() pixels to the top borde... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | return effective dnd operation result and not the expec... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using numpad enter key to activate the default... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | don't send incorrect char events when entering Unicode... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected the just-added operator=(RGBColor) return... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected bug due to testing for wrong return value... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
tree | commitdiff |
2007-03-09 |
Vadim Zeitlin | implement wxMutex::LockTimeout() using critical region... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed deprecated wxADJUST_MINSIZE |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | return correct client area for at least the primary... |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
next |