2008-06-21 |
Vadim Zeitlin | don't allow editing listbox entries; better handling... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | assert if ShowModal() is called after a previous Show... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | add wxShowEvent::IsShown() and wxIconizeEvent::IsIconiz... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | compilation fix for PCH-less build |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | disable report view mode under Mac as it hangs the... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | use the real clipping region and not just its bounding... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | implement wxWinINetInputStream::GetSize() (#9600) |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Robert Roebling | Use wxMenuBase:SendEvent() to emit event, shoudl also... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Bryan Petty | Leftover changes for sample doc improvements in ticket... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Bryan Petty | Minor doc corrections for [q-r] in ticket #9581 (most... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Bryan Petty | Patch from Utensil Candel with large improvements to... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Bryan Petty | Documentation corrections for /interface/log.h (#9583) |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Bryan Petty | Finished initial review of [q-r] by Utensil Candel... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Paul Cornett | don't include private header in a sample |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Vadim Zeitlin | don't pass negative height to wxWindow::SetSize(),... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | Balance table |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Jouk Jansen | OpenVMS setup update |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | minor formatting |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | Add missing SWAP macros for 64-bit signed int |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | Give spin button the same height as the associated... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | Don't let MSW's wxSpinCtrl emit spin up and down events... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | Formatting |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Robert Roebling | Formatting |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Roebling | Missing and Moved Paragraphs in \interface\thread.h |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vadim Zeitlin | document GetValue() behaviour when called from an event... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Wetherell | New dev. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Stefan Neis | Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Vadim Zeitlin | declare future-deprecated SetStyle(int) in wxPen/Brush... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Vadim Zeitlin | fix compilation of TestRegConfRead() |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Vadim Zeitlin | don't recreate combobox with proportion of 1 (instead... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Robert Roebling | Ticket #9592: gtk-choice-setcolumns.2.diff |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Václav Slavík | added a note about print preview inaccurancies and... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approa... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Václav Slavík | fixed SetUserScale() calls to use correct scale on... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Václav Slavík | fixed printing preview to not report errors in infinite... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Stefan Csomor | new path organisation for mac |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Stefan Csomor | new path organisation for mac |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | overload Write() for char and unsigned char too, otherw... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | regenerate the makefiles with correct new test name... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | added a unit test for input/output file streams and... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Stefan Neis | Fixed problems with reassigning the already assigned... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Stefan Neis | Fixed wxDoSetEnv (ticket # 9588). |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | another 64 bit fix: make SendMsg() return wxIntPtr... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | correct wxIntPtr definition |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Stefan Neis | Added missing screen update on deselection in wxGrid... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | fixed STC under Win64: as wxStyledTextCtrl::SendMsg... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Michael Wetherell | Add utils and tests to OS/2 builds, #9587 from Dave... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Václav Slavík | revert part of r54233 that was included by accident |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Václav Slavík | if gdiplus.dll cannot be loaded, return NULL from wxGra... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Stefan Neis | Applied ticket #1230 (patch to SetColFormatCustom)... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | fix off by 1 error in GetTextRaw() (#4317) |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | fix crash when copying empty selection to clipboard... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | ignore mouse wheel events which are coming too fast... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | fix overview links and various Doxygen errors (#9580) |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextEntryBase to provide even more... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextAreaBase to provide wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | rebuild files generated by src/stc/gen_iface.py automat... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | state clearly that the entire contents of generated... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | explicitly check that we're being run from the correct... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | remove extra ')' in EVT_STC_CALLTIP_CLICK |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | translate Scintilla getters to const methods of wxStyle... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | fix ANSI mode build |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | compilation fix (casts for mb_str() used as argument... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | fix various Doxygen errors (#9568) |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | fix various Doxygen errors (#9573) |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | change shortcut for "Sort" to Ctrl-T to avoid conflict... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | fix various Doxygen errors (#9578) |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | standard location of env is in /usr/bin, not /bin |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | make the script executable |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | don't interfere with Scintilla drag-and-drop (#9088) |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | don't compile in wx hash code unless we really use... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Vadim Zeitlin | recreate the window if FSAA is requested (changeset_r54... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Vadim Zeitlin | don't clear the list control when wxLC_[HV]RULES style... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Vadim Zeitlin | search for X11 headers in paths under /usr/local before... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Vadim Zeitlin | fix reference counting problems with wxGridCellWithAttr... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Robert Roebling | Ticket #1032 wxVariant::operator==(wxVariant& variant... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Julian Smart | Small improvement in HTML help options dialog. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Julian Smart | Skip base command line parsing, which fails when passin... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Stefan Csomor | mac paths updated |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Vadim Zeitlin | use HandleWindowEvent() in Close() as it can be called... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Vadim Zeitlin | use @deprecated doxygen tag, a few other minor correcti... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Vadim Zeitlin | correct bad references and use of @begincode instead... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | fix crash which happened if you called SetAttr(NULL... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | optimize wxGrid::BlockToDeviceRect() to avoid iterating... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | exclude pieces of wx hash map implementation which... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | mac paths updated |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | don't test for hash_{map,set} classes if we have unorde... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | get rid of several dozen of warnings when using g+... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | mac paths updated |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Vadim Zeitlin | fix some wrong declarations which upset mingw32 |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
commit | commitdiff | tree | snapshot |
next |