2006-09-23 |
Václav Slavík | renamed GetMsgCatalogSubdir to *Subdirs to make it... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Václav Slavík | added comment clarifying the meaning of DoMoveWindow... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Václav Slavík | fixed client<->window coords translations in DoMoveWind... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Vadim Zeitlin | regenrated after removing imaglist.cpp from GTK and... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Vadim Zeitlin | added src/xrc/xh_bmpbt.cpp (how comes it was in Makefil... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Vadim Zeitlin | remove generic/imaglist.cpp from GTK|MOTIF_SRC now... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | [ 1564062 ] wxComboCtrl popup height fix |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | [ 1564113 ] wxComboCtrl and wxODComboBox documentatio... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | Typo. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | Implememt GetColoursCount() in the generic wxPalette. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | Compilo. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | [ 1557935 ] wxPalette::GetColoursCount implementation |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | Updated Makefile.in after wxBitmapComboBox addition. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | [ 1560860 ] wxComboCtrl EVT_TEXT filtering. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robert Roebling | Reset m_oldValue of after ::SetValue(). |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robin Dunn | Added wx.lib.expando, a multi-line textctrl that exands... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Robin Dunn | Fix my last fix. The method is pure virtual in the... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Robin Dunn | Remove the wxVariantDataString::Read method since the... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Robin Dunn | Patch from Tim Kosse to allow virtual list ctrl to... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Robin Dunn | add some properties |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Robin Dunn | docstring fix |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Robin Dunn | Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Kevin Ollivier | Fixing SetColumnWidth and selection handling, attempt... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Kevin Hock | When autosizing a row or column (AutoSize____), use... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Stefan Csomor | typo |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Stefan Csomor | further encapsulation of graphics context, wxdc becomin... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Stefan Csomor | allow access to wxWindow* |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Jouk Jansen | Update OpenVMS make files |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Václav Slavík | implemented SetFocus |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Vadim Zeitlin | don't release the DC which we don't own in wxUSE_UXTHEM... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | disown wxPyXmlResourceHandler |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | Use the generic listctrl on Mac by default until it... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | s_macSupportPCMenuShortcuts no longer exists |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Vadim Zeitlin | fix unescaped underscores |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Vadim Zeitlin | fix incorrect \param usage |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Vadim Zeitlin | fixed unmatched braces |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | Add support for aborting the worker thread |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Václav Slavík | put remaining toolbars-related methods into #if wxUSE_T... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | use the MSVC 7.1 DLLs for python versions >= 2.4, not == |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | Several methods dropped the const from their signature |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | Use GridNameStr |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | new wxCONTROL constants |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | Add comment about additional forms of Inflate(). Decid... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Robin Dunn | Import numpy.oldnumeric |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Václav Slavík | send wxChildFocusEvent |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Václav Slavík | fixed DrawText to use text colours instead of pen+brush... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Włodzimierz... | PCH build fixes. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Václav Slavík | hide the caret before setting m_updateRegion: produces... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Stefan Csomor | cleanup |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Włodzimierz... | PCH build fix. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Stefan Csomor | getting out for 'addded' events early enough |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | removed operator>>(istream&, wxString&) -- it's better... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Kevin Ollivier | Remove instances where wxGenericImageList is included... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | make colours of the selected text inversed |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | add more virtual border drawing functions used by frame... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | centre frame decoration bitmaps in their buttons |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | removed stubs for frame decorations drawing |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | move frame decorations drawing to the base class |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | fix infinite recursion in DrawStatusField() after lates... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | only include generic imaglist.{cpp|h} in the ports... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | added stubs for the missing functions, this theme links now |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | move generic part of AdjustSize() and status bar method... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | add Inflate(wxSize) overload |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | define wxCONTROL_SIZEGRIP as another possible interpret... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | first compilable version of the mono theme, replacing... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Stefan Csomor | preliminary editing support |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | moved Arrow_ constants to the base class |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Stefan Csomor | undoing my duplicate efforts to solve the same problem ... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Stefan Csomor | adding support for listctrl editable columns |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Stefan Csomor | adding support for listctrl editable columns |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Stefan Csomor | type corrections, adding support for listctrl editable... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | refactored common parts of DrawItem() in the base class... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Robert Roebling | [ 1505048 ] wxHtml rendering of underlined text |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Robert Roebling | Made MSW wxSpinCtrl emit UPDATE event when validating |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Vadim Zeitlin | corrected ifdef condition |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Jamie Gadd | Fix label positioning when text is LTR. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Julian Smart | Reverted last change |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Václav Slavík | last change broke seting the surface in the common... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Robert Roebling | Fixed [ 1556843 ] wxGTK FindFocus returns NULL when... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Kevin Ollivier | Improved handling of column widths, removed need for... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | Fixed [ 1558015 ] No deselection event from wxGeneric... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | More tests for circles and arcs. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | 1552971 ] Add flag for wxODComboBox::OnDrawItem... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Kevin Ollivier | Handle cases where an index larger than GetItemCount... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Julian Smart | Better compatibility between wxRichTextCtrl and wxTextC... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Włodzimierz... | Build fix. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Włodzimierz... | 'configtool' removal. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Václav Slavík | fixed shutdown crashes after recent handlers creation... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Václav Slavík | fixes to wxWindowDC flipping+clipping when painting... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Julian Smart | Corrections to take into account that range in the... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Václav Slavík | fixed TLWs resizing to invalidate the DFB surface used... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Jouk Jansen | Include "xrc" support properly for OpenVMS |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Vadim Zeitlin | add if wxUSE_NOTEBOOK around notebook-only renderer... |
commit | commitdiff | tree | snapshot |
next |