2007-08-19 |
Robert Roebling | Forgot a line |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Added ITEM_EXPANDED and ITEM_COLLAPSED |
tree | commitdiff |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
tree | commitdiff |
2007-08-19 |
David Elliott | Fix a number of problems with tracking rectangles by... |
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 | Avoid clash with control container event handlers |
tree | commitdiff |
2007-08-18 |
Julian Smart | Compile fix |
tree | commitdiff |
2007-08-18 |
Julian Smart | A number of focus handling improvements: |
tree | commitdiff |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
tree | commitdiff |
2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and... |
tree | commitdiff |
2007-08-16 |
David Elliott | Use one run-loop observer for all synthesis of mouse... |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added AdvanceSelection, ShowWindowMenu and keyboard... |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added missing argument |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added DrawFocusRect to wxRenderer |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | relinquish the mouse capture when a dialog is about... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added ReadType convenience functions (patch 1764160) |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | include wx/msw/winundef.g instead of writing just a... |
tree | commitdiff |
2007-08-15 |
David Elliott | Add support for uniquifying to all wxCocoa Objective... |
tree | commitdiff |
2007-08-15 |
Václav Slavík | removed outdated comment |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | no changes, just fix typos in comments |
tree | commitdiff |
2007-08-15 |
Václav Slavík | wxCocoa compilation fixes for visibility (missing DLL... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | use correct WXDLLIMPEXP macro for forward declaration |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | fix wrong clear selection (modified patch 1763916) |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | include wx/datetime.h, it's not always included from... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | set the correct properties for the source files |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxConvertTo/FromIeeeExtended() synonyms for Conve... |
tree | commitdiff |
2007-08-15 |
David Elliott | Further simplificiation of the NSSlider/wxSlider interf... |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | no real changes, just some cleanup |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | added wxTaskBarIcon::Destroy() |
tree | commitdiff |
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 |
next |