2007-07-31 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-15 |
Miles Bader |
Merge from emacs--devo--0
|
2007-06-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-19 |
Dan Nicolaescu |
* s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
|
2007-05-17 |
Jason Rumney |
(x_create_tip_frame): Set window_system.
|
2007-05-17 |
Dan Nicolaescu |
* term.c (init_tty): Better initialize ttys in windows.
|
2007-05-17 |
Jason Rumney |
(x_create_tip_frame): Set terminal and ref count.
|
2007-05-15 |
Jason Rumney |
(x_set_tool_bar_lines): Don't use updating_frame.
|
2008-08-26 |
Juanma Barranquero |
Fix typos (sync from trunk).
|
2008-02-24 |
Jason Rumney |
(enum_font_cb2): Don't use raster fonts for Unicode.
|
2008-02-18 |
Jason Rumney |
(Fw32_shell_execute): Encode parameters.
|
2008-01-08 |
Glenn Morris |
Add 2008 to copyright years.
|
2007-12-17 |
Jason Rumney |
(w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.
|
2007-12-13 |
Jason Rumney |
(w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
|
2007-11-15 |
Juanma Barranquero |
(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
|
2007-11-14 |
Juanma Barranquero |
(Fw32_registered_hot_keys): Don't return the nil values corresponding
|
2007-11-13 |
Juanma Barranquero |
(Fw32_register_hot_key): Don't try to register
|
2007-10-24 |
Jason Rumney |
Include math.h.
|
2007-10-12 |
Martin Rudalics |
*** empty log message ***
|
2007-09-27 |
Jason Rumney |
(globals_of_w32fns): Init common controls.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-07-24 |
Jason Rumney |
(x_real_positions): Get real position from OS instead of calculating it.
|
2007-07-11 |
Jason Rumney |
(w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
|
2007-06-10 |
Jason Rumney |
(Fx_file_dialog): Take size from struct not pointer.
|
2007-03-24 |
Eli Zaretskii |
(Fx_show_tip): Doc fix.
|
2007-02-22 |
Jason Rumney |
* w32fns.c (menubar_in_use): New flag.
|
2007-02-22 |
Jason Rumney |
* w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame parameter.
|
2007-02-22 |
Jason Rumney |
(current_popup_menu): Use from w32menu.c.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-12-16 |
Eli Zaretskii |
(w32-window-exists-p): New function.
|
2006-12-14 |
Juanma Barranquero |
(w32_wnd_proc): Force non-tooltip frames to respect the minimum tracking size.
|
2006-12-01 |
Eli Zaretskii |
(Fw32_shell_execute): Doc fix.
|
2006-11-27 |
Jason Rumney |
(w32_msg_worker): Define as WINAPI and arg as void pointer.
|
2006-11-04 |
Eli Zaretskii |
(w32_createwindow): Remove code for handling -geometry command line option and
|
2006-10-07 |
Jason Rumney |
2006-10-07 Ralf Angeli <angeli@caeruleus.net>
|
2006-09-24 |
Eli Zaretskii |
(w32-pass-alt-to-system, w32-alt-is-meta)
|
2006-08-25 |
Kim F. Storm |
(Fxw_color_values): Simplify; use list3.
|
2006-08-04 |
Eli Zaretskii |
(w32_query_font): Fix last change: use stricmp.
|
2006-08-04 |
Eli Zaretskii |
(w32_createwindow): Handle -geometry command line option and the geometry
|
2006-08-04 |
Kenichi Handa |
(w32_query_font): Compare names by ignoring case.
|
2006-07-22 |
Eli Zaretskii |
(w32_createwindow): If `left' and/or `top' frame parameters are bound to some
|
2006-06-30 |
Eli Zaretskii |
(w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW
|
2006-06-02 |
Eli Zaretskii |
(x_set_icon_name): Don't use arg if it's not a string and not nil.
|
2006-04-26 |
Jason Rumney |
(w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
|
2006-04-08 |
Eli Zaretskii |
(w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements if a menu is active
|
2006-04-08 |
Eli Zaretskii |
(Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
|
2006-03-18 |
Eli Zaretskii |
(Fw32_select_font): Doc fix.
|
2006-03-12 |
Jason Rumney |
(Fx_create_frame): Remove call to
|
2006-03-11 |
Jason Rumney |
(signal_user_input): New function.
|
2006-03-11 |
Eli Zaretskii |
(w32_wnd_proc): Ignore middle and extra button events if a menu is already
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-12-14 |
Jan Djärv |
* xfns.c (compute_tip_xy): Handle negative dx and dy.
|
2005-12-12 |
Jan Djärv |
* (compute_tip_xy): Calculate root_y the same way as root_x,
|
2005-12-09 |
Eli Zaretskii |
(w32_abort) [__GNUC__]: Add instructions for attaching GDB to the abort dialog.
|
2005-12-02 |
Eli Zaretskii |
(compute_tip_xy): Put tip above pointer if it doesn't fit below.
|
2005-10-25 |
Jason Rumney |
(w32_to_x_font): Avoid forcing font widths.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-28 |
Juanma Barranquero |
(my_set_window_pos, my_show_window): Don't declare.
|
2005-07-19 |
Kim F. Storm |
(Vx_hand_shape): Variable removed.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|