2011-10-31 |
Vadim Zeitlin | Compilation fix for AIX: fix the name of wxGetservBuf... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Julian Smart | Fixed #13535: wxRichTextCtrl: Incorrectly documented... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Dimitri Schoolwerth | Fixed dropdown height of wxChoice and wxComboBox controls. |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Vadim Zeitlin | Mention setting up file as default download on SF in... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Vadim Zeitlin | Compilation fix for wxUSE_GRAPHICS_CONTEXT && !WX_PRECOMP. |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Vadim Zeitlin | Correct FSF postal address in the licence text. |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Vadim Zeitlin | Remove duplicated and apparently unnecessary licence... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Paul Cornett | add gdk_window_get_height/width |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Paul Cornett | simplify Refresh(), ancestors of a mapped window have... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Paul Cornett | in DoSetSize, only call GetPosition if necessary |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Paul Cornett | correct callback function signature |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Paul Cornett | move class function out of extern "C" block |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Paul Cornett | simplify code calling gtk_window_set_urgency_hint |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Avoid too many sash position changed events when splitt... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Fix the check for second window becoming too small... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Make the initial sash position work in splitter sample. |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Don't apply gravity before requested sash position... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Remove wxSplitterWindow::m_checkRequestedSashPosition. |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | No changes, just remove wxSplitterWindow::{Set,Get... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Julian Smart | Fixed problem with the size of paragraphs not needing... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Perform wxAuiToolBar idle updates from UpdateWindowUI... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Generate right click events for all kinds of items... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Fix splitting message into title in body in MSW wxProgr... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Don't replace non default wxMessageDialog labels with... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Change variables naming convention in wxAUI code. |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Link tests with webview library only if it is actually... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Remove apparently unnecessary wxAuiMDIClientWindow... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Add wx/datetimectrl.h to the wxAdv files list. |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Fix assert in generic wxListCtrl icon view when using... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Julian Smart | Fixed warning when compiling richttextctrl.cpp in VS201... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Julian Smart | Add indents to maximum size to prevent problems with... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Vadim Zeitlin | Fix return value of wxPersistentSplitter::RestoreValue(). |
commit | commitdiff | tree | snapshot |
2011-10-29 |
Robin Dunn | Add missing interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2011-10-29 |
Robin Dunn | resolve multiple inheritance ambiguity |
commit | commitdiff | tree | snapshot |
2011-10-29 |
Paul Cornett | parenthesize bitwise operator in logical expression |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No changes, just simplifications to configure code. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No changes, just remove redundant code. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Explicitly declare environ variable. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Always include locale.h to get LC_ALL declaration. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Remove unused wxIFFDecoder::picptr member variable. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove an extra semicolon. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Replace remaining occurrences of _T() with wxT(). |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove trailing commas from enums. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Vadim Zeitlin | Add WX_FIND_LIB() function to simplify testing for... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Vadim Zeitlin | No changes, just fix some typos in acinclude.m4 comments. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Vadim Zeitlin | Use AC_LANG_SOURCE and add missing quoting to configure. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Václav Slavík | Fix incorrect handling of ItemsAdded() in wxDataViewCtrl. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Robin Dunn | Interface tweaks and fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Robin Dunn | Work around a multiple inheritance ambiguity |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Stefan Csomor | move declaration into cocoa part |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | deactivate wxUSE_TIMEPICKCTRL for iphone |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | files added |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | files added |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | files added |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Paul Cornett | fix wxMDIChildFrame after r69390 and r69468, TLW realiz... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | panelg removal |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | fixing reentrancy problem under iOS 5 |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Paul Cornett | avoid GDK warning "drawable is not a pixmap or window" |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Paul Cornett | avoid GTK3 warning "GtkNotebook %p is mapped but visibl... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Paul Cornett | revert (presumably unintentional) change from r59562... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Julian Smart | Fix for indeterminate attribute specification |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Julian Smart | Applied patch #13534: wxRichTextCtrl: Make it easier... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Julian Smart | Allow user to select indeterminate state for font attri... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Robin Dunn | Add missing styles and flags, and specify pure virtuals... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Robin Dunn | Add the getters |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Robin Dunn | It's not an array of pointers to dashes, but rather... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Václav Slavík | Document wxDataViewModelNotifier callbacks return values. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Václav Slavík | Use the new wxDataViewRenderer activation API in wxTree... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Václav Slavík | Move wxDataViewCustomRendererBase::ActivateCell() to... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Vadim Zeitlin | Dirty hack to allow generic wxDatePickerCtrl to compile... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Vadim Zeitlin | Fix wxRichToolTip compilation under MSW without PCH... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Vadim Zeitlin | Add "checked" property for toolbar tool elements in... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Robin Dunn | The new wxImage related gaphics context code uses some... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Vadim Zeitlin | Fix PCH-less compilation of wx/richtooltip.h too. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Cleanup of wxDataViewCtrl cell activation code. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Move InitMouseEvent<T>() to wx/gtk/private/event.h. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Use wxDatePickerCtrl in wxDataViewDateRenderer. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Allow using wxCompositeWindow<T> as wxDataViewCtrl... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Fix NULL window argument to wxEVT_KILL_FOCUS when creat... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Send wxEVT_CREATE and do other post-realization initial... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Set wxFocusEvent's window value for wxEVT_KILL_FOCUS... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Vadim Zeitlin | More fixes for PCH-less compilation. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Fix for PCH-less compilation after wxNonOwnedWindow... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Document and test behaviour of wxRegion methods when... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Fix SetShape() in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Don't interpret '&' specially in wxTextWrapper. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Use wxWindow::GetClientAreaOrigin() instead of MSW... |
commit | commitdiff | tree | snapshot |
next |