2009-06-12 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Remove remaining bits of marker drawing during resizing |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | For needs of wxPython bindings, (re)added a version... |
tree | commitdiff |
2009-06-12 |
Michael Wetherell | Forward port r56500. |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | respecting more of the toolbar positions (tb_right... |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program... |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | Mac appearance fixes: only use a border for wxDisclosur... |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | account for the label size in wxDisclosureTriangle... |
tree | commitdiff |
2009-06-11 |
Robert Roebling | Remove ugly flicker during resizing |
tree | commitdiff |
2009-06-11 |
Robert Roebling | GTK: In virtual list mode, map first row to 1, not... |
tree | commitdiff |
2009-06-11 |
Robert Roebling | In virtual list mode, map first row to 1, not to 0... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding missing release for editor |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | making SetFocus bringing TLW to front as Carbon, see... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow mouse events being sent to parents, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow vetoing on drop, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing coordinates for dnd, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | misc key-event fixes, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixes direction for scroll events, closes #10873 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | adding idle processing in modal loop, closes #10871 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing modal dialog quit after nested message box problem |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | disclosure triangles on all implementations are able... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing redraw of combobox on osx_cocoa |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | changing disclosure triangle to allow for label |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing border drawing for toplevel controls on dialogs... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | remove inline from IosSeekDirToWxSeekMode() to work... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | correct bug with using uninitialized end variable ... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable warning about _set_se_translator() requiring... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | make wxTreeCtrl::SelectItem(false) work in single selec... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | simplify code by removing workaround not needed any... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix bug in generic wxTreeCtrl: calling SelectItem(true... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | compilation fixes for OS X Cocoa build |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland... |
tree | commitdiff |
2009-06-05 |
Stefan Csomor | avoiding events during destruction, fixes #10855 |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | correct the fix for avoiding the integer multiplication... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | use wxAutoBufferedPaintDC to avoid needlessly double... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | account properly for the menu in SetShape() (closes... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | postpone the call to CopyAttributes() until the DC... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | removed assert checking that bit depth is 8 or 16 as... |
tree | commitdiff |
2009-06-04 |
Julian Smart | Use live update for splitter on Mac since Leopard seems... |
tree | commitdiff |
2009-06-04 |
Stefan Csomor | avoid overdrawing, fixes #10865 |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | work around g++ 4.3 warning about possibly ambiguous... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | fix wxIconBundle creation from multiimage files broken... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | check for integer overflow which could result in buffer... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | don't free() the same pointer twice if an error occurs... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxProgressDialog::SetRange() function |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | do not show the timestamp column in the details pane... |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix loading ICO from socket stream: override OnSysTell... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | set focus to the window when the mouse is clicked in... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | use enhanced metafiles for wxMSW print preview: this... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | add ability to create wxEnhMetaFileDC based on a refere... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added default ctor to wxMouseEventsManager, this is... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't add client area origin when positioning the child... |
tree | commitdiff |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846) |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
tree | commitdiff |
2009-05-29 |
Julian Smart | Ensure the tooltip has been created before enabling... |
tree | commitdiff |
2009-05-28 |
Francesco Montorsi | avoid leaking allocated tooltips |
tree | commitdiff |
2009-05-28 |
Vadim Zeitlin | remove redundant extern keywords from wxEmptyString... |
tree | commitdiff |
2009-05-28 |
Stefan Csomor | fixing length param, see #10846 |
tree | commitdiff |
2009-05-28 |
Vadim Zeitlin | compilation fix for STL/!UNICODE case (closes #10846) |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | fixing non-unicode build |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | moving common code up |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | updating cursor code from Dave's newer version, fixes... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | make sure NSScrollers are always having the desired... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | no changes, simply mention a possible misuse of API... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | remove wxMSW-specific (but copied into wxPalm too)... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | always dispatch messages for the hidden window which... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | fill in the fields of wxListItem in a wxListEvent befor... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | correct the inversed assert check in LVN_DELETEITEM... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
tree | commitdiff |
next |