2006-04-24 |
Włodzimierz Skiba | wxUSE_NOTEBOOK usage. |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Committed Jaako's renderer patch |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | wxOS2 build fixes after wxColourBase introduction. |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Finished most of the selection/focus handling. |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | [ 1473731 ] 'wxColourBase and wxString <-> wxColour... |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Lots of selection and focus code. |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | Include wx/string.h according to precompiled headers... |
tree | commitdiff |
2006-04-24 |
Vadim Zeitlin | correct i18n problems in accel handling code (replaces... |
tree | commitdiff |
2006-04-23 |
Vadim Zeitlin | emit only 1, not 2, events when changing text of a... |
tree | commitdiff |
2006-04-22 |
Mart Raudsepp | Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv... |
tree | commitdiff |
2006-04-22 |
Paul Cornett | extract 3 copies of scrollbar width code into one function |
tree | commitdiff |
2006-04-21 |
Vadim Zeitlin | fix for Win64 after last sizeof(OPENFILENAME) change |
tree | commitdiff |
2006-04-21 |
Vadim Zeitlin | no real changes, just (unsuccessful) attempts to make... |
tree | commitdiff |
2006-04-21 |
Włodzimierz Skiba | Build fix due to broken last commit. |
tree | commitdiff |
2006-04-21 |
Włodzimierz Skiba | Removed outdated build files. |
tree | commitdiff |
2006-04-21 |
Włodzimierz Skiba | Include wx/hash.h according to precompiled headers... |
tree | commitdiff |
2006-04-21 |
Vadim Zeitlin | always use V5 OPENFILENAME struct first and fall back... |
tree | commitdiff |
2006-04-20 |
David Surovell | fix for prior commit |
tree | commitdiff |
2006-04-20 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-04-20 |
Mart Raudsepp | Typo fixes (precompilatixon) |
tree | commitdiff |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
tree | commitdiff |
2006-04-20 |
Mart Raudsepp | Coverity CID117: Ignore returned_null here, because... |
tree | commitdiff |
2006-04-20 |
Robin Dunn | Add code to remove the selection (if any) in wxTextCtrl... |
tree | commitdiff |
2006-04-19 |
Stefan Csomor | fixing two unicode compile errors |
tree | commitdiff |
2006-04-19 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-04-19 |
Stefan Csomor | fixing sign conversion warning |
tree | commitdiff |
2006-04-19 |
Stefan Csomor | mb2wc fixes |
tree | commitdiff |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
tree | commitdiff |
2006-04-19 |
Włodzimierz Skiba | Include wx/object.h according to precompiled headers... |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | fix off by one error in CharToString(); also simplified... |
tree | commitdiff |
2006-04-19 |
Robert Roebling | renderer::DrawHeaderButton() seems to need space |
tree | commitdiff |
2006-04-19 |
Robert Roebling | Fix Refresh() problem. |
tree | commitdiff |
2006-04-19 |
Stefan Csomor | listbox rewrite, cleanup |
tree | commitdiff |
2006-04-19 |
Paul Cornett | don't convert false to a pointer |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | implemented DrawCheckButton() for XP renderer; code... |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | don't duplicate wxDCBase::DoDrawCheckMark() code in... |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | use wxDC::DrawCheckMark() to draw the checkbox button... |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | fixed unused param warning |
tree | commitdiff |
2006-04-19 |
Paul Cornett | remove unneeded gdiobj.h files |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Added some column width contrl code. |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Fix code when making scrollwindow bigger so that |
tree | commitdiff |
2006-04-18 |
Vadim Zeitlin | don't use the return result of wxLocaltime_r, we receiv... |
tree | commitdiff |
2006-04-18 |
Vadim Zeitlin | don't include GNOME FS header if we don't use it (and... |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | Avoid deleting 'const' object. |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Add wxRenderer::DrawCheckButton for use inside |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | Blind build fix for night wxOS2 build. |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | compilation fix for !WX_PRECOMP |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | implement Layout() so that sizers work correctly when... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | don't use COMPRESSION_LZW by default, it's not implemen... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | added insert_at property for the object nodes (patch... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | added wxStandardPaths::GetDocumentsDir() (patch 1214360) |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | don't eat activation events (replaces patch 1465849) |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | don't return items which are not visible from DoHitTest... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | centralized the handling of border styles; added border... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | simplify/cleanup wxTheXXXList and wxGDIObject code... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | build fixes for wxUSE_LOG==0 (modified patch 1450207) |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | Handle alpha channel in wxImage::Mirror() and GetSubIma... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | implement wxFileModificationTime() in terms of wxFileNa... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | added overwrite parameter to wxRenameFile (patch 1467041) |
tree | commitdiff |
2006-04-16 |
Julian Smart | Make an image block beore writing it, if there's no... |
tree | commitdiff |
2006-04-16 |
Julian Smart | Changed the wxPlatform syntax as per Vadim's suggestions |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | set up scrollbars correctly when we don't need them... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | removed unnecessary (the problem is due to a bug elsewh... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | a tentatively better fix for the problem of patch 14560... |
tree | commitdiff |
2006-04-15 |
Julian Smart | Typo correction |
tree | commitdiff |
2006-04-15 |
Julian Smart | Easier platform testing class and function |
tree | commitdiff |
2006-04-15 |
Vadim Zeitlin | made width computation in GetTextExtent() more precise... |
tree | commitdiff |
2006-04-15 |
Stefan Neis | Replaced "uint" (which may be or may not be defined... |
tree | commitdiff |
2006-04-15 |
Robin Dunn | Avoid assert that was hidden by IsStandard bug |
tree | commitdiff |
2006-04-15 |
Robin Dunn | Give wxDataObjectComposite a way to report what kind... |
tree | commitdiff |
2006-04-15 |
Vadim Zeitlin | slight simplification of coords translation code in... |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | respect the specified font encoding in DoGetTextExtent... |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | don't show vertical scrollbar if we don't need it |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Spacing tweak |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | reverted wxHVScrolledWindow patch (rev 1.19/1.21 of... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Simulated text labels and toggle highlights under buttons |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | fixed bug with not taking background colour into accoun... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Implemented Mac-style button toggling within wxButtonTo... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Allow specification of border spacing |
tree | commitdiff |
2006-04-14 |
Václav Slavík | don't show the I-beam cursor over text in wxHtmlListBox |
tree | commitdiff |
2006-04-14 |
Julian Smart | wxButtonToolBar only useful on Mac right now |
tree | commitdiff |
2006-04-14 |
Julian Smart | Steps towards implementing native-style, non-top-level... |
tree | commitdiff |
2006-04-14 |
Jamie Gadd | Fix bug in GetTimeZone where timezone wasn't set. |
tree | commitdiff |
2006-04-13 |
Václav Slavík | 1. added abstract interface to wxHtmlWindow for use... |
tree | commitdiff |
2006-04-13 |
Włodzimierz Skiba | All book controls shares wxBK_* flags [bug #1469980]. |
tree | commitdiff |
2006-04-13 |
Julian Smart | Compile fix |
tree | commitdiff |
2006-04-13 |
Julian Smart | On screens with restricted space, it's useful to be... |
tree | commitdiff |
2006-04-13 |
Jamie Gadd | Fix casts from void* to int on x86_64 gcc by using... |
tree | commitdiff |
2006-04-13 |
Vadim Zeitlin | initialize nulLen to 0 for all compilers as some versio... |
tree | commitdiff |
2006-04-12 |
Stefan Neis | Fixed GetSelection to behave the same as for the other... |
tree | commitdiff |
2006-04-12 |
Julian Smart | Applied patch [ 1463711 ] wxRichTextCtrl fix for pastin... |
tree | commitdiff |
next |