2008-08-31 |
Vadim Zeitlin | update after wx/mac/setup.h rename to wx/osx/setup... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | test for utils/wxrc/Makefile existence and not utils... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Paul Cornett | remove declaration for ctor which is never defined |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | rename ShowCacheStats to wxStrCacheStatsDumper |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | compilation fix in wxUSE_STL case after r54761 |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | call GetCache() from a global object ctor to ensure... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | fix compilation for wxUSE_STD_STRING==0 case after... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | fix wxUSE_STL compilation after latest changes |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vadim Zeitlin | define wxString::iterator::iterator_category correctly... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Václav Slavík | fixed memory corruption in wxHTML when parsing '&;... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Robert Roebling | try to correct wxListCtrl docs |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | more Doxygen warnings corrections and fixes from Tim S |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | no changes, just de-TAB-bed |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Stefan Neis | Added implementation of thread local storage for OS/2. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | fix another occurrence of g++ 3.3 problem with deprecat... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handli... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | no changes, fix typo in comment |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | using ListView_Get[Sub]ItemRect() provokes warnings... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | avoid unnecessary heap allocation of BITMAPINFO struct |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | implement operator!=() inline (forgot to commit before) |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | fix mingw32 4.3 warning about passing literal string... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | use C99 isfinite() for 64 bit mingw32 instead of BSD... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | test for __MINGW64__ in the huge files support section |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | define HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Vadim Zeitlin | more Doxygen warnings corrections from Tim S |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Stefan Csomor | committing current cocoa state just to be safe ... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Vadim Zeitlin | document wxCP_NO_TLW_RESIZE |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Robert Roebling | Typo |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Robert Roebling | Fix #9917: File save dialog does not honor file extensi... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Vadim Zeitlin | make the length of string proportional to the parameter... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Robert Roebling | Mention wxString caching in UTF-8 ode |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Robert Roebling | Another doc patch from Tim |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Vadim Zeitlin | override DoOpen/SaveDocument() instead of OnOpen/SaveDo... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Vadim Zeitlin | don't use new string caching code without compiler... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Vadim Zeitlin | compilation fix for non-UTF-8 build |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Vadim Zeitlin | add cache for last used position and string length... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Vadim Zeitlin | add the possibility to pass numeric parameters to bench... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Paul Cornett | use 8 bits for alpha, nothing needs 16 bit alpha here |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Paul Cornett | add wxPseudoTransparentFrame to parent, so it doesn... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Robert Roebling | More corrections to make dist |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Robert Roebling | Minor correction |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Robert Roebling | Minor corrections to make dist after reports |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Vadim Zeitlin | no changes, just match the number of opening/closing... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Vadim Zeitlin | unbuffer cout to work around bug in Debian version... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Vadim Zeitlin | use std::sort() instead of qsort() to implement wxArray... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Robert Roebling | Update <make win-dist> |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Robert Roebling | Updated readme |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Robert Roebling | Add XCode project files to wxMac's <make dist> |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Vadim Zeitlin | get rid of duplicate enum (#9895) |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Stefan Csomor | fixing #9910 |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Bryan Petty | Fix misc documentation warnings (patch by Tim Stahlhut). |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Vadim Zeitlin | no changes, just a typo |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Paul Cornett | put wxIconArray back in header, it's used by wxFSVolume |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Robert Roebling | Also make make dist for wxMac work |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Václav Slavík | pch-less compilation fix for r55285 |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Robert Roebling | Update <make dist> for wxGTK (and probably other ports... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Robert Roebling | Update <make dist> for wxGTK |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Paul Cornett | move wxIconArray declaration out of header, remove... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Paul Cornett | don't use deprecated toolbar API |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Paul Cornett | uncomment line accidentally left commented out in last... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Paul Cornett | fix for GTK assertion `info->icon_pixmap == NULL' faile... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | escape '@' symbols in the docs |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | use UnsetToolTip() instead of SetToolTip(NULL) to fix... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | added UnsetToolTip() which is also provided (as empty... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | compilation fixes for minimal build |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | add parentheses for && inside || to fix g++ 4.3 warning |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Robert Roebling | Docs corrections from Tim Stahlhut |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Kevin Ollivier | Compilation fix, didn't realize initialization order... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Kevin Ollivier | Respect the wxNO_BORDER flag for tool windows without... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Kevin Ollivier | Fix memory leak. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | sometimes unused parameter warnings are really worth... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | don't use deprecated wxMenuItem ctor and don't use... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Vadim Zeitlin | changed wxAuiBlendColour() to work with unsigned chars... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Williams | fix undefined variable color to colour |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Williams | don't use MacSetTheme() |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Williams | fixed include problem |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Williams | rebake because of new auibar.* |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Williams | updated aui sample |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Williams | added wxAuiToolBar |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Csomor | fixing typo |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Csomor | cocoa implementation files |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Csomor | common implementation files |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Robert Roebling | wxComboCtrlBase::Enable() does not refresh the control... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Vadim Zeitlin | fix a couple of spelling errors |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Vadim Zeitlin | fix 2 doxygen errors |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Julian Smart | Improved auto list numbering |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Julian Smart | Cleanup of previous fix |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Julian Smart | Generic carent no longer invisible on a dark background |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Robert Roebling | #9854 (AddPendingEvent - protect during wxEvtHandler... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Csomor | osx-cocoa event loop |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | make ellipses drawn by wxDC more consistent with wxGC... |
commit | commitdiff | tree | snapshot |
next |