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 |
2009-04-04 |
Stefan Csomor | adding API note |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | fixing unused param warning |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | fixing 64 bit value transfer |
tree | commitdiff |
2009-04-01 |
Stefan Csomor | bringing back utf32 encoding for wchar, fixes #10666 |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | compilation fix after recent changes |
tree | commitdiff |
2009-03-29 |
Václav Slavík | wxArtProvider::GetIconBundle() cleanup: |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | glgrab not available for iphone |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding iphone code |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | adding support for focus events to multiline textctrl |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | supporting kill focus for single line text controls |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | adding native icon for executables |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | correcting inverted conditions of r59725 |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | adding back API for 2.8 compatibility |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | switching a few icons, removing OS9 folder icons |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | switching a few icons, removing OS9 folder icons |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | simplyfing code, fixing warnings |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | adding more native icons, fixes #8778 |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | adding more native icons, fixes #8778 |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | textctrl cleanup |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warnings in osx cocoa |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warning in osx core and carbon |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warnings in osx common code |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Stefan Csomor | simpler define handling |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-22 |
Kevin Ollivier | Disabling sheets codepath until we can resolve the... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | fixing multiple extensions in one filter, turning off... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | adapting to autorelease of factory methods |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | adapting to autorelease of factory method |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | fixing the type |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | making sure the repositioning within the contentview... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | make it crash-proof |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | make sure we always have a CGFontRef |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | introducing temporary variables for atsu with cocoa |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx (was missing because... |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-19 |
Stefan Csomor | avoid double framing on carbon as well |
tree | commitdiff |
2009-03-18 |
Kevin Ollivier | Fix toggle button style. |
tree | commitdiff |
2009-03-17 |
Kevin Ollivier | Handle the remaining selectors which otherwise lead... |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | On OS X, the button for wxID_HELP should never accept... |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | changing layout to better adhere to HIG, fixing truncat... |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | fixing obj-c warnings |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | making sure peer->Move refreshes properly, bringing... |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | changes for embedded, applying patch, fixes #10359 |
tree | commitdiff |
2009-03-14 |
Kevin Ollivier | implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Another place we need an autorelease pool. |
tree | commitdiff |
2009-03-13 |
Stefan Csomor | solving inversion problem, because SetShape is redefine... |
tree | commitdiff |
2009-03-13 |
Stefan Csomor | making sure toplevel default width/sizes are used |
tree | commitdiff |
next |