2009-07-01 |
Vadim Zeitlin | make wxSortedArrayString::Sort() and Insert() private...
|
commit | commitdiff | tree |
2009-06-30 |
Vadim Zeitlin | correct wxSortedArrayString(wxArrayString) ctor documentatio...
|
commit | commitdiff | tree |
2009-06-29 |
Vadim Zeitlin | don't use wxFilePicker style when creating wxButton
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | simplify ScrollTo()
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | remove obsolete comment moved to wxBitmapButtonBase
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | another compilation fix after r61232
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | don't include wx/msw/winundef.h when including wx/defs...
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | compilation fix for wxUniv with 2.8 compatibility disabled...
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK...
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | compilation fix after r61232
|
commit | commitdiff | tree |
2009-06-28 |
Vadim Zeitlin | always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapButton...
|
commit | commitdiff | tree |
2009-06-27 |
Vadim Zeitlin | set the initial size of bitmap buttons correctly again...
|
commit | commitdiff | tree |
2009-06-27 |
Vadim Zeitlin | check whether we show bitmaps at all in GTKUpdateBitmap...
|
commit | commitdiff | tree |
2009-06-27 |
Vadim Zeitlin | correct an example which had no chance of working
|
commit | commitdiff | tree |
2009-06-24 |
Vadim Zeitlin | mention that the date passed to SetValue() must only...
|
commit | commitdiff | tree |
2009-06-24 |
Vadim Zeitlin | compilation fix after wxBitmap image changes
|
commit | commitdiff | tree |
2009-06-24 |
Vadim Zeitlin | suppress warning about implicit conversion of literal...
|
commit | commitdiff | tree |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest...
|
commit | commitdiff | tree |
2009-06-23 |
Vadim Zeitlin | remove confusing wxDialog::ButtonSizerFlags and extract...
|
commit | commitdiff | tree |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple...
|
commit | commitdiff | tree |
2009-06-22 |
Vadim Zeitlin | invalidate best window size when its label changes
|
commit | commitdiff | tree |
2009-06-22 |
Vadim Zeitlin | streamline best size calculation for buttons and made...
|
commit | commitdiff | tree |
2009-06-22 |
Vadim Zeitlin | relayout the sizer containing the button after changing...
|
commit | commitdiff | tree |
2009-06-22 |
Vadim Zeitlin | fix more wxOSX/Carbon warnings in release build
|
commit | commitdiff | tree |
2009-06-22 |
Vadim Zeitlin | extract event handler body in a separate function instead...
|
commit | commitdiff | tree |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa
|
commit | commitdiff | tree |
2009-06-21 |
Vadim Zeitlin | no changes, just removed commented out Carbon code...
|
commit | commitdiff | tree |
2009-06-20 |
Vadim Zeitlin | suppress more float/double->int conversion warnings...
|
commit | commitdiff | tree |
2009-06-20 |
Vadim Zeitlin | don't try to resize the bitmap buttons with wxBORDER_NONE...
|
commit | commitdiff | tree |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | implement wxTreeCtrl::GetFocusedItem() for wxMSW too...
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | include wx/arrstr.h as it's needed by wxImageHandler...
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | no need to check for wxID_HELP buttons in SetLabel...
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859)
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | rename makemactags script to makeostags and extend...
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | respect wxBU_NOTEXT style in wxButton
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | override DoSetBitmap() instead of SetBitmapLabel()
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | make the script executable
|
commit | commitdiff | tree |
2009-06-19 |
Vadim Zeitlin | only erase background if we do have a non-default background set
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | fix output of WX_ARG_DISABLE() for options which can...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | erase background using the window background colour...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | no changes, just removed apparently unneeded wxMacBitmapButt...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | disable deprecation warnings when building wxMac as...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | set use-underline button property when setting its...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | wxHtmlWindow background drawing fixes for OS X and...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | don't draw borders for bitmap buttons with wxBORDER_NONE...
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | implement propert background style semantics for OS X
|
commit | commitdiff | tree |
2009-06-18 |
Vadim Zeitlin | use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | make wxCollapsiblePane blend into its parent background...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | correct wrong assert checking for default button flags...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | don't define wxHAS_BUTTON_BITMAP for wxUniv (closes...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | suppress harmless gcc warning about not handling all...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap buttons...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the...
|
commit | commitdiff | tree |
2009-06-17 |
Vadim Zeitlin | implement new wxBG_STYLE_XXX semantics for wxMSW too
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their...
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | fix compilation without wxUSE_STREAMS (closes #10900)
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | remove more occurrences of MSVC #pragma warning(default...
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | implement wxGTK wxBitmapButton in terms of wxButton
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | implement support for bitmaps for all states in wxGTK...
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void...
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | use the directory of the most recently opened file...
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | fix typo in compatibility SetBitmapLabel() declaration
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state...
|
commit | commitdiff | tree |
2009-06-16 |
Vadim Zeitlin | fix PCH-less build after changing timer id type to...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | minor tweaks to alignment styles documentation
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | implement wxBitmapButton as just a wrapper for wxButton...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | added missing int
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | implement support for per-state bitmaps in wxMSW wxButton
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | add support for bitmap and bitmapposition tags to the...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | implement button support for pre-XP systems (or with...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | no real changes, just use AutoHXXX classes instead...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | no real changes, just extract private classes from...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | fix Doxygen syntax error which prevented output for...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | use WPARAM (which is 64 bit under Win64) for timer...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and...
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | include wx/bitmap.h which is required by wxButton now
|
commit | commitdiff | tree |
2009-06-15 |
Vadim Zeitlin | added missing parentheses in a couple of GetHxxxOf...
|
commit | commitdiff | tree |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in...
|
commit | commitdiff | tree |
2009-06-13 |
Vadim Zeitlin | don't leave the document in modified state after loading...
|
commit | commitdiff | tree |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable...
|
commit | commitdiff | tree |
2009-06-13 |
Vadim Zeitlin | fix compilation after wxRefCounter changes
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Larger...
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | compilation fix after wxLoadFileSelector() changes
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | remove unnecessary refCount=1 parameter from wxObjectRefData...
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already...
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelector...
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785)
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | added new wx-config --query-xxx options and use them...
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes...
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | clatify alpha discussion (closes #10888)
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887)
|
commit | commitdiff | tree |
2009-06-12 |
Vadim Zeitlin | disable MSVC warning 4275 correctly (closes #10885)
|
commit | commitdiff | tree |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program...
|
commit | commitdiff | tree |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868)
|
commit | commitdiff | tree |
2009-06-11 |
Vadim Zeitlin | Mac appearance fixes: only use a border for wxDisclosureTria...
|
commit | commitdiff | tree |
2009-06-11 |
Vadim Zeitlin | account for the label size in wxDisclosureTriangle...
|
commit | commitdiff | tree |
2009-06-11 |
Vadim Zeitlin | GetTextExtent() is not virtual any more (since r60984)
|
commit | commitdiff | tree |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the...
|
commit | commitdiff | tree |
next |