2009-07-03 |
Stefan Csomor | bracket 10.5 only code |
tree | commitdiff |
2009-07-03 |
Stefan Csomor | better font round-trip fidelity (native->wx->native... |
tree | commitdiff |
2009-07-03 |
Stefan Csomor | fixing warnings |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | reset m_establishing flag and last error when asynchron... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | set socket state to connected when it receives a connec... |
tree | commitdiff |
2009-07-02 |
Stefan Csomor | fixing memory leak and unnecessary cocoa init, refs... |
tree | commitdiff |
2009-07-02 |
Stefan Csomor | reverting incorrect conversion from r52690, refs #10856 |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | ignore bCase parameter of wxSortedArrayString::Index... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | set the context we create in IsExtensionSupported(... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | interpret ~ specially only when it is the first charact... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | ensure that we have event loop before showing a modal... |
tree | commitdiff |
2009-06-29 |
Vadim Zeitlin | don't use wxFilePicker style when creating wxButton |
tree | commitdiff |
2009-06-28 |
Kevin Ollivier | Fix typo in class name. |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | simplify ScrollTo() |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | remove obsolete comment moved to wxBitmapButtonBase |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | another compilation fix after r61232 |
tree | commitdiff |
2009-06-28 |
Julian Smart | Allow for menus when deleting a tool |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | set the initial size of bitmap buttons correctly again... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | check whether we show bitmaps at all in GTKUpdateBitmap... |
tree | commitdiff |
2009-06-27 |
Julian Smart | Fix for toolbar commands not working |
tree | commitdiff |
2009-06-24 |
Kevin Ollivier | Add wxGraphicsBitmap overload for DrawBitmap. |
tree | commitdiff |
2009-06-24 |
Vadim Zeitlin | compilation fix after wxBitmap image changes |
tree | commitdiff |
2009-06-24 |
Julian Smart | Style selection now restored after editing the style |
tree | commitdiff |
2009-06-24 |
Julian Smart | Made standard bullet names translatable |
tree | commitdiff |
2009-06-23 |
Kevin Ollivier | Build fixes after the 2.8->trunk forward port. |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | remove confusing wxDialog::ButtonSizerFlags and extract... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | invalidate best window size when its label changes |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | streamline best size calculation for buttons and made... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | fix more wxOSX/Carbon warnings in release build |
tree | commitdiff |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | no changes, just removed commented out Carbon code... |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-20 |
Julian Smart | Patch from Bruno Daniel to fix tab position inconsistency |
tree | commitdiff |
2009-06-20 |
Stefan Csomor | make sure theme font info is reset if anything is changed |
tree | commitdiff |
2009-06-20 |
Stefan Csomor | simplify condition |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | suppress more float/double->int conversion warnings... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | don't try to resize the bitmap buttons with wxBORDER_NO... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | implement wxTreeCtrl::GetFocusedItem() for wxMSW too... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | no need to check for wxID_HELP buttons in SetLabel... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | respect wxBU_NOTEXT style in wxButton |
tree | commitdiff |
2009-06-19 |
Stefan Csomor | guarding against null nowpeer in cases like native... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | override DoSetBitmap() instead of SetBitmapLabel() |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | only erase background if we do have a non-default backg... |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | erase background using the window background colour... |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | no changes, just removed apparently unneeded wxMacBitma... |
tree | commitdiff |
2009-06-18 |
Robert Roebling | Also fixed Clear() in the generic control |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | set use-underline button property when setting its... |
tree | commitdiff |
2009-06-18 |
Robert Roebling | Further attempts to implement Clear() for the GTK control |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | wxHtmlWindow background drawing fixes for OS X and... |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | don't draw borders for bitmap buttons with wxBORDER_NON... |
tree | commitdiff |
2009-06-18 |
Jouk Jansen | Patch wxGTK1 for recent changes in bmpbuttn |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | implement propert background style semantics for OS X |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | make wxCollapsiblePane blend into its parent background... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | suppress harmless gcc warning about not handling all... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap button... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
tree | commitdiff |
2009-06-17 |
Julian Smart | wxRichTextCtrl native caret now flashes, for wxMac... |
tree | commitdiff |
2009-06-17 |
Julian Smart | Avoid accidental enabling of disabled windows by checki... |
tree | commitdiff |
2009-06-17 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-06-17 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | implement new wxBG_STYLE_XXX semantics for wxMSW too |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | fix compilation without wxUSE_STREAMS (closes #10900) |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement wxGTK wxBitmapButton in terms of wxButton |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for bitmaps for all states in wxGTK... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void... |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | use the directory of the most recently opened file... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Fixed printf-related warnings |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement wxBitmapButton as just a wrapper for wxButton... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | added missing int |
tree | commitdiff |
2009-06-15 |
Stefan Csomor | moving to a 10.4 compatible implementation |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement support for per-state bitmaps in wxMSW wxButton |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Correct wxDataViewListModel::RowPrepended |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | add support for bitmap and bitmapposition tags to the... |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement button support for pre-XP systems (or with... |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | no real changes, just use AutoHXXX classes instead... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | no real changes, just extract private classes from... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | use WPARAM (which is 64 bit under Win64) for timer... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-13 |
Jaakko Salli | Converted wxVariant to use wxObject's reference countin... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | fix compilation after wxRefCounter changes |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
next |