2008-05-30 |
Vadim Zeitlin | ensure that GetEditControl() returns something even... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | no changes, just refactor the code to avoid having... |
tree | commitdiff |
2008-05-29 |
Robert Roebling | More work on getting wxLisBox events right |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | include wx/crt.h needed for wxFprintf() (closes #9509) |
tree | commitdiff |
2008-05-29 |
Stefan Csomor | adding lowlevel hook to listbox |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | don't give an error if VT_DATE variant is being release... |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | take wxString in wxCrashReport::SetFileName() to allow... |
tree | commitdiff |
2008-05-29 |
Paul Cornett | remove unused/unneeded menuitem cruft |
tree | commitdiff |
2008-05-29 |
Paul Cornett | mark long-deprecated ctor as such |
tree | commitdiff |
2008-05-28 |
Vadim Zeitlin | fix assert in ANSI build in wxConsoleStderr::GetCommand... |
tree | commitdiff |
2008-05-28 |
Robin Dunn | Add wxWebKitNewWindowEvent |
tree | commitdiff |
2008-05-28 |
Paul Cornett | fix leak introduced by r53753 |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | get rid of MSVC warning about possibly uninitialized... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | fix some harmless compilation in (release) MSVC build |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | ifdef fixes for PalmOS6 (part of ticket 4700) |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | Palm compiler needs const_cast for passing const int... |
tree | commitdiff |
2008-05-27 |
Václav Slavík | silence warnings about not using double-buffered surfac... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | translate comments in English (part of ticket 4700) |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | distinguish between Server 2003 and XP 64-bit (closes... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | add a mention to OS description string if running under... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | recognize Vista by name in wxGetOsDescription() |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Native wxBitmapComboBox patch for GTK+ |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Clear columns on destruction |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Reapply wxWeakRef patch again |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxWindowRef to hold pointer to default button |
tree | commitdiff |
2008-05-27 |
Stefan Csomor | fixing arc filling for angles > 180 |
tree | commitdiff |
2008-05-26 |
Paul Cornett | fix removing menu item, ticket 3387 |
tree | commitdiff |
2008-05-25 |
Kevin Ollivier | (Port to trunk) Fix for wxClientDC::GetAsBitmap, which... |
tree | commitdiff |
2008-05-25 |
Kevin Ollivier | Build fix for non-pch builds, e.g. for universal binary... |
tree | commitdiff |
2008-05-25 |
Robert Roebling | Defer SetHorizontalExtent to idle, also fixes (wxListBo... |
tree | commitdiff |
2008-05-25 |
Vadim Zeitlin | don't take the min size into account when setting the... |
tree | commitdiff |
2008-05-24 |
Robert Roebling | Dont send spin text update event from SetValue() |
tree | commitdiff |
2008-05-24 |
Robert Roebling | Don't use font encoding in Unicode mode |
tree | commitdiff |
2008-05-24 |
Chris Elliott | Borland still hates ternary ? |
tree | commitdiff |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | wxTextCtrk::GetRange() shouldn't crash on out of range... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Simplify SetValue() with empty string |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | call base class version from SetWindowStyleFlag() to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Invocation of default button by <ENTER> was impossible... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation in multiple selection mode to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation in multiple selection mode to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation in multiple selectino mode to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Update selection cache when inserting items, too |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation code for multiple selection mode... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Disable events upon item deletion (just in case) and... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | Forgot client data |
tree | commitdiff |
2008-05-22 |
Robert Roebling | Make events match better with MSW |
tree | commitdiff |
2008-05-22 |
Robert Roebling | Remove m_blockEvents and use Disable/Enable instead... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | Also allow UP and DOWN if we reached max number of... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | [ wxwindows-Patches-1947680 ] wxMac: Fixes number of... |
tree | commitdiff |
2008-05-22 |
Paul Cornett | add missing static keyword |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | add back wxChoice::DoGetBestSize() removed by the previ... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | don't reserve space for the icons if none are used... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | add handling of wxWrapSizer flags (part of ticket 9468) |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | fix the confusion in boolean attributes handling in... |
tree | commitdiff |
2008-05-21 |
Paul Cornett | button text uses fg color, not text color |
tree | commitdiff |
2008-05-21 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Query value from the model column given by col->GetMode... |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Commit mem leak fix I introduced |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Fix mem corruption due to string no longer being in... |
tree | commitdiff |
2008-05-20 |
Paul Cornett | get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733 |
tree | commitdiff |
2008-05-20 |
Julian Smart | COnversion of some common font names to current platform |
tree | commitdiff |
2008-05-20 |
Stefan Csomor | allows resetting color of text to black, closes #4826 |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Don't make lines narrower that default line height... |
tree | commitdiff |
2008-05-20 |
Paul Cornett | remove unused files |
tree | commitdiff |
2008-05-20 |
Paul Cornett | add missing braces |
tree | commitdiff |
2008-05-20 |
Paul Cornett | add missing break statement |
tree | commitdiff |
2008-05-20 |
Paul Cornett | put frame extents XGetWindowProperty code in one place |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Set EventObject in event |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
tree | commitdiff |
2008-05-18 |
Robert Roebling | Correct remaining bits of variable height lines for... |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | add missing header to fix compilation after changes... |
tree | commitdiff |
2008-05-18 |
Robert Roebling | Compilo |
tree | commitdiff |
2008-05-18 |
Julian Smart | Fixed a bug preventing style resetting to occur |
tree | commitdiff |
2008-05-18 |
Stefan Csomor | removing double set of geometry |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix handling of the commands with negative ids (e.g... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | (blind) fixes for PCH-less build after r53626 |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix gcc warnings about not calling the base class ctors... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | make cast from double to long explicit to suppress... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036) |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Cast for argument to delete[] - VC6 doesn't want to... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix window rectangle computation in Centre(wxCENTER_ON_... |
tree | commitdiff |
2008-05-17 |
Václav Slavík | wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv... |
tree | commitdiff |
2008-05-17 |
Stefan Neis | Fixed wxWindowOS2::Reparent. |
tree | commitdiff |
2008-05-17 |
Václav Slavík | fixed error logging in TIFF image handler to output... |
tree | commitdiff |
2008-05-17 |
Stefan Neis | Added missing #include. |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Tried unsuccessfully to change individual line height |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Correct vert alignment |
tree | commitdiff |
2008-05-16 |
Robert Roebling | ignore invisble columns in height calculation |
tree | commitdiff |
next |