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 |
2009-03-11 |
Kevin Ollivier | Get SetLabel working again for wxStaticText by overridi... |
tree | commitdiff |
2009-03-10 |
Stefan Csomor | adding pure CoreText Impl |
tree | commitdiff |
2009-03-10 |
Kevin Ollivier | Focus handling fixes - make sure new windows activate... |
tree | commitdiff |
2009-03-10 |
Kevin Ollivier | Border styles create a double-border on native search... |
tree | commitdiff |
2009-03-09 |
Kevin Ollivier | Fix for accessing m_peer during initialization. |
tree | commitdiff |
2009-03-08 |
Stefan Csomor | letting the peer declare whether it wants to draw its... |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Fix double-click support for wxListBox (#10548) |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Fixes needed to get transient popup windows working... |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Make sure the user can't select the text. |
tree | commitdiff |
2009-03-07 |
Robert Roebling | wxDATAVIEW_CELL_ACTIVATABLE translates Editable under... |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Report first selected item in selection change event |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Make wxDataViewCtrl::GetBestSize() return a height... |
tree | commitdiff |
2009-03-07 |
Kevin Ollivier | For search ctrl, the bordered and bezeled styles destro... |
tree | commitdiff |
2009-03-07 |
Kevin Ollivier | Add alignment support, and more tweaks for label size... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Fill out the left and top fields as well. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Sheet support for wxDirDialog. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Don't use result for both NS and wx button ID values. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Sheet support for wxMessageDialog. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Fix for sheets based on NSAlert. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Make sure we call SetEventObject before firing events. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Make wxStaticText for OS X Cocoa properly size multilin... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Use sheets for native file dialogs if the dialog has... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Ensure that WriteText moves the selection to the end... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Fix comparison operator for functions keys (fixes ... |
tree | commitdiff |
2009-03-04 |
Kevin Ollivier | Ensure we get mouse moved events. |
tree | commitdiff |
2009-03-04 |
Kevin Ollivier | Don't always set the titled mask. |
tree | commitdiff |
2009-03-03 |
Kevin Ollivier | More fixes for clickCount... even sometimes when respon... |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-02-28 |
Kevin Ollivier | Cast needed to fix compilation on 10.4 --This line... |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10523 |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10524 |
tree | commitdiff |
2009-02-25 |
Kevin Ollivier | Remove no longer necessary re-entrancy check, fix funct... |
tree | commitdiff |
next |