2007-08-14 |
Vadim Zeitlin | check for wxUSE_ACCESSIBILITY not being set to 1 under... |
tree | commitdiff |
2007-08-14 |
David Elliott | Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa... |
tree | commitdiff |
2007-08-13 |
Václav Slavík | wxMac compilation fixes for visibility (missing DLL... |
tree | commitdiff |
2007-08-13 |
Václav Slavík | don't attempt to convert 8bit values to Unicode in... |
tree | commitdiff |
2007-08-13 |
Václav Slavík | check for HAVE_VISIBILITY first when setting WXIMPORT... |
tree | commitdiff |
2007-08-13 |
Václav Slavík | compilation fix for wxString::Format("no variadic argum... |
tree | commitdiff |
2007-08-13 |
Robert Roebling | Applied Hartwig's implementation of OS X wxDataViewCtrl |
tree | commitdiff |
2007-08-13 |
Václav Slavík | Mingw compilation fix |
tree | commitdiff |
2007-08-13 |
Julian Smart | Added XRC handler for wxPropertySheetDialog (Sander... |
tree | commitdiff |
2007-08-11 |
Julian Smart | Compile fixes |
tree | commitdiff |
2007-08-11 |
Julian Smart | Small fix |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-08-11 |
Václav Slavík | added missing export declarations for wxGTK internal... |
tree | commitdiff |
2007-08-11 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in... |
tree | commitdiff |
2007-08-10 |
David Elliott | Fix up NSSlider code to not use class posing and instan... |
tree | commitdiff |
2007-08-10 |
David Elliott | Attempt to fix RCS-ID tags so svn will fill them in. |
tree | commitdiff |
2007-08-10 |
David Elliott | Major wxCocoa wxSlider overhaul from Mark Oxenham. |
tree | commitdiff |
2007-08-10 |
David Elliott | Tell NSTextField to send us its action message and... |
tree | commitdiff |
2007-08-10 |
David Elliott | Implement transformation between the wxDisplay coordina... |
tree | commitdiff |
2007-08-09 |
David Elliott | Remove virtual from the newly added Create methods. |
tree | commitdiff |
2007-08-09 |
David Elliott | Add wxBitmap constructors and Create methods to allow... |
tree | commitdiff |
2007-08-09 |
David Elliott | Add Objective-C uniquifying to WXNSWindow and WXNSPanel |
tree | commitdiff |
2007-08-09 |
David Elliott | Implement wxStaticBitmap. |
tree | commitdiff |
2007-08-09 |
Julian Smart | Toolbars shouldn't have themed borders |
tree | commitdiff |
2007-08-08 |
Václav Slavík | fixed visiblity attribute warnings in STL build |
tree | commitdiff |
2007-08-08 |
Václav Slavík | VC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent... |
tree | commitdiff |
2007-08-08 |
Julian Smart | Made wxBORDER_THEME the same as wxBORDER_DEFAULT |
tree | commitdiff |
2007-08-07 |
David Elliott | Implement wxRadioButton Get/SetLabel methods. |
tree | commitdiff |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
tree | commitdiff |
2007-08-06 |
Václav Slavík | WXIMPORT must specify default visibility too, otherwise... |
tree | commitdiff |
2007-08-06 |
Václav Slavík | fixed incorrect DLL export macro for wxJoystick |
tree | commitdiff |
2007-08-06 |
David Elliott | Consolidate cocoa view/control/cell label setting into... |
tree | commitdiff |
2007-08-05 |
Francesco Montorsi | added the static function GetLabelText() to wxStaticTex... |
tree | commitdiff |
2007-08-04 |
Vadim Zeitlin | make wxTmemchr() return (and take) char* instead of... |
tree | commitdiff |
2007-08-04 |
Vadim Zeitlin | added FromAscii(unsigned char *) overloads |
tree | commitdiff |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
tree | commitdiff |
2007-08-03 |
Julian Smart | Added Get/SetParentWindow to allow the same easy printi... |
tree | commitdiff |
2007-08-01 |
Julian Smart | Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for... |
tree | commitdiff |
2007-08-01 |
Julian Smart | VC++ 6 reports ambiguities when using template Read... |
tree | commitdiff |
2007-08-01 |
Václav Slavík | fixed linking with visibility enable on Ubuntu and... |
tree | commitdiff |
2007-07-31 |
Vadim Zeitlin | added WXDLLEXPORT to the (empty) wxControlWithItems... |
tree | commitdiff |
2007-07-30 |
Václav Slavík | don't crash in wxGetEmptyString(): it's now a #define... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | forcefully disable wxUSE_JOYSTICK too |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | always define HDS_HOTTRACK if it's not defined, not... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | update button style to include BS_MULTILINE when a... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | added support for 2 extra mouse buttons (patch 1757630) |
tree | commitdiff |
2007-07-28 |
David Elliott | Remove bogus DoDelete from 44730. It's appears that... |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | no changes, just a typo fix |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | added maxDepth parameter to WalkFromException() (patch... |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | removed unused wxUSE_XXX options (patch 1759328) |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | made strings used in wxIPC methods const as a temporary... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | added wxTo/FromString() overloads for wxFont (1st part... |
tree | commitdiff |
2007-07-27 |
David Elliott | * Implement the wxMask copy constructor to retain the... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | use symbolic name for the shell menu bar too; include... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | added wxUSE_INICONF (disabled by default) |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | compilation fix for insert() |
tree | commitdiff |
2007-07-26 |
David Elliott | Add a Clear() method simply calling the wxComboBoxBase... |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected |
tree | commitdiff |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
tree | commitdiff |
2007-07-25 |
Vadim Zeitlin | fix warnings due to using deprecated-but-used-internall... |
tree | commitdiff |
2007-07-25 |
Robert Roebling | Add iterators to wxVector, use std::vector in STL mode... |
tree | commitdiff |
2007-07-24 |
Václav Slavík | optimized wxStringTokenizer: it's now slightly faster... |
tree | commitdiff |
2007-07-24 |
Vadim Zeitlin | add wxMBConvStrictUTF8 class implementing just UTF... |
tree | commitdiff |
2007-07-24 |
Robert Roebling | Added wxQsort() |
tree | commitdiff |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code... |
tree | commitdiff |
2007-07-22 |
Vadim Zeitlin | fix for r47646: typedef wxDouble for all platforms... |
tree | commitdiff |
2007-07-22 |
Stefan Csomor | adding missing defaults |
tree | commitdiff |
2007-07-22 |
Stefan Csomor | no 68k macs more to support... |
tree | commitdiff |
2007-07-22 |
Václav Slavík | fix visibility problems with libstdc++ on Debian and... |
tree | commitdiff |
2007-07-22 |
Václav Slavík | fixed visibility warning on Fedora |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | correct closing comments in #endifs (patch 1756990) |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added support for user-defined types to wxConfig (patch... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added a macro for comparison size_t variables with... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxTo/FromString(wxColour) (part of patch 1753875) |
tree | commitdiff |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | allow overriding automatic alpha detection during icon... |
tree | commitdiff |
2007-07-21 |
Václav Slavík | fixed wxMotif to compile in Unicode mode (this is not... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | removed wxUSE_UXTHEME_AUTO which wasn't used anywhere |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | removed all MSW-specific options from this file, what... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | removed all MSW-specific options from this file, what... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxUSE_REGKEY option |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | extracted MSW-specific setup.h options to their own... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
tree | commitdiff |
2007-07-20 |
David Elliott | wxCocoa: Implement wxTopLevelWindow::SetDefaultItem |
tree | commitdiff |
2007-07-20 |
David Elliott | wxCocoa: Basic support for font underlining: |
tree | commitdiff |
2007-07-20 |
Vadim Zeitlin | moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h... |
tree | commitdiff |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
tree | commitdiff |
2007-07-20 |
David Elliott | Implement wxWindow::SetCursor to invalidate Cocoa's... |
tree | commitdiff |
2007-07-20 |
Vadim Zeitlin | make To/From8bit() inline for performance reasons |
tree | commitdiff |
2007-07-19 |
David Elliott | Implement wxCocoa wxRadioBox event. |
tree | commitdiff |
2007-07-19 |
David Elliott | Make wxRadioButton::SetValue(true) deselect all other... |
tree | commitdiff |
2007-07-19 |
David Elliott | Implement most of wxRadioBox's methods. |
tree | commitdiff |
2007-07-19 |
Vadim Zeitlin | do platform-specific checks after ensuring that the... |
tree | commitdiff |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
tree | commitdiff |
2007-07-18 |
Robert Roebling | First work at resort with header click |
tree | commitdiff |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl |
tree | commitdiff |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
tree | commitdiff |
next |