2006-07-23 |
Alex Bligh | Per Robert R, apply: [ 1484667 ] Make wxWindow::Update... |
tree | commitdiff |
2006-07-23 |
Alex Bligh | wxAUI: wrap calls to SetTransparent/CanSetTransparent... |
tree | commitdiff |
2006-07-23 |
Alex Bligh | Use wxCHECK_VERSION not wxABI_VERSION to avoid xrc... |
tree | commitdiff |
2006-07-23 |
Alex Bligh | wxAUI: Don't fade venetian blind effect by default |
tree | commitdiff |
2006-07-22 |
Robin Dunn | Also need to override Show |
tree | commitdiff |
2006-07-22 |
Benjamin Williams | added some font measuring to wxAuiMultiNotebook |
tree | commitdiff |
2006-07-22 |
Alex Bligh | Add support for transparent hint windows under GTK |
tree | commitdiff |
2006-07-22 |
Jamie Gadd | Don't handle WM_PRINTCLIENT anymore, manually draw... |
tree | commitdiff |
2006-07-22 |
Alex Bligh | wxAUI: Do not leak a wxFrame if transparency is not... |
tree | commitdiff |
2006-07-22 |
Benjamin Williams | added auibook.cpp and tabmdi.cpp to build scripts |
tree | commitdiff |
2006-07-22 |
Alex Bligh | Fix redraw problems with hint rectangle when there... |
tree | commitdiff |
2006-07-22 |
Benjamin Williams | compile fixes on wxGTK |
tree | commitdiff |
2006-07-22 |
Alex Bligh | Clean up wxOwnerDrawnComboBox XRC handler as suggested... |
tree | commitdiff |
2006-07-22 |
Benjamin Williams | added some overrides to wxTabFrame to remove errors |
tree | commitdiff |
2006-07-22 |
Stefan Csomor | fixing this conversion (was essentially a no-op under... |
tree | commitdiff |
2006-07-22 |
Stefan Csomor | adding back-conversion to filenames (wide composed) |
tree | commitdiff |
2006-07-21 |
Alex Bligh | Fix typo |
tree | commitdiff |
2006-07-21 |
Benjamin Williams | updated header file name in source |
tree | commitdiff |
2006-07-21 |
Benjamin Williams | renamed notebook.cpp to auibook.cpp |
tree | commitdiff |
2006-07-21 |
Benjamin Williams | added notebook.cpp and tabmdi.cpp |
tree | commitdiff |
2006-07-21 |
Mart Raudsepp | Don't check with CanSetTransparent from within SetTrans... |
tree | commitdiff |
2006-07-20 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-07-20 |
Włodzimierz Skiba | [ 1523907 ] Remove unnecessary wxComboCtrl window style. |
tree | commitdiff |
2006-07-20 |
Vadim Zeitlin | handle negative time spans correctly in Format() |
tree | commitdiff |
2006-07-20 |
Włodzimierz Skiba | [ 1524693 ] wxOwnerDrawnComboBox focus paint fix. |
tree | commitdiff |
2006-07-19 |
Stefan Neis | Fixes according to patch #1523304. |
tree | commitdiff |
2006-07-19 |
Stefan Neis | Sizing fixes according to patch #1523304. |
tree | commitdiff |
2006-07-19 |
Mart Raudsepp | [wxGTK] Be pessimistic about transparency being visuall... |
tree | commitdiff |
2006-07-19 |
Mart Raudsepp | Initial wxTLW::(Can)SetTransparent support for wxGTK... |
tree | commitdiff |
2006-07-19 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-07-17 |
Robin Dunn | Translucency --> Transparent |
tree | commitdiff |
2006-07-17 |
Benjamin Williams | frame should call skip on child focus event to give... |
tree | commitdiff |
2006-07-17 |
Michael Wetherell | Compile fix for OS X 10.2 |
tree | commitdiff |
2006-07-17 |
Vadim Zeitlin | fixed crash in wxDb::Open() in Unicode build due to... |
tree | commitdiff |
2006-07-17 |
Michael Wetherell | Use substitions when converting gnome mime files from... |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | [ 1519202 ] wxComboCtrl::SetButtonPosition() to support... |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | [ 1522987 ] wxComboCtrl crashes if TAB is pressed while... |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | Better temporary fix. |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | Build fix to make tinderbox work, needs asap change. |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | fix Open(wxDbConnectInf) when using connection string... |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Drawing fixed according to patch #1523304. |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Disable CLIP_SIBLINGS style. |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Make wxCalendarCtrl work on OS/2's PM port as well... |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Avoid trouble during initialisation & typo fix (patch... |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Fixed geometry errors according to patch #1523304. |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | update the combobox text as soon as we get CBN_SELENDOK... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | disable pixel size comparison in operator==() for wxGTK... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | wxUSE_PANGO is always 0 for wxGTK1 so there is no need... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | wxUSE_PANGO is always 1 for wxGTK2 so there is no need... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | unset the button as temporary default item when it... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | remove the search for parent with wxTAB_TRAVERSAL style... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | don't crash if m_widget == NULL in OnInternalIdle() |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | min size of an empty sizer should be (0, 0) and not... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | don't add 7 and 14 pixel horz/vertical padding in DoGet... |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Fixed apparent typo. |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Avoid using invalid parameters for GpiSetAttrs. |
tree | commitdiff |
2006-07-16 |
Benjamin Williams | prevent some obscure wxAUI crashes after DetachPane... |
tree | commitdiff |
2006-07-16 |
Benjamin Williams | added another AddPane() call which allows the caller... |
tree | commitdiff |
2006-07-16 |
Robin Dunn | Added wxTopLevelWindow::SetTranslucency and CanSetTrans... |
tree | commitdiff |
2006-07-15 |
Michael Wetherell | Put the reentrance check inside #ifdef __DEBUG__ |
tree | commitdiff |
2006-07-15 |
Michael Wetherell | Handle reentrance in the first part of wxClassInfo... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | don't require <value> node in wxColourPickerCtrl's... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | added default value argument to wxXmlResourceHandler... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | use <value> instead of <default-*> for initial value... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | fixed crashes in wxFile/DirPickerCtrl::GetPath() due... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | fixed typos in *picker.cpp files' headers |
tree | commitdiff |
2006-07-14 |
Vadim Zeitlin | don't create non-existing groups in HasEntry() |
tree | commitdiff |
2006-07-14 |
Vadim Zeitlin | fix the bug with the current path being restored if... |
tree | commitdiff |
2006-07-14 |
Włodzimierz Skiba | PCH and wxUSE_* fix. |
tree | commitdiff |
2006-07-14 |
Benjamin Williams | hint window pane should always be shown so that hints... |
tree | commitdiff |
2006-07-14 |
Mart Raudsepp | Return false from PositionToXY if passed in position... |
tree | commitdiff |
2006-07-14 |
Mart Raudsepp | gtk_text_iter_get_line and get_line_offset work fine... |
tree | commitdiff |
2006-07-14 |
Robin Dunn | Updated Scintilla to version 1.70 |
tree | commitdiff |
2006-07-13 |
Alex Bligh | Apply patch 1520776, partial completion on wxOwnerDrawn... |
tree | commitdiff |
2006-07-13 |
Alex Bligh | Virtualize ProcessDockResult so people can override... |
tree | commitdiff |
2006-07-13 |
Robin Dunn | Reverted part of rev 1.92. It causes probelms on Windo... |
tree | commitdiff |
2006-07-12 |
Vadim Zeitlin | call SetHorizontalExtent() from SetString(); also simpl... |
tree | commitdiff |
2006-07-12 |
Benjamin Williams | renamed wxFrameManager::GetFrame() and SetFrame() to... |
tree | commitdiff |
2006-07-11 |
Benjamin Williams | wxFrameManager::Render() now fires a new event, called... |
tree | commitdiff |
2006-07-11 |
Benjamin Williams | wxAUI's wxFrameManager::SetFrame() now takes a wxWindow... |
tree | commitdiff |
2006-07-10 |
Václav Slavík | refresh tree item after changing its icon so that the... |
tree | commitdiff |
2006-07-09 |
Stefan Neis | Added implementation for wxGetKeyState and wxGetMouseState. |
tree | commitdiff |
2006-07-09 |
Mart Raudsepp | Use PangoFontMetrics to get wxDC::GetCharHeight, becaus... |
tree | commitdiff |
2006-07-08 |
Benjamin Williams | reverted an earlier patch that was causing problems |
tree | commitdiff |
2006-07-08 |
Robin Dunn | Add wxRTTI info for the event class |
tree | commitdiff |
2006-07-07 |
Włodzimierz Skiba | Build fix. |
tree | commitdiff |
2006-07-07 |
Alex Bligh | Added style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox |
tree | commitdiff |
2006-07-07 |
Robin Dunn | Need to skipp the first half of ShowHint if the platfor... |
tree | commitdiff |
2006-07-06 |
Vadim Zeitlin | gcc -Wundef warning fix |
tree | commitdiff |
2006-07-06 |
Robin Dunn | properly offset the mouse position for the label window... |
tree | commitdiff |
2006-07-06 |
Alex Bligh | wxComboCtrlBase: Fix SEGV due to double deletion where... |
tree | commitdiff |
2006-07-06 |
Alex Bligh | Added GetWidestItem() and GetWidestItemWidth() to wxVLi... |
tree | commitdiff |
2006-07-06 |
Włodzimierz Skiba | Dummy stub for wxGetMouseState() (tinderbox build fix) |
tree | commitdiff |
2006-07-06 |
Włodzimierz Skiba | Tinderbox warning fix. |
tree | commitdiff |
2006-07-06 |
Włodzimierz Skiba | wxRound() workaround to avoid unexpected compile and... |
tree | commitdiff |
2006-07-06 |
Vadim Zeitlin | use ZIP entry modification time, not the (inexistent... |
tree | commitdiff |
2006-07-06 |
Robin Dunn | Oops, I misremembered the name of wxUnusedVar |
tree | commitdiff |
2006-07-05 |
Robin Dunn | Enable transparent hints and dragging on wxMac |
tree | commitdiff |
2006-07-05 |
Alex Bligh | wxAUI: maintain minimum size of panes across dock/undock. |
tree | commitdiff |
2006-07-05 |
Robin Dunn | Remove call to gtk_pizza_set_clear, which doesn't exist... |
tree | commitdiff |
next |