2006-10-09 |
Vadim Zeitlin | call Refresh() to make animation work under Mac |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added CreateSeparatedButtonSizer(), changed signature... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | use wxSizerFlags and updated CreateButtonSizer() in... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | IsExposed() needs to reverse the direction in RTL. |
tree | commitdiff |
2006-10-09 |
Robert Roebling | [ 1573855 ] Improved appearance of wxComboCtrl's... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | Compilation. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxSizerFlags::GetDefaultBorder() |
tree | commitdiff |
2006-10-09 |
Václav Slavík | don't crash on weird line endings like \r\r\n |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | check that the bitmap is valid before getting its size... |
tree | commitdiff |
2006-10-09 |
Václav Slavík | fixed the check in previous commit |
tree | commitdiff |
2006-10-09 |
Václav Slavík | assert if wxString(void* pStart,void *pEnd) ctor is... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | compilation fix after last change (GTK1 doesn't have... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | no changes, just replaced C comment with a C++ one |
tree | commitdiff |
2006-10-09 |
Julian Smart | Don't use precompiled header directives in included... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | return false from IsDoubleBuffered() if the first top... |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | regenerated after adding dcbufcmn.cpp |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | copying as much values from the dc as possible |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | adding angle conversion |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added static wxPlatformInfo::Get() and use it (patch... |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | making pens behave as on other platforms when scaling |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | set anti-aliasing ON by default |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | fix DoSetSelection(): it did nothing when there was... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Use wxBookCtrl wrapper rather than wxNotebook in common... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Use CreateButtonSizer in wxAboutBox() to make OK button... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | change UpdateSelection() parameter type to int from... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warnings, build errors, headers, licence, prefered... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-10-09 |
Julian Smart | Don't use toolbook for formatting dialog until we have... |
tree | commitdiff |
2006-10-09 |
Paul Cornett | warning fixes/minor cleanup |
tree | commitdiff |
2006-10-09 |
Paul Cornett | build fixes for WXWIN_COMPATIBILITY_2_6=0 |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warning fixes in 'todo' part just to make build log... |
tree | commitdiff |
2006-10-09 |
Paul Cornett | remove unused stuff |
tree | commitdiff |
2006-10-09 |
Paul Cornett | test wxLC_SINGLE_SEL flag properly |
tree | commitdiff |
2006-10-09 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-10-09 |
Paul Cornett | fix width/height typo in DoSetClientSize, remove unused... |
tree | commitdiff |
2006-10-09 |
Robin Dunn | Bumping the version number also requires that version... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | define ChangeSelection() (fixes wxMotif build) |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | restored sending events from Replace/Remove/Write/Appen... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fix format mismatch warnings |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | need to include wx/imaglist.h even when using PCH |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | don't define g_UnicodeSubsetTable in non-Unicode build... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | removed default argument in the function definition |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | set focus to the Ok button initially |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | SetOverflow() should be called with a bool argument... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fix compilation after recent wxTextCtrl changes |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | VC compilation fix after last commit |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Initialize m_overflow in wxGridCellAttr::Clone. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Use "cdecl" linkage mode for all ports with OpenWatcom... |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Use system colours for ownerdrawn highlighting (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | small code simplification in DoSetValue() after the... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | compilation fix after last commit (apparently patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | testing whether signed char is greater than 127 is... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | avoid bitmap distortion when a non standard bitmap... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | New magic number for positioning the tree triangle. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | corrected last commit: Inflate() should be Deflate() |
tree | commitdiff |
2006-10-08 |
Julian Smart | Strip menu codes out from notebook page labels |
tree | commitdiff |
2006-10-08 |
Paul Cornett | small cleanup |
tree | commitdiff |
2006-10-08 |
Robert Roebling | [ 1572220 ] Show popup when wxComboCtrl image area... |
tree | commitdiff |
2006-10-08 |
Julian Smart | It's valid to pass wxNOT_FOUND to SetSelection in order... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | restore needed functions, wxMSW doesn't use wxBitmapHan... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | compilation fix for PCH-less builds |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add support for wxCONTROL_ISDEFAULT to wxRendererMSW... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | close the dialog when close button is pressed, this... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added missing include and missing underscores |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | we need to set URL hook for the link to appear as a... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use translators if explicitely specified, fall back... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added formatting and symbols dialogs. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added example of customizing the generic about dialog... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fixed double free crash introduced by last commit |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a customisable formatting dialog for wxRichTextCt... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a symbol selection dialog, with optional font... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added option to set style from style listbox when single |
tree | commitdiff |
2006-10-08 |
Julian Smart | Support for characters below 32 (not supported as text or |
tree | commitdiff |
2006-10-08 |
Julian Smart | Use paragraph's attributes for paragraph-related styles... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Don't use double buffering on platforms that do it... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added paragraph symbol font (Get/SetSymbolFont in attri... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | rebaked with aboutdlg.* files |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added GTK+ 2.6 implementation of wxAboutBox |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added missing image.h header |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added native Mac implementation of wxAboutBox(); also... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use wxSTRINGIZE_T instead of _T(wxSTRINGIZE()) |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use wxSTRINGIZE instead of redefining a special STRINGI... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-08 |
Robin Dunn | return values of overloaded virtuals should match the... |
tree | commitdiff |
2006-10-08 |
Robin Dunn | Override CreateItem so wxListBox can turn its notificat... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use the main frame icon if no icon is explicitely specified |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | initial implementation of wxAboutBox() |
tree | commitdiff |
next |