2010-02-03 |
Julian Smart | Don't select all if there is nothing to select. |
tree | commitdiff |
2010-02-03 |
Julian Smart | Don't delete previous character when pressing Del at... |
tree | commitdiff |
2010-02-03 |
Stefan Csomor | safe degradation |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Refactor DND code into Carbon and Cocoa parts, and... |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Add sanity check on the item number. |
tree | commitdiff |
2010-02-02 |
Julian Smart | Fixes for incorrect selection, extra newline insertion... |
tree | commitdiff |
2010-02-02 |
Jaakko Salli | Do not clear property selection when adding new propert... |
tree | commitdiff |
2010-02-02 |
Julian Smart | Don't crash if there's no top window. |
tree | commitdiff |
2010-02-01 |
Julian Smart | Simplify SetSelectionRange and make consistent with... |
tree | commitdiff |
2010-02-01 |
Stefan Csomor | adapting to new API variant |
tree | commitdiff |
2010-02-01 |
Kevin Ollivier | nschars is never used for the wxEVT_CHAR case, so don... |
tree | commitdiff |
2010-02-01 |
Kevin Ollivier | Use the correct type to fix Tiger compilation. |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Fixed value column rendering for properties which do... |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | avoiding catching incorrect shortcuts, see #11676 |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | supporting clipboard command shortcuts on osx_cocoa... |
tree | commitdiff |
2010-01-28 |
Michael Wetherell | Fix for file length fixup. |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | storing modal returncode correctly for carbon |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | make sure modality is reflected correctly when rerouted... |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | setting correct alertType |
tree | commitdiff |
2010-01-28 |
Kevin Ollivier | Get ShowWindowModal behavior working under OS X Cocoa... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Never block in wxSocket::Peek(). |
tree | commitdiff |
2010-01-26 |
Stefan Csomor | optimizing creation of glcontexts, less flicker |
tree | commitdiff |
2010-01-26 |
Jouk Jansen | Fixes for compilation on OpenVMS platforms |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Try to prevent users from forgetting to include wx... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Don't pass logs at unknown levels to wxLog::DoLogRecord... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Another compilation fix for wxMSW without PCH. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Implement RequestUserAttention() for wxOSX/Cocoa. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Compilation fixes for PCH-less build after ownerdraw... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Avoid g++ warning about unhandled wxFONTFAMILY_XXX... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | No real changes, just don't initialize extern variable... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Make wxWindow::MSWGetThemeColour() const. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Compilation fix for wxUniv. |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | simplifying code, removing outdated API |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | adding note for correct wheel params |
tree | commitdiff |
2010-01-25 |
Julian Smart | Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to... |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | better wheel support |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | adding wxWindow::Show in order to make the sheet showin... |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | fixing building on iphone |
tree | commitdiff |
2010-01-25 |
Jouk Jansen | Update compile support for OpenVMS |
tree | commitdiff |
2010-01-24 |
Kevin Ollivier | Fix mistake, though this assert is unfortunate since... |
tree | commitdiff |
2010-01-24 |
Stefan Csomor | supporting auto-rotate for translucent statusbar |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Compilation fix after ownerdraw-refactor branch merge. |
tree | commitdiff |
2010-01-24 |
Václav Slavík | Fixed dialog units <-> pixels conversion. |
tree | commitdiff |
2010-01-24 |
Václav Slavík | Determine wxButton size correctly in wxMSW. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Correct UTF-32BE BOM detection in wxConvAuto. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Correct bug with returning 0 for non-empty input from... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Check the result of ToWChar() call in wxTextInputStream... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Replace wxLogWarning()s in wxOSX wxComboBox code with... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix wxHTTPStream::Eof() to return true for empty HTTP... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Fix for generic implementation. |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Fix for non-Mac builds. |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Remove assert that was used during testing while changi... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Start on ShowWindowModal for OS X Cocoa. Not working... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Add virtual wxSizer::DoInsert() to replace Insert(). |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Allow to not create wxPaintDC in EVT_PAINT handler... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Don't crash when input is empty in wxFileConfig(wxInput... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Fix off by 1 errors in owner-drawn menu drawing code... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Improve wxCheckListBox appearance under Vista/Win7. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Correct drawing of check marks for owner-drawn items... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Correct alignment of menu accelerator strings in owner... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Fix calculation of the margins for owner-drawn menu... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Set up menu bitmaps correctly for checkable items. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Return old, not new, selection from wxMSW wxNotebook... |
tree | commitdiff |
2010-01-20 |
Kevin Ollivier | Handle the case of NSNotFound result properly. |
tree | commitdiff |
2010-01-20 |
Vadim Zeitlin | Disable size grip for TLW status bar if TLW is not... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Make ConvertPixelsToDialog() and ConvertDialogToPixels... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Don't query metrics that won't be used. |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Support XHTML ' entity. |
tree | commitdiff |
2010-01-19 |
Vadim Zeitlin | Don't set initial size as min size for top level window... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | moving GetPageInfo to later stage, closes #11494 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | switching to LaunchServices implementation, fixes ... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | fixing type for 64 bit, closes #11550 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct 'default' for m_filterIndex, closes... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | applying patch, closes #11309 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct refcon in menus (was incorrectly change... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | avoiding double define warning |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Don't set stretchable spacers size to 0, this doesn... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Correct test for parent being on screen in wxTLW::DoCen... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Invalidate stored wxTreeItemIds when the corresponding... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Generate wxEVT_KEY_DOWN events for navigation keys... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Don't call base class version unnecessarily in wxLogWin... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | No changes, just fix an unused parameter warning. |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add wxIsascii() function and use it instead of isascii... |
tree | commitdiff |
2010-01-15 |
Jaakko Salli | When checking whether the parent has wxTAB_TRAVERSAL... |
tree | commitdiff |
2010-01-15 |
Paul Cornett | honor wxMAXIMIZE frame style, fixes #11631 |
tree | commitdiff |
2010-01-14 |
Stefan Csomor | fixing comments, making sure sound always gets the... |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2010-01-13 |
Jaakko Salli | Fixed bug: wxPGEditor::SetControlAppearance() was calli... |
tree | commitdiff |
2010-01-11 |
Stefan Csomor | adding protocol support for 10.6 |
tree | commitdiff |
2010-01-10 |
Kevin Ollivier | Remove duplicate fields in wxTextCtrl / wxTextEntry... |
tree | commitdiff |
2010-01-10 |
Robin Dunn | Use GraphicsContext (if available) for drawing in Surfa... |
tree | commitdiff |
2010-01-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
tree | commitdiff |
2010-01-09 |
Vadim Zeitlin | Restore default WM_ERASEBKGND handling for wxMDIParentF... |
tree | commitdiff |
next |