2008-09-02 |
Stefan Csomor | fixing merge bug |
tree | commitdiff |
2008-09-02 |
Vadim Zeitlin | use {short,long}_help_string parameters of AddTool... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | adaptions to new osx ouside the main trees |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | osx new layout |
tree | commitdiff |
2008-09-01 |
Stefan Csomor | osx-cocoa updates |
tree | commitdiff |
2008-09-01 |
Robert Roebling | use gtk_block_event instead of m_block event field |
tree | commitdiff |
2008-08-31 |
Vadim Zeitlin | rename ShowCacheStats to wxStrCacheStatsDumper |
tree | commitdiff |
2008-08-31 |
Vadim Zeitlin | call GetCache() from a global object ctor to ensure... |
tree | commitdiff |
2008-08-31 |
Václav Slavík | fixed memory corruption in wxHTML when parsing '&;... |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | using ListView_Get[Sub]ItemRect() provokes warnings... |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | avoid unnecessary heap allocation of BITMAPINFO struct |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | fix mingw32 4.3 warning about passing literal string... |
tree | commitdiff |
2008-08-30 |
Stefan Csomor | committing current cocoa state just to be safe ... |
tree | commitdiff |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
tree | commitdiff |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
tree | commitdiff |
2008-08-29 |
Robert Roebling | Fix #9917: File save dialog does not honor file extensi... |
tree | commitdiff |
2008-08-28 |
Vadim Zeitlin | add cache for last used position and string length... |
tree | commitdiff |
2008-08-28 |
Paul Cornett | use 8 bits for alpha, nothing needs 16 bit alpha here |
tree | commitdiff |
2008-08-28 |
Paul Cornett | add wxPseudoTransparentFrame to parent, so it doesn... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | no changes, just match the number of opening/closing... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | use std::sort() instead of qsort() to implement wxArray... |
tree | commitdiff |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating... |
tree | commitdiff |
2008-08-27 |
Stefan Csomor | fixing #9910 |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | put wxIconArray back in header, it's used by wxFSVolume |
tree | commitdiff |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
tree | commitdiff |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | move wxIconArray declaration out of header, remove... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | uncomment line accidentally left commented out in last... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | fix for GTK assertion `info->icon_pixmap == NULL' faile... |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | use UnsetToolTip() instead of SetToolTip(NULL) to fix... |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | compilation fixes for minimal build |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | add parentheses for && inside || to fix g++ 4.3 warning |
tree | commitdiff |
2008-08-25 |
Kevin Ollivier | Compilation fix, didn't realize initialization order... |
tree | commitdiff |
2008-08-25 |
Kevin Ollivier | Respect the wxNO_BORDER flag for tool windows without... |
tree | commitdiff |
2008-08-25 |
Kevin Ollivier | Fix memory leak. |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | don't use deprecated wxMenuItem ctor and don't use... |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | changed wxAuiBlendColour() to work with unsigned chars... |
tree | commitdiff |
2008-08-24 |
Benjamin Williams | fix undefined variable color to colour |
tree | commitdiff |
2008-08-24 |
Benjamin Williams | don't use MacSetTheme() |
tree | commitdiff |
2008-08-24 |
Benjamin Williams | fixed include problem |
tree | commitdiff |
2008-08-24 |
Benjamin Williams | added wxAuiToolBar |
tree | commitdiff |
2008-08-23 |
Stefan Csomor | cocoa implementation files |
tree | commitdiff |
2008-08-23 |
Stefan Csomor | common implementation files |
tree | commitdiff |
2008-08-23 |
Robert Roebling | wxComboCtrlBase::Enable() does not refresh the control... |
tree | commitdiff |
2008-08-22 |
Julian Smart | Improved auto list numbering |
tree | commitdiff |
2008-08-22 |
Julian Smart | Cleanup of previous fix |
tree | commitdiff |
2008-08-22 |
Julian Smart | Generic carent no longer invisible on a dark background |
tree | commitdiff |
2008-08-22 |
Robert Roebling | #9854 (AddPendingEvent - protect during wxEvtHandler... |
tree | commitdiff |
2008-08-22 |
Stefan Csomor | osx-cocoa event loop |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | make ellipses drawn by wxDC more consistent with wxGC... |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | use Pango to draw rotated text if possible (this suppor... |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | honour useMask parameter in DrawBitmap() and StretchBli... |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | don't always create DIBs in wxBitmap(wxImage) ctor |
tree | commitdiff |
2008-08-21 |
Robert Roebling | #9876 (GC: added sanity check to wxGraphicsPathData... |
tree | commitdiff |
2008-08-21 |
Robert Roebling | Ticket #9858 gtk wxDC::DrawText() - draw text backgroun... |
tree | commitdiff |
2008-08-21 |
Stefan Csomor | mimetype common implementation |
tree | commitdiff |
2008-08-21 |
Stefan Csomor | cocoa specific implementations |
tree | commitdiff |
2008-08-21 |
Stefan Csomor | new common code files |
tree | commitdiff |
2008-08-20 |
Václav Slavík | fixed scaling of print preview if there's not enough... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | remove text field from page data, add much more useful... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | fix MSVC warning about int->bool conversion introduced... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add support for using bitmap2 for checked menu item... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | paint the space remaining after the columns too in... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | don't terminate the event loop in EndModal() if it... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add comparison operators for UUID class (#9871) |
tree | commitdiff |
2008-08-16 |
Vadim Zeitlin | fix spurious assert failure in DestroyGripper() which... |
tree | commitdiff |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after r54926 (... |
tree | commitdiff |
2008-08-15 |
Paul Cornett | fix for page change not working after veto, #3808 |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-13 |
Vadim Zeitlin | fix typo in __WWXMAC__ |
tree | commitdiff |
2008-08-13 |
Václav Slavík | add assert checking that GetCapture() and ms_winCapture... |
tree | commitdiff |
2008-08-12 |
Václav Slavík | apply Stefan's fix for wxHtmlDCRenderer clipping |
tree | commitdiff |
2008-08-10 |
Robin Dunn | Use WXUNUSED and give more explaination for the handler |
tree | commitdiff |
2008-08-10 |
Paul Cornett | don't modify position for default border if button... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | add control items from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Václav Slavík | compilation fix: wxUString uses it's own wxCharTypeBuff... |
tree | commitdiff |
2008-08-10 |
Václav Slavík | added refcounting to wxCharBuffer to fix passing of... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | some code cleanup |
tree | commitdiff |
2008-08-10 |
Paul Cornett | set extra widget from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Robin Dunn | Avoid default child window focus behavior in generic... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | fix previous commit to respect minimum width |
tree | commitdiff |
2008-08-09 |
Vadim Zeitlin | initialize the button label correctly if the same wizar... |
tree | commitdiff |
2008-08-09 |
Václav Slavík | more strict UTF-8 validity checks, as it should be... |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | undid changes accidentally committed as part of r55019 |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
tree | commitdiff |
2008-08-07 |
Julian Smart | Fixed scrolling bug where scrollbar was taken to be... |
tree | commitdiff |
2008-08-07 |
Paul Cornett | allow dialog to be resized smaller with extra control |
tree | commitdiff |
2008-08-07 |
Vadim Zeitlin | don't call OnCloseDocument() from OnNewDocument(),... |
tree | commitdiff |
2008-08-07 |
Václav Slavík | small wxArtProvider API improvements: added HasNativePr... |
tree | commitdiff |
2008-08-07 |
Paul Cornett | fix sizing of extra control |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | initialize a local variable even if it doesn't really... |
tree | commitdiff |
2008-08-06 |
Paul Cornett | use "new" GtkToolbar API |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | replace wxASSERT in wxFindNextFile() with wxCHECK to... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | fix an assert failure when a child TLW was created... |
tree | commitdiff |
2008-08-05 |
Stefan Csomor | fixing remainder of bug #3776, clean activateAndIgnoreC... |
tree | commitdiff |
next |