2013-01-20 |
Vadim Zeitlin | Fix setting initial wxSpinCtrl value outside 0..100... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Really fix the background colour used for the cells... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Don't use margins for wxGrid in place text editor controls. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Set margins on creation correctly for wxTE_RICH[2]... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Set both left and right wxTextEntry margins in wxMSW. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix bug with dragging non-draggable columns in wxMSW... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix some harmless but annoying warnings about casts... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | draw monochrome source directly onto destination when... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | make some reference handling a little more direct and... |
tree | commitdiff |
2013-01-19 |
Julian Smart | When selecting the bitmap bullet style, the name can... |
tree | commitdiff |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
tree | commitdiff |
2013-01-17 |
Steve Lamerton | When handling accelerators in wxWebView make sure that... |
tree | commitdiff |
2013-01-16 |
Julian Smart | Fix wrong value |
tree | commitdiff |
2013-01-16 |
Julian Smart | Better compatibility with old files when creating an... |
tree | commitdiff |
2013-01-15 |
Paul Cornett | add support for GtkFontChooserDialog, new in GTK 3.2 |
tree | commitdiff |
2013-01-14 |
Julian Smart | Added Set/GetFloatingLayoutMode to switch off time... |
tree | commitdiff |
2013-01-13 |
Steve Lamerton | Allow registering of custom wxWebView backends. |
tree | commitdiff |
2013-01-13 |
Vadim Zeitlin | Fix wrong return value in the changes of r73365. |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Fix compilation without PCH after r73365. |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Allow hiding/showing already hidden/shown wxGrid rows... |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Relax Unity menu interdiction hack to allow popup menus... |
tree | commitdiff |
2013-01-10 |
Paul Cornett | call GTKApplyWidgetStyle() from PostCreation() instead... |
tree | commitdiff |
2013-01-10 |
Paul Cornett | allow setting window font and bg/fg color before creation |
tree | commitdiff |
2013-01-10 |
Paul Cornett | simplify code setting backing pixmap |
tree | commitdiff |
2013-01-09 |
Paul Cornett | don't use deprecated wxMouseState functions |
tree | commitdiff |
2013-01-08 |
Julian Smart | Detect when the window is still captured when dragging... |
tree | commitdiff |
2013-01-08 |
Julian Smart | Fill in mouse button and key state when generating... |
tree | commitdiff |
2013-01-05 |
Paul Cornett | define wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0 |
tree | commitdiff |
2013-01-04 |
Vadim Zeitlin | Attempt to fix MSVC6 compilation after the previous... |
tree | commitdiff |
2013-01-04 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRI... |
tree | commitdiff |
2013-01-03 |
Paul Cornett | gtk_assert_dialog_set_message() was unintentionally... |
tree | commitdiff |
2013-01-03 |
Jouk Jansen | gtk_assert_dialog_set_message is only defined if wxUSE_... |
tree | commitdiff |
2013-01-03 |
Paul Cornett | use gtk_file_chooser_set_show_hidden() now that GTK... |
tree | commitdiff |
2013-01-03 |
Paul Cornett | remove ancient SetModal(), it was deprecated long ago... |
tree | commitdiff |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
tree | commitdiff |
2012-12-30 |
Steve Lamerton | Add handling of http errors to wxWebViewIE. Tidy up... |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | Fix wxLocale::GetInfo() in C locale under Windows. |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | No changes, just fix unused variable in wxUSE_STATBMP... |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRI... |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization. |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | Spelling fixes in comments in wxOSX. |
tree | commitdiff |
2012-12-29 |
Paul Cornett | reference count the GtkMenuItem in wxMenuItem as well |
tree | commitdiff |
2012-12-29 |
Paul Cornett | m_menubar does not need to be public for hildon, it... |
tree | commitdiff |
2012-12-28 |
Paul Cornett | remove unused variable assignment, closes #14928 |
tree | commitdiff |
2012-12-28 |
Paul Cornett | Use gtk_menu_item_remove_submenu() with GTK2 |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Don't assume that wxTE_RICH(2) implies wxTE_MULTILINE... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Process HDN_TRACK in wxMSW wxHeaderCtrl just in case. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | No changes, just avoid unused variable in wxUSE_TOOLTIP... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Use a single taskbar icon for all notifications in... |
tree | commitdiff |
2012-12-28 |
Stefan Csomor | silence unused var warning |
tree | commitdiff |
2012-12-28 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Fix regression with wxHTML table elements background... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Ensure that client display rectangle is always less... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | No changes, just don't initialize the variable twice. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | No changes, just remove an unused variable. |
tree | commitdiff |
2012-12-27 |
Paul Cornett | Use proper reference counting on GtkMenuItem that we... |
tree | commitdiff |
2012-12-27 |
Paul Cornett | Better fix for avoiding warnings from Ubuntu libdbusmenu |
tree | commitdiff |
2012-12-26 |
Paul Cornett | fix consruction of string |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | removing 10.5 version checks |
tree | commitdiff |
2012-12-23 |
Steve Lamerton | Fix webview compilation for the mingw-w64 compiler. |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | removing outdated code |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | making sure we are using correct implementation for... |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | adding isFlipped to userpane |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | try support for native isFlipped usage and coalesce... |
tree | commitdiff |
2012-12-23 |
Vadim Zeitlin | Fix wrong tab order in wxAuiNotebook after dragging. |
tree | commitdiff |
2012-12-22 |
Julian Smart | Fix for bug #14915 - wxRichTextCtrl: Not able to move... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Invalidate wxGrid best size when its associated table... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Fix libtiff compilation with VC6 after upgrade to 4... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Remove unnecessary variable assignment from wxBoxSizer... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-21 |
Paul Cornett | revert r73185, it should no longer be needed after... |
tree | commitdiff |
2012-12-20 |
Paul Cornett | Use client size determined by size-allocate when possible |
tree | commitdiff |
2012-12-20 |
Stefan Csomor | benefit from 10.5+ call HIShapeUnionWithRect |
tree | commitdiff |
2012-12-19 |
Stefan Csomor | activating DrawRectangle optimization |
tree | commitdiff |
2012-12-19 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2012-12-19 |
Stefan Csomor | HIThemeBrushCreateCGColor seems to have become very... |
tree | commitdiff |
2012-12-19 |
Stefan Csomor | making Xcode builds work against against libtiff, copie... |
tree | commitdiff |
2012-12-18 |
Stefan Csomor | setting offsets for window and client dcs when not... |
tree | commitdiff |
2012-12-16 |
Paul Cornett | Fix for toolbars and menus not being disabled on Ubuntu |
tree | commitdiff |
2012-12-14 |
Stefan Csomor | support SDK < 10.6, fixes #14902 |
tree | commitdiff |
2012-12-14 |
Stefan Csomor | supporting private types in DnD on osx_cocoa, fixes... |
tree | commitdiff |
2012-12-14 |
Vadim Zeitlin | Fix libtiff compilation with MinGW. |
tree | commitdiff |
2012-12-14 |
Stefan Csomor | avoid double up events for static text, fixes #14902 |
tree | commitdiff |
2012-12-14 |
Paul Cornett | compute scrollbar spacing the same way GtkScrolledWindo... |
tree | commitdiff |
2012-12-14 |
Paul Cornett | Get DC size from GDK window if possible, client size... |
tree | commitdiff |
2012-12-13 |
Paul Cornett | decrease number of skipped frames in assert dialog... |
tree | commitdiff |
2012-12-11 |
Paul Cornett | use correct signature for callback |
tree | commitdiff |
2012-12-11 |
Paul Cornett | make local functions static |
tree | commitdiff |
2012-12-11 |
Paul Cornett | add wrappers to avoid compiling code which will never... |
tree | commitdiff |
2012-12-11 |
Vadim Zeitlin | Handle IN_MOVE inotify events better. |
tree | commitdiff |
2012-12-11 |
Vadim Zeitlin | Initialize wxRibbonBar::m_help_button_hovered. |
tree | commitdiff |
2012-12-10 |
Vadim Zeitlin | Use wxSetWorkingDirectory() instead of chdir(). |
tree | commitdiff |
2012-12-10 |
Vadim Zeitlin | Readded tiffconf.h removed by libtiff 4.0.3 merge. |
tree | commitdiff |
2012-12-10 |
Vadim Zeitlin | Merged libtiff 4.0.3 changes into the trunk. |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Also account for EOL chars correctly in wxStyledTextCtr... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Don't test for key code being valid unnecessarily. |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Remove unnecessary default from a switch statement. |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Fix copy/paste error in UnsetConstraints(). |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Check gtk_tree_model_iter_nth_child() return value... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Don't use values returned by lstat() if it failed in... |
tree | commitdiff |
next |