2007-08-22 |
Robert Roebling | minor change |
tree | commitdiff |
2007-08-22 |
Václav Slavík | compilation fix for UTF8+STL |
tree | commitdiff |
2007-08-22 |
Julian Smart | Applied [ 1767537 ] [wxOS2]Watcom build - filefn |
tree | commitdiff |
2007-08-22 |
Václav Slavík | made UTF-8 tables const |
tree | commitdiff |
2007-08-22 |
Václav Slavík | optimize wxStringOperationsUtf8::DecodeChar() for the... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | don't derive wxHtmlTag and wxHtmlTagsCache from wxObjec... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Compile fix |
tree | commitdiff |
2007-08-21 |
Julian Smart | Compile fix on Mac (at least) |
tree | commitdiff |
2007-08-21 |
Vadim Zeitlin | Fix bug with assigning a part of the string to the... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | use wxVector<T> instead of homegrown growing array... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | 1. fixed wxVector<T> iterators to actually point to... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1764987 ] fix localtime link error... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied [ 1708971 ] Make a virtual function to enable... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | re-added wxVector<T>::erase(size_t) for backward compat... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | use wxString's UTF8 methods in wxCocoa, it's slightly... |
tree | commitdiff |
2007-08-20 |
Kevin Ollivier | Fix for wxMemoryDC::GetAsBitmap() not working on Windows. |
tree | commitdiff |
2007-08-20 |
Václav Slavík | the wxFormatString hack used in wxFileTypeInfo variadic... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | don't recompute nonbreakable space character every... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | marked const wxHtmlEntitiesParser methods as such |
tree | commitdiff |
2007-08-20 |
Václav Slavík | fixed variadic templates in the case when char value... |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | added wxUTF8StringBuffer for writing UTF8 data into... |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Make wxDataViewItemArray more efficient |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
tree | commitdiff |
2007-08-19 |
Václav Slavík | renamed wxImplStringBuffer to wxStringInternalBuffer |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Added EXPANDING and COLLAPSING events for the user... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Made wxGTK wxDataViewCtrl compile again |
tree | commitdiff |
2007-08-19 |
Vadim Zeitlin | fix generation of events from SetValue() broken in... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
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 |
next |