2006-02-10 |
Robin Dunn | Oops, CenteronScreen wasn't really removed, just moved... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | use wxRTTI to construct the right class of wxHtmlCell |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | Add missing constants |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | Add wx.Dialog.Get/SetAffirmativeId and Get/SetEscapeId |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | wx.Window.CenterOnScreen has been removed |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | Add wx.Rect.CenterIn |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | Add wx.KeyEvent.GetModifiers |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | GetFromWindow is available everywhere now |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Robin Dunn | Add Get/SetBitmapHover |
commit | commitdiff | tree | snapshot |
2006-02-10 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Stefan Csomor | intel endian fix |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Vadim Zeitlin | GTK1 fixes after wxObject-derived classes copy ctors... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Włodzimierz... | Use 'wx/' for contrib samples and make wxTinderbox... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Włodzimierz... | wxTinderbox build fixes. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Vadim Zeitlin | GetFromWindow() is not MSW-only any more |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Vadim Zeitlin | generic GetFromWindow() implementation for non-MSW... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Vadim Zeitlin | fixed centering of top level windows on secondary displ... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Vadim Zeitlin | added wxRect::CentreIn() |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | added tests for centering dialogs on screen/parent |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | put property sheets in their own submenu; resolve accel... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Michael Wetherell | Fix link errors from advdll_taskbar.o on cygwin |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Julian Smart | Added wxUSE_INKEDIT |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Robin Dunn | Mention BeginDrawing and EndDrawing deprecation. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Robin Dunn | Docstring fix, and a bit of cleanup |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Stefan Csomor | full keyboard access support |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Robin Dunn | Use Bind() |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Robin Dunn | Patch #1428290: STCStyleEditor updates |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Robin Dunn | Patch #1428181: Sample wxProject.py updated |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Julian Smart | Applied doc patch [ 1426505 ] Failure to call wxWizard... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Stefan Csomor | full keyboard access support |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Julian Smart | Applied patch [ 1427626 ] Fix wxFileConfig so that... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | undeprecated wxSizerItem::IsShown() undoing last change... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Stefan Csomor | support themed foreground brushes |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Stefan Csomor | guard against empty ref |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Stefan Csomor | bring XBM in line with MSW |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Stefan Csomor | correct tabbing for full keyboard access |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | set m_encoding in wxCSConv ctor from name |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Jamie Gadd | Fix drag and drop inside static boxes. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | implemented ScrollLines/Pages() for all classes in... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | don't put the size of the data with the data itself... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | documented GetMenus(); corrected GetMaxFiles() return... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | more standard (although less RFC-conformant) treatment... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | fix for wrong debugging message (replaces patch 1424028) |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vadim Zeitlin | fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | avoid warnings C4311/4312 when building with MSVC ... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | don't always find the file if it's in the current direc... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | deprecated wxSizerItem::IsShown() because it doesn... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | don't lose the alignment flags when setting the column... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | fix for artefacts when dragging a column divider in... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | don't update m_iconized in IsIconized(), this can break... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | removed duplicate entries for UTF-16/32 (which are... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
David Surovell | cleanup - reformatting (again) |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | removed code refreshing toolbar on every MDI child... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | set the same background colour for wxMDIParentFrame... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | account for DrawThemeParentBackground() returning S_FALSE |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | don't set colours for the toolbar manually, this preven... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | no changes; just code cleanup in OnEraseBackground() |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | added wxCHANGE_HDC_MAP_MODE to avoid #ifdef __WXWINCE__... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | documented wxToolBar dontattachtoframe tag |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | added a page showing wxToolBars (part of patch 1358919) |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | added support for <bg> tag for toolbars in XRC |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | added support disabled tag for toolbar elements in XRC |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | removed a few more extra semicolons (patch 1425785) |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Vadim Zeitlin | corrected description of font parameter of GetTextExtent() |
commit | commitdiff | tree | snapshot |
2006-02-07 |
David Surovell | fixed DoDrawRoundedRect to use corner rounding radius... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | Remove calls to dc.BeginDrawing and dc.EndDrawing |
commit | commitdiff | tree | snapshot |
2006-02-07 |
David Surovell | removed deprecated wxDC.[Begin,End]Drawing calls |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | some cleanup |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | Oops, DoLog and DoLogString are protected |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | Added feature flag |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Robin Dunn | Changes to how overridable C++ methods are virtualized... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Vadim Zeitlin | removed old Win16 files |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Vadim Zeitlin | always send TB_AUTOSIZE in UpdateSize(), even if we... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
David Surovell | tweaks and comments to previous commit |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Vadim Zeitlin | declare rich text control event types with correct... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
David Surovell | fix gcc v3.3.3 compiler crash |
commit | commitdiff | tree | snapshot |
2006-02-06 |
David Surovell | fix compilation problem, pass 2 |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Robin Dunn | Fix compilation error |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Robin Dunn | ShrinkMode --> FitToCurrentPage |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Michael Wetherell | Compile fix for --enable-stl |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Michael Wetherell | Remove richedit sample from configure |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Julian Smart | Attempt at using inkedit control for wxTextCtrl, when... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Julian Smart | Changed function to SetFitToCurrentPage |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Julian Smart | Added wxSYS_TABLET_PRESENT to check for tablet capability |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Julian Smart | Take into account Info.plist |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Julian Smart | m_border and accessors not used |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Stefan Csomor | guard against early redraws |
commit | commitdiff | tree | snapshot |
2006-02-06 |
David Surovell | added protection against non-file drop targets receivin... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Jamie Gadd | Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Kevin Hock | CheckValidator should not return false if no variable... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Kevin Ollivier | wx-config now provides all the needed flags, so lflags... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Vadim Zeitlin | now we don't only show label mnemonics but they also... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Vadim Zeitlin | no changes; just some (very) minor cleanup |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Vadim Zeitlin | use XmNrecomputeSize instead of manually resizing the... |
commit | commitdiff | tree | snapshot |
next |