2013-08-30 |
Vadim Zeitlin | Fix wxMenu::GetTitle() before the menu is appended... |
tree | commitdiff |
2013-08-30 |
Václav Slavík | Loosen the assert in IsScrollIncrement(). |
tree | commitdiff |
2013-08-29 |
Vadim Zeitlin | Initialize wxImageFileProperty correctly when file... |
tree | commitdiff |
2013-08-29 |
Vadim Zeitlin | Don't define __STRICT_ANSI__, we should build both... |
tree | commitdiff |
2013-08-29 |
Julian Smart | Crash fix for inserting text into a buffer without... |
tree | commitdiff |
2013-08-29 |
Jouk Jansen | wxGTK1 : another msiing include file in evtloop.cpp |
tree | commitdiff |
2013-08-28 |
Jouk Jansen | wxGTK1 : wx/private/eventloopsourcesmanager.h was missi... |
tree | commitdiff |
2013-08-27 |
Vadim Zeitlin | Don't recurse into top level children in wxWindow:... |
tree | commitdiff |
2013-08-27 |
Vadim Zeitlin | Correct making the newly inserted menu item owner drawn... |
tree | commitdiff |
2013-08-27 |
Vadim Zeitlin | Don't use any icon for items inserted without one in... |
tree | commitdiff |
2013-08-27 |
Vadim Zeitlin | Make wxWindow::HasScrollbar() respect wxScrolled::ShowS... |
tree | commitdiff |
2013-08-27 |
Vadim Zeitlin | No real changes, just make wxWindow::CanScroll() virtual. |
tree | commitdiff |
2013-08-27 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2013-08-27 |
Jouk Jansen | revert nested event loop support for wxGTK1 because... |
tree | commitdiff |
2013-08-24 |
Vadim Zeitlin | Move code removing "-psn_xxx" command line arguments... |
tree | commitdiff |
2013-08-24 |
Vadim Zeitlin | Fix recreating of wxBitmapComboBox using untyped client... |
tree | commitdiff |
2013-08-24 |
Paul Cornett | remove redundant initialization of base class member... |
tree | commitdiff |
2013-08-24 |
Paul Cornett | wxDialogBase only has one ctor, so just do initializati... |
tree | commitdiff |
2013-08-23 |
Vadim Zeitlin | Fix wxHtmlHelpData::SetTempDir() to behave correctly... |
tree | commitdiff |
2013-08-19 |
Paul Cornett | Remove DoSetSizeHints() call from Create() |
tree | commitdiff |
2013-08-19 |
Paul Cornett | revert r74683, wxTLW has its own {Width,Height}Default() |
tree | commitdiff |
2013-08-19 |
Paul Cornett | Remove some old redundant code |
tree | commitdiff |
2013-08-18 |
Paul Cornett | avoid setting initial position if it was not specified... |
tree | commitdiff |
2013-08-18 |
Paul Cornett | Move code that does not need realized GdkWinow out... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | Only give capture to wxPopupTransientWindow child if... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | Use wxFindWindowAtPoint() for hit testing in wxPopupTra... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | Return NULL from wxWindow::GetCapture() when the captur... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | Make mouse capture checking asserts stronger and more... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | Don't set even try to set focus to wxPopupWindow itself... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | No changes, just change data structures used by mouse... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | No changes, just use wxRecursionGuard instead of manual... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | No changes, just move mouse capturing bookkeeping data... |
tree | commitdiff |
2013-08-18 |
Paul Cornett | should have been part of r74664: Avoid calling gtk_wind... |
tree | commitdiff |
2013-08-17 |
Paul Cornett | avoid duplicate move events |
tree | commitdiff |
2013-08-17 |
Paul Cornett | Avoid calling gtk_window_get_position() from "configure... |
tree | commitdiff |
2013-08-16 |
Paul Cornett | use names for gs_requestFrameExtentsStatus values |
tree | commitdiff |
2013-08-16 |
Vadim Zeitlin | Replace wxFONTFAMILY_DEFAULT with wxFONTFAMILY_SWISS... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | forgotten commit :-( remove #if 0 if things work again |
tree | commitdiff |
2013-08-14 |
Václav Slavík | Fix wxComboCtrlBase::DoGetSizeFromTextSize() performanc... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | using terminate: terminates prematurely, OnExit is... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as... |
tree | commitdiff |
2013-08-13 |
Vadim Zeitlin | Don't hide the window in its dtor in wxGTK. |
tree | commitdiff |
2013-08-12 |
Paul Cornett | avoid setting pango matrix when not needed |
tree | commitdiff |
2013-08-09 |
Julian Smart | Applied #15393 (dghart) fixing wxRichTextTable for... |
tree | commitdiff |
2013-08-08 |
Paul Cornett | add other known types for gdk_pixbuf_save() |
tree | commitdiff |
2013-08-08 |
Paul Cornett | Try native method first in LoadFile() and SaveFile() |
tree | commitdiff |
2013-08-07 |
Václav Slavík | Make wxOwnerDrawnComboBox::DoGetBestSize() twice as... |
tree | commitdiff |
2013-08-07 |
Vadim Zeitlin | Compilation fix for wxMSW with wxUSE_MSGBOX_HOOK==0. |
tree | commitdiff |
2013-08-07 |
Vadim Zeitlin | Add wxFileName::SetPermissions(). |
tree | commitdiff |
2013-08-07 |
Vadim Zeitlin | Don't use DDEExec registry key in wxMSW wxExecute(... |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Fix column sorting UI in wxDataViewCtrl under wxOSX. |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Use RIAA wrapper for wxSpinCtrl event disabling in... |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Reflect changes in stc.cpp in stc.cpp.in from which... |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Don't generate any events from wxSpinCtrl and wxSpinCtr... |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Add wxPropertyGridPageState::GetColumnFullWidth(). |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Fix wxPropertyGrid::GetPropertyRect when the last item... |
tree | commitdiff |
2013-08-06 |
Paul Cornett | Rewrite ConvertToGreyscale() and ConvertToDisabled() |
tree | commitdiff |
2013-08-05 |
Paul Cornett | prevent infinite loop if gtk_menu_popup() fails, fixes... |
tree | commitdiff |
2013-08-05 |
Stefan Csomor | follow up parent chain to properly support modal dialog... |
tree | commitdiff |
2013-08-02 |
Paul Cornett | fix Gtk-CRITICAL errors when deleting wxDirButton |
tree | commitdiff |
2013-07-31 |
Paul Cornett | defer calling SetCanFocus() on wxGTK until after creation |
tree | commitdiff |
2013-07-31 |
Julian Smart | Applied #15375 to stop event-sending in generic wxSpinC... |
tree | commitdiff |
2013-07-31 |
Paul Cornett | fix tab traversal of wxStaticBox children, closes ... |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | first attempt at adding the minimal set needed for... |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | adapting to new event version |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | changing to allow for 2x ramping up NSApp run |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | using Run of base class |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | skip apple options |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | wiring event loop callbacks |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | OSX adaptions |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Fix duplicate symbol link errors in wxMSW wxTextEntry... |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Allow using custom method names in wxHTTP. |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Fix build with wxUSE_FFILE=0. |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Don't crash when creating wxStaticBox in wxGTK. |
tree | commitdiff |
2013-07-24 |
Stefan Csomor | wiring OnInit on osx to a later point in event processing |
tree | commitdiff |
2013-07-23 |
Stefan Csomor | support for iPhone callbacks |
tree | commitdiff |
2013-07-23 |
Stefan Csomor | adding OnLaunched |
tree | commitdiff |
2013-07-23 |
Paul Cornett | use GTK-specific method to delete selection |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Compilation fix for PCH-less build after r74586. |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Fix tab navigation bug with radio boxes without enabled... |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Fix tab navigation bug with static boxes without enable... |
tree | commitdiff |
2013-07-23 |
Paul Cornett | merge DoDrawText() and DoDrawRotatedText() into one... |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Fix tab navigation into radio boxes in wxMSW. |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | No real changes, just refactor wxControlContainer code... |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | further routing into wxApp |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | cocoa wiring |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | wiring osx native notification during launch |
tree | commitdiff |
2013-07-22 |
Paul Cornett | use pango_matrix_scale() to scale text |
tree | commitdiff |
2013-07-18 |
Vadim Zeitlin | Don't assume that KeySym is always defined as long... |
tree | commitdiff |
2013-07-17 |
Vadim Zeitlin | Set mouse cursor correctly over image map links in... |
tree | commitdiff |
2013-07-17 |
Vadim Zeitlin | Check the number of points in the image map in wxHTML. |
tree | commitdiff |
2013-07-17 |
Vadim Zeitlin | No changes, just remove an extra pair of braces in... |
tree | commitdiff |
2013-07-17 |
Vadim Zeitlin | Handle wxALWAYS_SHOW_SB in wxOSX. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Fix insertion of radio menu items in wxOSX wxMenu. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Allow unsetting wxMenuItem as start of radio group... |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | No changes, just renamed "pItem" to "item" in wxOSX... |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Get rid of wxMenu::m_startRadioGroup in wxOSX. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Fix harmless unused parameter warning in wxOSX. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Use [DOMRange markupString] to get selection source. |
tree | commitdiff |
next |