2006-02-09 |
Stefan Csomor | bring XBM in line with MSW |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | set m_encoding in wxCSConv ctor from name |
tree | commitdiff |
2006-02-09 |
Jamie Gadd | Fix drag and drop inside static boxes. |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | implemented ScrollLines/Pages() for all classes in... |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | don't put the size of the data with the data itself... |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | more standard (although less RFC-conformant) treatment... |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | fix for wrong debugging message (replaces patch 1424028) |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | don't always find the file if it's in the current direc... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | deprecated wxSizerItem::IsShown() because it doesn... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | don't lose the alignment flags when setting the column... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | fix for artefacts when dragging a column divider in... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | don't update m_iconized in IsIconized(), this can break... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | removed duplicate entries for UTF-16/32 (which are... |
tree | commitdiff |
2006-02-08 |
David Surovell | cleanup - reformatting (again) |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | removed code refreshing toolbar on every MDI child... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | set the same background colour for wxMDIParentFrame... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | account for DrawThemeParentBackground() returning S_FALSE |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | don't set colours for the toolbar manually, this preven... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | no changes; just code cleanup in OnEraseBackground() |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | added support for <bg> tag for toolbars in XRC |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | added support disabled tag for toolbar elements in XRC |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | removed a few more extra semicolons (patch 1425785) |
tree | commitdiff |
2006-02-07 |
David Surovell | fixed DoDrawRoundedRect to use corner rounding radius... |
tree | commitdiff |
2006-02-07 |
Vadim Zeitlin | removed old Win16 files |
tree | commitdiff |
2006-02-07 |
Vadim Zeitlin | always send TB_AUTOSIZE in UpdateSize(), even if we... |
tree | commitdiff |
2006-02-06 |
David Surovell | tweaks and comments to previous commit |
tree | commitdiff |
2006-02-06 |
David Surovell | fix gcc v3.3.3 compiler crash |
tree | commitdiff |
2006-02-06 |
David Surovell | fix compilation problem, pass 2 |
tree | commitdiff |
2006-02-06 |
Robin Dunn | Fix compilation error |
tree | commitdiff |
2006-02-06 |
Michael Wetherell | Compile fix for --enable-stl |
tree | commitdiff |
2006-02-06 |
Julian Smart | Attempt at using inkedit control for wxTextCtrl, when... |
tree | commitdiff |
2006-02-06 |
Julian Smart | Changed function to SetFitToCurrentPage |
tree | commitdiff |
2006-02-06 |
Julian Smart | Added wxSYS_TABLET_PRESENT to check for tablet capability |
tree | commitdiff |
2006-02-06 |
Stefan Csomor | guard against early redraws |
tree | commitdiff |
2006-02-06 |
David Surovell | added protection against non-file drop targets receivin... |
tree | commitdiff |
2006-02-06 |
Jamie Gadd | Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes... |
tree | commitdiff |
2006-02-06 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | now we don't only show label mnemonics but they also... |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | no changes; just some (very) minor cleanup |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | use XmNrecomputeSize instead of manually resizing the... |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | use GTKRemoveMnemonics instead of wxStripMenuCodes |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | removed GTKConvertMnemonics() which is not used in... |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | honour the mnemonics; don't use gtk_label_set_markup... |
tree | commitdiff |
2006-02-05 |
Robin Dunn | For consistency with the docs and with wxMSW the keycod... |
tree | commitdiff |
2006-02-05 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-02-05 |
Włodzimierz Skiba | Missing break after error in daily build. |
tree | commitdiff |
2006-02-05 |
David Surovell | added ctor implementation from header + initialzation... |
tree | commitdiff |
2006-02-05 |
Roger Gammans | fix for [1357272] . Replace the fake year with unique... |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | renamed AddSubPage() with pos parameter to InsertSubPage() |
tree | commitdiff |
2006-02-05 |
Vadim Zeitlin | renamed AddSubPage() with pos parameter to InsertSubPage() |
tree | commitdiff |
2006-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
tree | commitdiff |
2006-02-05 |
David Surovell | correct include file conditionalization, take 2 |
tree | commitdiff |
2006-02-05 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-02-05 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-02-05 |
Mart Raudsepp | GTK2: Revert one set_resizable back to set_policy for... |
tree | commitdiff |
2006-02-04 |
David Surovell | added appropriate WX_PRECOMP bracket for new include... |
tree | commitdiff |
2006-02-04 |
Stefan Csomor | support for default location added |
tree | commitdiff |
2006-02-04 |
Stefan Csomor | linking commands on the individual window level, otherw... |
tree | commitdiff |
2006-02-04 |
Stefan Csomor | deactivate read-only implementation for unicodetextcont... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | I'm no fan of that focus ring being drawn inside the... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | Optimize (for size) the cross_xpm used for the X button... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_widget_set_uposition -> gtk_window_move for... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_widget_set_uposition -> gtk_window_move for... |
tree | commitdiff |
2006-02-04 |
David Surovell | added missing include; minor reformatting |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | GTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_widget_{push,pop}_visual don't do anything... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | gtk_signal_connect -> g_signal_connect in unix/mediactr... |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_entry_* -> gtk_editable_* where necessary |
tree | commitdiff |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_radio_button_group -> _set_group; A missed... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_container_children -> gtk_container_get_children |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_check_menu_item_set_state -> _set_active... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_notebook_set_page -> gtk_notebook_set_current... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_progress_bar_update -> gtk_progress_bar_set_f... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_wi... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert... |
tree | commitdiff |
2006-02-03 |
Robin Dunn | Don't assume that msw.remap was 1, instead change it... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_label_set -> gtk_label_set_text |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_rem... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_window_set_policy -> gtk_window_set_resizable... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_draw_* -> gtk_paint_* |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl... |
tree | commitdiff |
2006-02-03 |
David Surovell | minor reformat |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | g_main_set_poll_func(x) -> g_main_context_set_poll_func... |
tree | commitdiff |
2006-02-03 |
Mart Raudsepp | Remove obsolete GTK1 compatibility macros. Patch #14134... |
tree | commitdiff |
2006-02-03 |
Mattia Barbon | DeleteFunction argument should be non-const since it |
tree | commitdiff |
2006-02-03 |
Julian Smart | Fix for WinCE - no delayed sizing for now |
tree | commitdiff |
2006-02-03 |
Julian Smart | Applied patch from Neil Robinson to allow manipulation... |
tree | commitdiff |
2006-02-02 |
Robin Dunn | Fix for bug #1422217. Menu items with the checked... |
tree | commitdiff |
2006-02-02 |
David Surovell | add missing wxHTML sources |
tree | commitdiff |
2006-02-02 |
Julian Smart | Scroll text into view when typing |
tree | commitdiff |
2006-02-01 |
Robin Dunn | Set the toolbar orientation based on the wxBK_ alignmen... |
tree | commitdiff |
2006-02-01 |
Włodzimierz Skiba | eVC3 build fix. |
tree | commitdiff |
2006-02-01 |
Włodzimierz Skiba | wxOS2 warning fixes after daily build log. |
tree | commitdiff |
2006-01-31 |
Włodzimierz Skiba | [ 1420190 ] Enable backspace key on smartphone |
tree | commitdiff |
2006-01-31 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
next |