2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Since wxDialog::Show(false) only calls wxWindow::Show... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Typo fix. |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-15 |
Robin Dunn | Apply new patch fixing problem of IsRunning always... |
tree | commitdiff |
2010-02-15 |
Kevin Ollivier | Implement case-insensitive find and read only support... |
tree | commitdiff |
2010-02-14 |
Václav Slavík | Fix wxHtmlWindow to correctly decide whether to show... |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Make it possible to subclass wxMenuBar in XRC (patch... |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Fixed possible buffer overflow in wxXmlResource::GetXRC... |
tree | commitdiff |
2010-02-10 |
Václav Slavík | Fixed wxGauge's best size to conform to Windows HIG. |
tree | commitdiff |
2010-02-09 |
Stefan Csomor | support fullscreen display (translucent status) in... |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Test m_nowpeer pointer before using it. |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Set Id and EventObject for wxSetCursorEvent |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Ignore the time portion of the datetime object when... |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Remove functions duplicated in dnd_osx.cpp. |
tree | commitdiff |
2010-02-08 |
Robin Dunn | Allow more than one timer with the same ID. Closes... |
tree | commitdiff |
2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons. |
tree | commitdiff |
2010-02-07 |
Kevin Ollivier | Implement EVT_MAXIMIZE support for OS X Cocoa. |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Fix handling of the *.* extension case, before this... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Forgot about the drag source delegate, which is the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Fix selection event sending for Ctrl-click in generic... |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Correct the bounding box calculation in wxGTK wxDC... |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Fix bug in wxMSW wxMessageDialog when the text was... |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Correct bounding box calculation in wxGTK wxDC::DrawText(). |
tree | commitdiff |
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 |
next |