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 |
2013-07-16 |
Vadim Zeitlin | Return raw text, not markup, from wxWebViewWebKit:... |
tree | commitdiff |
2013-07-16 |
Stefan Csomor | never return negative client sizes, fixes #15338 |
tree | commitdiff |
2013-07-15 |
Stefan Csomor | keeping selected page, fixes #15334 |
tree | commitdiff |
2013-07-15 |
Stefan Csomor | making sure images are in synch with the pages |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Add wxUSE_PREFERENCES_EDITOR and the corresponding... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Fix new wxExecute() code compilation with wxUSE_CONSOLE... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Fix wxGTK compilation in wxUSE_MENUS==0 case. |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Don't use images in wxToolBar with wxTB_NOICONS in... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Support using GetTextExtent() with empty string to... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Suppress harmless clang 3.3 warning about unused wxMess... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Fix error checking in wxFileSystemWatcher::Remove(... |
tree | commitdiff |
2013-07-14 |
Vadim Zeitlin | Make wxMSW wxSpinCtrl "not enough space" messages more... |
tree | commitdiff |
2013-07-14 |
Vadim Zeitlin | Fix crash in docview code if view initialization failed. |
tree | commitdiff |
2013-07-14 |
Stefan Csomor | support for @2x notation for wxBITMAP_TYPE_PNG (non... |
tree | commitdiff |
2013-07-13 |
Vadim Zeitlin | Remove the long obsolete and unused since 2.7.0 __WIN95... |
tree | commitdiff |
2013-07-13 |
Vadim Zeitlin | Use wxNotebook background colour for the tab row backgr... |
tree | commitdiff |
2013-07-13 |
Dimitri Schoolwerth | deleted svn:executable property from src/expat/ files... |
tree | commitdiff |
2013-07-12 |
Vadim Zeitlin | Fix harmless MinGW warning in wxMSW wxListCtrl code. |
tree | commitdiff |
2013-07-12 |
Vadim Zeitlin | Fix harmless unused parameter warning in !wxUSE_GRAPHIC... |
tree | commitdiff |
2013-07-12 |
Vadim Zeitlin | Fix wrong return value from wxWebViewIE::Find() in... |
tree | commitdiff |
2013-07-12 |
Vadim Zeitlin | Fix warnings about implicit float or double to int... |
tree | commitdiff |
2013-07-11 |
Stefan Csomor | adapting to new x wheel behavior, see #15269 |
tree | commitdiff |
2013-07-11 |
Stefan Csomor | adapt to wx conventions for scroll wheel differences... |
tree | commitdiff |
2013-07-11 |
Václav Slavík | Use int instead of wxWindowID in wxNewId() and friends. |
tree | commitdiff |
2013-07-11 |
Václav Slavík | Use wxWindowID in wxNewId() and related functions. |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Implement monitoring of file descriptors in wxMotif... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Fix typo in wxGUIEventLoop::ScheduleExit() in wxMotif. |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Add wxX11EventLoopSourcesManager stub implementation... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Add default ctors and Create() to wxDirDialog and wxFil... |
tree | commitdiff |
2013-07-10 |
Václav Slavík | Fix lots of warnings reported by Clang. |
tree | commitdiff |
2013-07-10 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Fix restoring the status bar help message after closing... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Ignore WM_MENUSELECT messages indicating that the menu... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Allow retrieving the descent and external leading of... |
tree | commitdiff |
2013-07-09 |
Vadim Zeitlin | Check axis number in the received joystick messages. |
tree | commitdiff |
2013-07-09 |
Stefan Csomor | fixing forced link of quicktime backend on osx_cocoa |
tree | commitdiff |
2013-07-08 |
Vadim Zeitlin | Check for buffer being big enough in wxPathOnly(). |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Merge libpng 1.6.2 into the trunk. |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Define XML_STATIC in Expat header instead of Expat... |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Compilation fix for r74440 and STL builds. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Don't look for catalogs in AddCatalogLookupPathPrefix... |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Improve translations lookup logging. |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Add files necessary to run Expat configure. |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Update the version of Expat used to 2.1.0. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Use wxConvAuto() in wxStyledTextCtrl::DoLoadFile(). |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Avoid using buffer of already deallocated string in... |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Forbid creation of wxStandardPaths object directly. |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Reuse wxMessageOutputStderr for wxLogStderr implementation. |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Correctly restore the originally used C locale in wxLoc... |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Fix FILETIME <-> wxDateTime conversions while DST is... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove empty GtkTreeEntryClass |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove instance init function, memory is already zeroed |
tree | commitdiff |
2013-07-06 |
Paul Cornett | move treeentry_gtk.h to include/wx/gtk/private/ |
tree | commitdiff |
2013-07-06 |
Paul Cornett | create collate_key on demand |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Fix potential buffer overflow in wxSTC DefaultFont... |
tree | commitdiff |
2013-07-05 |
Julian Smart | Caret blink time and blink on/off are now also reflecte... |
tree | commitdiff |
2013-07-05 |
Julian Smart | Use wxRTC text colour if possible for caret |
tree | commitdiff |
2013-07-05 |
Julian Smart | Don't flash wxRTC caret if blink time is zero, and... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Prevent duplicate menu event processing in MDI windows. |
tree | commitdiff |
2013-07-03 |
Paul Cornett | fix wxCHECK_MSG() return value |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Don't ignore child process output if it exits with... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Rewrite wxExecute() implementation under Unix. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add a helper wxApp::GetValidTraits() method. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Treat G_IO_HUP as read, not error, event because EOF... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make Unix wxAppConsole signal handling more flexible. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Change wxWakeUpPipe to be a wxEventLoopSourceHandler. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Include <fcntl.h> from a header using fcntl(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Use CFSocket instead of CFFileDescriptor in wxCFEventLo... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract wxFDIOEventLoopSourceHandler in its own header. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Split wxWakeUpPipe class in MT-unsafe and MT-safe parts. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract PipeIOHandler class into a header and rename... |
tree | commitdiff |
next |