2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adding #ifs for reflecting existing controls, fixing... |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting init sequence for different osx platforms |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | committing current iphone state |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | iPhone bitmap support |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | correcting to ifdef to if |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | guarding scrollbar |
tree | commitdiff |
2009-07-09 |
Stefan Csomor | adding special case for Carbon DataBrowser Checkbox |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | compilation fix for wxOSX/Cocoa: don't use Carbon funct... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | suppress harmless warning about unused variable |
tree | commitdiff |
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 |
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-01 |
Vadim Zeitlin | set the context we create in IsExtensionSupported(... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | ensure that we have event loop before showing a modal... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | another compilation fix after r61232 |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
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-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 |
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 | 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 |
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 |
Julian Smart | Avoid accidental enabling of disabled windows by checki... |
tree | commitdiff |
2009-06-15 |
Stefan Csomor | moving to a 10.4 compatible implementation |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | respecting more of the toolbar positions (tb_right... |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | account for the label size in wxDisclosureTriangle... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding missing release for editor |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | making SetFocus bringing TLW to front as Carbon, see... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow mouse events being sent to parents, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow vetoing on drop, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing coordinates for dnd, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | misc key-event fixes, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixes direction for scroll events, closes #10873 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | adding idle processing in modal loop, closes #10871 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing modal dialog quit after nested message box problem |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | disclosure triangles on all implementations are able... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing redraw of combobox on osx_cocoa |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | changing disclosure triangle to allow for label |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing border drawing for toplevel controls on dialogs... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | compilation fixes for OS X Cocoa build |
tree | commitdiff |
2009-06-05 |
Stefan Csomor | avoiding events during destruction, fixes #10855 |
tree | commitdiff |
2009-06-04 |
Stefan Csomor | avoid overdrawing, fixes #10865 |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | fixing non-unicode build |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | moving common code up |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | updating cursor code from Dave's newer version, fixes... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | make sure NSScrollers are always having the desired... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG... |
tree | commitdiff |
2009-05-15 |
Stefan Csomor | applying, closes #9012 |
tree | commitdiff |
2009-05-14 |
Julian Smart | Corrected event routing/id change bug |
tree | commitdiff |
2009-05-12 |
Stefan Csomor | files are replaced by dataview implementations |
tree | commitdiff |
2009-05-11 |
Robert Roebling | Reapplied some previous patches that got lost while... |
tree | commitdiff |
2009-05-09 |
Stefan Csomor | commenting out uncompilable code |
tree | commitdiff |
2009-05-09 |
Stefan Csomor | adapting to new font method |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
2009-05-02 |
Kevin Ollivier | (Forward port from 2.8) Allow m_current to be used... |
tree | commitdiff |
2009-05-02 |
Stefan Csomor | reverting r43119, fixes #10752 |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | added missing parent parameter to Cocoa version of... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-22 |
Julian Smart | State fix |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | content must be changeable by wx even though control... |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | fixing param |
tree | commitdiff |
2009-04-18 |
Stefan Csomor | removing overloads to avoid 'hidden method' warning |
tree | commitdiff |
2009-04-17 |
Stefan Csomor | wrong override params |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | have at least a measuring context available |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | make sure we treat partial conversions as failed |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | textctrl fixes |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | fixing return values and handling of invalid files |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | using proper SubItemRect |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | adapting TextUpdateEvents, using wxTextEntry API |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | making sure min and max sizes can be overridden |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | fixing native font info support bugs |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | failed conversion shouldn't trigger an assert |
tree | commitdiff |
next |