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 |
2008-08-21 |
Vadim Zeitlin | use Pango to draw rotated text if possible (this suppor... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | remove unneeded dependencies from bakefiles and regener... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | compilation fix for wxUniv/GTK (closes #9849) |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | add a radio box to select the combobox type (#9845) |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | document that text drawing is not affected by the curre... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | honour useMask parameter in DrawBitmap() and StretchBli... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | continue even if the bitmaps can't be found; look for... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | don't always create DIBs in wxBitmap(wxImage) ctor |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Julian Smart | Fixed default margin sizes |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Robert Roebling | #9876 (GC: added sanity check to wxGraphicsPathData... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Robert Roebling | Ticket #9858 gtk wxDC::DrawText() - draw text backgroun... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Csomor | updating the comment as well |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Csomor | using the 'new' bottleneck methods, fixing bugreport... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Csomor | mimetype common implementation |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Csomor | cocoa specific implementations |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Csomor | new common code files |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Vadim Zeitlin | mention DoPrepareDC() relative origin offsetting |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Václav Slavík | fixed scaling of print preview if there's not enough... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Václav Slavík | re-fix MinGW DLL compilation |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Paul Cornett | remove text field from page data, add much more useful... |
commit | commitdiff | tree | snapshot |
next |